This commit is contained in:
aaron 2023-09-15 12:51:39 +01:00
parent bbe634f433
commit 31b1956b5a
6 changed files with 54 additions and 41 deletions

View file

@ -17,10 +17,10 @@ end
local N = 2^18 -- 262144
local function WRAP_BENCH(name: string, fn: () -> ())
local _, destroy = vide.root(function()
vide.root(function(destroy)
BENCH(name, fn)
end)
destroy()
return destroy
end)()
end
TITLE "sources"