diff options
Diffstat (limited to 'tests/linda_perf.lua')
-rw-r--r-- | tests/linda_perf.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/linda_perf.lua b/tests/linda_perf.lua index bad0024..12159da 100644 --- a/tests/linda_perf.lua +++ b/tests/linda_perf.lua | |||
@@ -1,4 +1,5 @@ | |||
1 | require "lanes" | 1 | local lanes = require "lanes" |
2 | lanes.configure( 1) | ||
2 | 3 | ||
3 | -- this lane eats items in the linda one by one | 4 | -- this lane eats items in the linda one by one |
4 | local eater = function( l, loop) | 5 | local eater = function( l, loop) |