aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark/zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/benchmark/zlib.c')
-rw-r--r--modules/benchmark/zlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/benchmark/zlib.c b/modules/benchmark/zlib.c
index 5d7b4d4f..ce6a0048 100644
--- a/modules/benchmark/zlib.c
+++ b/modules/benchmark/zlib.c
@@ -93,6 +93,8 @@ benchmark_zlib(void)
r = benchmark_crunch_for(CRUNCH_TIME, 0, zlib_for, data);
r.result /= 100;
+ r.revision = 2;
+ snprintf(r.extra, 255, "zlib %s (built against: %s)", zlib_version, ZLIB_VERSION);
bench_results[BENCHMARK_ZLIB] = r;
g_free(data);