Skip to content

Commit

Permalink
Remove unused variable in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Sep 1, 2024
1 parent bfdf58d commit a2c863d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_benchmark_ips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def test_ips_alternate_config
end

def test_ips_old_config
report = Benchmark.ips(1, 1) do |x|
Benchmark.ips(1, 1) do |x|
assert_equal 1, x.time
assert_equal 1, x.warmup
return
Expand Down

0 comments on commit a2c863d

Please sign in to comment.