mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
This commit is contained in:
parent
a425c6b8be
commit
bdd725659e
8 changed files with 177 additions and 95 deletions
|
|
@ -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") {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue