Skip to content

Commit eb80ad7

Browse files
Copilotbrunoborges
andcommitted
Fix benchmark workflow: remove duplicate stale code after avg_runs()
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent 45ed613 commit eb80ad7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ jobs:
8282
fi
8383
awk "BEGIN {printf \"%.2f\", $sum / $success}"
8484
}
85-
done
86-
awk "BEGIN {printf \"%.2f\", $sum / $n}"
87-
}
8885
8986
echo "Running benchmark on $os_name (Java $java_ver, $snippet_count snippets)..."
9087

0 commit comments

Comments
 (0)