You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
Teach analyze.R to tolerate zeros in the benchmark output
GCC can apparently execute some benchmarks in 0.00 ns/op, probably by means
of eliminating the benchmark loop. This caused problems for our R script
because it takes the log of the ratio, and of course log(0) = -Inf. This
change simply modifies the script to ignore zeros in its input.
0 commit comments