Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 17, 2024
1 parent 45d4179 commit 511b779
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sentry-rails/spec/dummy/test_rails_app/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ def measure_elapsed_time(label)
end

def make_basic_app(&block)
measure_elapsed_time("Make basic app TOTAL") do
_make_basic_app(&block)
end
end

def _make_basic_app(&block)
measure_elapsed_time("Pre-initialize cleanup") do
run_pre_initialize_cleanup
end
Expand Down

0 comments on commit 511b779

Please sign in to comment.