Change example batch sizing for better benchmarking

This commit is contained in:
Filip Tibell 2024-01-26 10:00:40 +01:00
parent bc6909acd4
commit 3d6bf6e80c
No known key found for this signature in database

View file

@ -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`)