diff --git a/benchmarks/latmus.c b/benchmarks/latmus.c index 8d85116..4f8cefa 100644 --- a/benchmarks/latmus.c +++ b/benchmarks/latmus.c @@ -765,8 +765,7 @@ static void dump_gnuplot(time_t duration) last = n; for (n = first; n < last; n++) - /* +1: no zero value for intermediate cells. */ - fprintf(plot_fp, "%d %d\n", n, histogram[n] + 1); + fprintf(plot_fp, "%d %d\n", n, histogram[n]); /* * If we have outliers, display a '+' sign after the last cell