summaryrefslogtreecommitdiff
path: root/test/rlscan.rl
diff options
context:
space:
mode:
Diffstat (limited to 'test/rlscan.rl')
-rw-r--r--test/rlscan.rl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rlscan.rl b/test/rlscan.rl
index 8c38544d..ff124a37 100644
--- a/test/rlscan.rl
+++ b/test/rlscan.rl
@@ -13,8 +13,8 @@
#ifdef PERF_TEST
-/* initially calibrated 60s on yoho. */
-#define perf_iters ( 95502709ll * S / 60ll )
+/* Calibrated to 1s on yoho. */
+#define perf_iters ( 240984ll * S )
int _perf_dummy = 0;
#define perf_cout(...) ( _perf_dummy += 1 )