Skip to content

Commit

Permalink
chore: fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Oct 20, 2024
1 parent 57d1f7f commit 9eacdea
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 9eacdea

Please sign in to comment.