summaryrefslogtreecommitdiff
path: root/test/cppscan1.rl
diff options
context:
space:
mode:
Diffstat (limited to 'test/cppscan1.rl')
-rw-r--r--test/cppscan1.rl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cppscan1.rl b/test/cppscan1.rl
index 79bc8fc5..17d5fe9a 100644
--- a/test/cppscan1.rl
+++ b/test/cppscan1.rl
@@ -8,8 +8,8 @@
#ifdef PERF_TEST
-/* initially calibrated 60s on yoho. */
-#define perf_iters ( 9505703ll * S / 60ll )
+/* Calibrated to 1s on yoho. */
+#define perf_iters ( 158428ll * S )
int _perf_dummy = 0;
#define perf_printf(...) ( _perf_dummy += 1 )