Skip to content

Commit

Permalink
Fixed deprecation warning in benchmark script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 18, 2024
1 parent 2bf4245 commit 2022b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def search_data

time =
Benchmark.realtime do
# result = RubyProf.profile do
# result = RubyProf::Profile.profile do
# report = MemoryProfiler.report do
# stats = AllocationStats.trace do
reindex = Product.reindex #(async: true)
Expand Down

0 comments on commit 2022b06

Please sign in to comment.