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