diff options
Diffstat (limited to 'tests/linda_perf.lua')
-rw-r--r-- | tests/linda_perf.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/linda_perf.lua b/tests/linda_perf.lua index 1d92c8e..1a44d07 100644 --- a/tests/linda_perf.lua +++ b/tests/linda_perf.lua | |||
@@ -31,8 +31,8 @@ local batched = function( l, loop, batch) | |||
31 | print( val) | 31 | print( val) |
32 | end | 32 | end |
33 | 33 | ||
34 | local lane_eater_gen = lanes.gen( "*", eater) | 34 | local lane_eater_gen = lanes.gen( "*", {priority = 3}, eater) |
35 | local lane_batched_gen = lanes.gen( "*", batched) | 35 | local lane_batched_gen = lanes.gen( "*", {priority = 3}, batched) |
36 | 36 | ||
37 | -- main thread writes data while a lane reads it | 37 | -- main thread writes data while a lane reads it |
38 | local function ziva( preloop, loop, batch) | 38 | local function ziva( preloop, loop, batch) |