diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-30 11:44:53 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-30 11:44:53 +0200 |
commit | 92ea4d16a274b4a7db0206fd74891a555f6501c9 (patch) | |
tree | 358a1b98f6d5c0985c2eaabc3c19b1b7db7327ba /tests | |
parent | d60a9fb712886880ec9630e744e1258ec3ed19b1 (diff) | |
download | lanes-92ea4d16a274b4a7db0206fd74891a555f6501c9.tar.gz lanes-92ea4d16a274b4a7db0206fd74891a555f6501c9.tar.bz2 lanes-92ea4d16a274b4a7db0206fd74891a555f6501c9.zip |
Progressively applying the coding rules
Diffstat (limited to 'tests')
-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 6b79c1f..a50e906 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=30000 } | 2 | lanes.configure{ with_timers = false } |
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 | ||