Skip to content

Commit

Permalink
add support for Ruby 3.4 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Jan 9, 2025
1 parent fd06aa4 commit c1e9428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/performance/bench_classify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def setup
end

def bench_allocations
assert_allocations "3.3" => 7, "3.2" => 6, "3.1" => 6, "3.0" => 6, "2.7" => 4 do
assert_allocations "3.4" => 7, "3.3" => 7, "3.2" => 6, "3.1" => 6, "3.0" => 6, "2.7" => 4 do
Primer::Classify.call(**@values)
end
end
Expand Down

0 comments on commit c1e9428

Please sign in to comment.