Skip to content

Commit 17e4a44

Browse files
committed
foo
1 parent 79138a1 commit 17e4a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alarm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ jobs:
243243
rows_ct = []
244244
reg_found = False
245245
for bid in sorted(current_bm.keys()):
246-
cur_rt = 0 #current_bm[bid].get("runtime_fps")
247-
cur_ct = 0 #current_bm[bid].get("compile_time")
246+
cur_rt = current_bm[bid].get("runtime_fps")
247+
cur_ct = current_bm[bid].get("compile_time")
248248
base_rt = mean_of("runtime_fps", bid)
249249
base_ct = mean_of("compile_time", bid)
250250

0 commit comments

Comments
 (0)