diff --git a/benchmark.cpp b/benchmark.cpp index 449200b..7868e48 100644 --- a/benchmark.cpp +++ b/benchmark.cpp @@ -49,7 +49,7 @@ int main(int argc, char **argv) std::chrono::duration elapsed = end_time - start_time; - printf("Elapsed time is: %.2f seconds\n", elapsed.count()); + printf("Elapsed time is: %.6f seconds\n", elapsed.count()); printf(" Sum result = %lld \n", t);