summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/ingen_bench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_bench.cpp b/tests/ingen_bench.cpp
index 07662ca4..ee890401 100644
--- a/tests/ingen_bench.cpp
+++ b/tests/ingen_bench.cpp
@@ -130,7 +130,7 @@ run(int argc, char** argv)
if (ftell(log.get()) == 0) {
fprintf(log.get(), "# n_threads\trun_time\treal_time\n");
}
- fprintf(log.get(), "%u\t%f\t%f\n",
+ fprintf(log.get(), "%d\t%f\t%f\n",
world->conf().option("threads").get<int32_t>(),
static_cast<double>(t_end - t_start) / 1000000.0,
(n_test_frames / 48000.0));