Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 397116826
  • Loading branch information
tf-text-github-robot committed Sep 16, 2021
1 parent bc675d5 commit 97d8cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tensorflow_text/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1246,11 +1246,11 @@ py_test(
##############

# To run the benchmarks:
# bazel run -c opt benchmark_test_name -- --benchmarks=.
# bazel run -c opt benchmark_test_name -- --benchmark_filter=.

# The --benchmarks flag specifies the list of benchmarks to run using a
# The --benchmark_filter flag specifies the list of benchmarks to run using a
# regular expression that is matched against the benchmark methods' name.
# e.g. --benchmarks="wordpiece" will run the Wordpiece Tokenizer benchmarks.
# e.g. --benchmark_filter="wordpiece" will run the Wordpiece Tokenizer benchmarks.

py_library(name = "profiler_lib")

Expand Down

0 comments on commit 97d8cf0

Please sign in to comment.