Skip to content

Commit

Permalink
Loosen performance standard
Browse files Browse the repository at this point in the history
  • Loading branch information
lewispb committed Apr 30, 2024
1 parent 5dc6126 commit 5a54fdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RequestFilterMiddlewarePerformanceTest < ActionDispatch::IntegrationTest
assert_equal 200, status
}

assert_slower_by_at_most 1.23, baseline: baseline do
assert_slower_by_at_most 1.3, baseline: baseline do
MissionControl::Web.configuration.middleware_enabled = true

get posts_path
Expand Down

0 comments on commit 5a54fdf

Please sign in to comment.