aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-04-30 11:44:53 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-04-30 11:44:53 +0200
commit92ea4d16a274b4a7db0206fd74891a555f6501c9 (patch)
tree358a1b98f6d5c0985c2eaabc3c19b1b7db7327ba /tests
parentd60a9fb712886880ec9630e744e1258ec3ed19b1 (diff)
downloadlanes-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.lua2
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 @@
1local lanes = require "lanes" 1local lanes = require "lanes"
2lanes.configure{ with_timers = false, keepers_gc_threshold=30000 } 2lanes.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