Skip to content

Commit 9fa30fe

Browse files
committed
update benchmarks
1 parent 87c9447 commit 9fa30fe

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

test/bench/complete_tree.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
EOF
2121

2222
ns.each { |n|
23-
h = CompleteBinaryTree.new
23+
h = CompleteTree.new
2424
n.times { h.push rand }
2525
_val, secs = Timer.loop_avg {
2626
h.push rand
@@ -45,7 +45,7 @@
4545
EOF
4646

4747
ns.each { |n|
48-
h = CompleteBinaryTree.new
48+
h = CompleteTree.new
4949
_val, secs = Timer.loop_avg {
5050
n.times { h.push rand }
5151
}

test/bench/heap.rb

-15
This file was deleted.

0 commit comments

Comments
 (0)