mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Bench: don't tie the printed result to the number of iterations
This commit is contained in:
@@ -69,7 +69,7 @@ int main(void)
|
||||
}
|
||||
}
|
||||
ts_end = now();
|
||||
printf("%llu\n", ts_end - ts_start);
|
||||
printf("%llu\n", 1000000ULL * (ts_end - ts_start) / ITERATIONS);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user