This commit is contained in:
aaron 2023-09-13 23:57:38 +01:00
parent a425c6b8be
commit bdd725659e
8 changed files with 177 additions and 95 deletions

View file

@ -68,7 +68,6 @@ BENCH("derive 4 sources", function()
end)
end)
-- todo: why is this so fast?
BENCH("set derived value", function()
local src = vide.source(1)
@ -110,7 +109,7 @@ BENCH("apply 8 properties", function()
end
end)
BENCH("bind source", function()
BENCH("bind property", function()
local apply = require "src/apply"
local instance = vide.create("Frame") {}