diff options
Diffstat (limited to 'tests/decperf.cxx')
-rw-r--r-- | tests/decperf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/decperf.cxx b/tests/decperf.cxx index 1d0c80c4..5763976c 100644 --- a/tests/decperf.cxx +++ b/tests/decperf.cxx @@ -211,7 +211,7 @@ int main(int argc, char **argv) sort(dev, runCount); meddev = dev[runCount/2]; - printf("CPU time: %g s (+/- %g %)\n", median, meddev); + printf("CPU time: %g s (+/- %g %%)\n", median, meddev); return 0; } |