]> Nishi Git Mirror - gwion.git/commit
:art: More benchmarks
authorfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 2 Jul 2019 21:17:19 +0000 (23:17 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 2 Jul 2019 21:17:19 +0000 (23:17 +0200)
commitca3dda4080274a3306dd158994cca6fa3a136792
tree7c94fe39052441d51e6a0ec0d7bcd872ec17faf2
parent47ce162209ad138baf9d47b7bc60fb8d6cb1967a
:art: More benchmarks
31 files changed:
docs/Benchmarks.mdr
docs/assets/benchmark/binary-trees.dat [new file with mode: 0644]
docs/assets/benchmark/binary-trees.png [new file with mode: 0644]
docs/assets/benchmark/binary_trees.dat [deleted file]
docs/assets/benchmark/binary_trees.png [deleted file]
docs/assets/benchmark/fib-recurs.dat [new file with mode: 0644]
docs/assets/benchmark/fib-recurs.png [new file with mode: 0644]
docs/assets/benchmark/fib.dat [new file with mode: 0644]
docs/assets/benchmark/fib.png [new file with mode: 0644]
docs/assets/benchmark/method-call.dat [new file with mode: 0644]
docs/assets/benchmark/method-call.png [new file with mode: 0644]
tests/benchmark/binary-trees-gc.wren [moved from tests/benchmark/binary_trees_gc.wren with 100% similarity]
tests/benchmark/binary-trees.dart [moved from tests/benchmark/binary_trees.dart with 100% similarity]
tests/benchmark/binary-trees.gw [moved from tests/benchmark/binary_trees.gw with 100% similarity]
tests/benchmark/binary-trees.lua [moved from tests/benchmark/binary_trees.lua with 100% similarity]
tests/benchmark/binary-trees.py [moved from tests/benchmark/binary_trees.py with 100% similarity]
tests/benchmark/binary-trees.rb [moved from tests/benchmark/binary_trees.rb with 100% similarity]
tests/benchmark/binary-trees.wren [moved from tests/benchmark/binary_trees.wren with 100% similarity]
tests/benchmark/fib.dart [new file with mode: 0644]
tests/benchmark/fib.gw [new file with mode: 0644]
tests/benchmark/fib.lua [new file with mode: 0644]
tests/benchmark/fib.py [new file with mode: 0644]
tests/benchmark/fib.rb [new file with mode: 0644]
tests/benchmark/fib.wren [new file with mode: 0644]
tests/benchmark/method-call.ck [moved from tests/benchmark/method_call.ck with 100% similarity]
tests/benchmark/method-call.dart [moved from tests/benchmark/method_call.dart with 100% similarity]
tests/benchmark/method-call.gw [moved from tests/benchmark/method_call.gw with 100% similarity]
tests/benchmark/method-call.lua [moved from tests/benchmark/method_call.lua with 100% similarity]
tests/benchmark/method-call.py [moved from tests/benchmark/method_call.py with 100% similarity]
tests/benchmark/method-call.rb [moved from tests/benchmark/method_call.rb with 100% similarity]
tests/benchmark/method-call.wren [moved from tests/benchmark/method_call.wren with 100% similarity]