diff options
Diffstat (limited to 'tests/linda_perf.lua')
-rw-r--r-- | tests/linda_perf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/linda_perf.lua b/tests/linda_perf.lua index c736428..61b8f05 100644 --- a/tests/linda_perf.lua +++ b/tests/linda_perf.lua | |||
@@ -1,5 +1,5 @@ | |||
1 | local lanes = require "lanes" | 1 | local lanes = require "lanes" |
2 | lanes.configure{ with_timers = false, keepers_gc_threshold=20000 } | 2 | lanes.configure{ with_timers = false, keepers_gc_threshold=30000 } |
3 | 3 | ||
4 | -- set TEST1, PREFILL1, FILL1, TEST2, PREFILL2, FILL2 from the command line | 4 | -- set TEST1, PREFILL1, FILL1, TEST2, PREFILL2, FILL2 from the command line |
5 | 5 | ||