Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582074976
  • Loading branch information
tfx-copybara authored and iindyk committed Feb 26, 2024
1 parent 361cdc2 commit d06c39c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions struct2tensor/benchmarks/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ py_test(
main = "struct2tensor_benchmark.py",
python_version = "PY3",
shard_count = 4,
deps = [
":struct2tensor_benchmark_lib",
],
deps = [":struct2tensor_benchmark_lib"],
)

py_binary(
Expand All @@ -101,9 +99,7 @@ py_test(
main = "ops_benchmark.py",
python_version = "PY3",
# shard_count = 4,
deps = [
":struct2tensor_benchmark_lib",
],
deps = [":struct2tensor_benchmark_lib"],
)

py_binary(
Expand Down

0 comments on commit d06c39c

Please sign in to comment.