summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.cpp b/performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.cpp
index 2c78efa19fe..be6e1eaf72f 100644
--- a/performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.cpp
+++ b/performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.cpp
@@ -143,7 +143,7 @@ Baseline_Test_Options::print_result (void)
"Average time: %d nanoseconds.\n",
tv.sec (), tv.usec (),
this->current_iteration_,
- nsec / this->current_iteration_));
+ (int) (nsec / this->current_iteration_)));
}
Baseline_Test::Baseline_Test (void)