Skip to content

Commit

Permalink
Fix benchmarking for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jprider63 committed Aug 28, 2024
1 parent aaf8354 commit f7aa970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-ci-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ INDEX=0
for TEST in ${TESTS}; do

# Record wall clock time in seconds
/usr/bin/time -f "%e" -o /tmp/time cn verify "${TEST}" || true
/usr/bin/time --quiet -f "%e" -o /tmp/time cn verify "${TEST}" || true
TIME=$(cat /tmp/time)

# If we're last, don't print a trailing comma.
Expand Down

0 comments on commit f7aa970

Please sign in to comment.