Skip to content

Commit

Permalink
Fix trace scope
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Feb 23, 2024
1 parent 69d1269 commit a72e37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/tracing_trace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ def benchmark_to_digest
x.report("trace.to_digest") do
trace.to_digest
end
end

x.save! "#{__FILE__}-results.json" unless VALIDATE_BENCHMARK_MODE
x.compare!
x.save! "#{__FILE__}-results.json" unless VALIDATE_BENCHMARK_MODE
x.compare!
end
end
end
end
Expand Down

0 comments on commit a72e37b

Please sign in to comment.