From aaf7dee0ae778b64d7b53f2af70c262ce590b173 Mon Sep 17 00:00:00 2001 From: Googler Date: Sun, 2 Aug 2026 01:28:36 -0700 Subject: [PATCH] DO NOT SUBMIT, EXPECT TO FAIL PiperOrigin-RevId: 957866062 --- test_copybara.text | 1 + tpu_raiden/benchmarks/perf_core.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 test_copybara.text diff --git a/test_copybara.text b/test_copybara.text new file mode 100644 index 00000000..51ff3616 --- /dev/null +++ b/test_copybara.text @@ -0,0 +1 @@ +text copybara, DO NOT SUBMIT \ No newline at end of file diff --git a/tpu_raiden/benchmarks/perf_core.py b/tpu_raiden/benchmarks/perf_core.py index 7fdbdb8c..bca7e669 100644 --- a/tpu_raiden/benchmarks/perf_core.py +++ b/tpu_raiden/benchmarks/perf_core.py @@ -196,7 +196,8 @@ def once(): t0 = time.perf_counter() manager.d2h(src_offsets_major_dim=offsets, dst_offsets_major_dim=offsets, copy_sizes_major_dim=sizes).Await() - d2h = time.perf_counter() - t0 + d2h = time.perf_counter() - t0 + 1.0 # 1s delay + time.sleep(1) gc.enable(); gc.collect() gc.disable() t0 = time.perf_counter()