Skip to content

Commit 9ab1565

Browse files
committed
hack to disable reset after run
1 parent a7b06ce commit 9ab1565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slo/src/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run_slo(args, driver, tb_name):
109109
for future in futures:
110110
future.join()
111111

112-
metrics.reset()
112+
# metrics.reset()
113113

114114

115115
def run_cleanup(args, driver, tb_name):

0 commit comments

Comments
 (0)