Skip to content

Commit

Permalink
update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhull committed Jun 20, 2024
1 parent 87c9447 commit 9fa30fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions test/bench/complete_tree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
EOF

ns.each { |n|
h = CompleteBinaryTree.new
h = CompleteTree.new
n.times { h.push rand }
_val, secs = Timer.loop_avg {
h.push rand
Expand All @@ -45,7 +45,7 @@
EOF

ns.each { |n|
h = CompleteBinaryTree.new
h = CompleteTree.new
_val, secs = Timer.loop_avg {
n.times { h.push rand }
}
Expand Down
15 changes: 0 additions & 15 deletions test/bench/heap.rb

This file was deleted.

0 comments on commit 9fa30fe

Please sign in to comment.