mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-03 01:50:57 +01:00
Change example batch sizing for better benchmarking
This commit is contained in:
parent
bc6909acd4
commit
3d6bf6e80c
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
--!nocheck
|
||||
--!nolint UnknownGlobal
|
||||
|
||||
local NUM_BATCHES = 10
|
||||
local NUM_THREADS = 100_000
|
||||
local NUM_BATCHES = 100
|
||||
local NUM_THREADS = 10_000
|
||||
|
||||
print(`Spawning {NUM_BATCHES * NUM_THREADS} threads split into {NUM_BATCHES} batches\n`)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue