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