From 0ec0faec6240149b3d21ae037dc120d461bac6d6 Mon Sep 17 00:00:00 2001 From: Yin Zhang Date: Fri, 30 Jan 2026 16:12:25 -0800 Subject: [PATCH] Update test to include perf counter tool PiperOrigin-RevId: 863432380 --- .../xprof/integration_tests/tpu/tensorflow/tpu_tf2_keras_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/xprof/integration_tests/tpu/tensorflow/tpu_tf2_keras_test.py b/plugin/xprof/integration_tests/tpu/tensorflow/tpu_tf2_keras_test.py index 57e664f5..fc0b92e3 100644 --- a/plugin/xprof/integration_tests/tpu/tensorflow/tpu_tf2_keras_test.py +++ b/plugin/xprof/integration_tests/tpu/tensorflow/tpu_tf2_keras_test.py @@ -108,6 +108,7 @@ def test_tools_are_in_list(self): 'graph_viewer', 'hlo_stats', 'roofline_model', + 'perf_counters', ] expected.sort() self.assertListEqual(expected, result)