aboutsummaryrefslogtreecommitdiff
path: root/src/nse/perf_kdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/perf_kdf.c')
-rw-r--r--src/nse/perf_kdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/perf_kdf.c b/src/nse/perf_kdf.c
index fbc846ac2..89ddada81 100644
--- a/src/nse/perf_kdf.c
+++ b/src/nse/perf_kdf.c
@@ -79,7 +79,7 @@ main (int argc, char *argv[])
79 GAUGER ("NSE", "Proof-of-work hashing", 79 GAUGER ("NSE", "Proof-of-work hashing",
80 1024 / (1 + 80 1024 / (1 +
81 GNUNET_TIME_absolute_get_duration 81 GNUNET_TIME_absolute_get_duration
82 (start).rel_value), "hashes/s"); 82 (start).rel_value_us / 1000LL), "hashes/ms");
83 return 0; 83 return 0;
84} 84}
85 85