Skip to content

Commit

Permalink
chore: fix patch
Browse files Browse the repository at this point in the history
(cherry picked from commit 9eacdea7e2ddfc10eb9d17d026bc1d8fd1a3dc59)
  • Loading branch information
erikwrede committed Oct 20, 2024
1 parent b5b3049 commit 04fa980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/@codspeed+core+3.1.1.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index 5087584..64fa54a 100644
"--random-seed=1",
"--no-opt",
"--predictable",
+ "--expose-gc"
+ "--expose-gc",
"--predictable-gc-schedule",
- "--interpreted-frames-native-stack"
+ "--interpreted-frames-native-stack",
Expand Down

0 comments on commit 04fa980

Please sign in to comment.