remove perftest
This commit is contained in:
parent
3384ccb4a5
commit
c135b04606
@ -1,12 +0,0 @@
|
||||
app.set_setting("chunks.load-distance", 3)
|
||||
app.set_setting("chunks.load-speed", 16)
|
||||
|
||||
app.reconfig_packs({"base"}, {})
|
||||
app.new_world("demo", "2019", "core:default")
|
||||
|
||||
local pid = player.create("A")
|
||||
assert(player.get_name(pid) == "A")
|
||||
app.tick()
|
||||
|
||||
timeit(1e7, block.get, 0, 0, 0)
|
||||
timeit(1e7, block.set, 0, 0, 0, 6)
|
||||
Loading…
x
Reference in New Issue
Block a user