You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The github action fails with the error "Unrecognized option: 'save-baseline'":
error: Unrecognized option: 'save-baseline'
error: bench failed
Error: The process 'cargo' failed with exit code 101
at ExecState._setResult (/home/runner/work/_actions/jasonwilliams/criterion-compare-action/move_to_actions/dist/index.js:1:7880)
at ExecState.CheckComplete (/home/runner/work/_actions/jasonwilliams/criterion-compare-action/move_to_actions/dist/index.js:1:7442)
at ChildProcess.<anonymous> (/home/runner/work/_actions/jasonwilliams/criterion-compare-action/move_to_actions/dist/index.js:1:6406)
at ChildProcess.emit (events.js:210:5)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
Error: Unhanded error:
Error: The process 'cargo' failed with exit code 101
This seems to be a criterion-related issue that I can reproduce locally. The solution given in the FAQ is not working for me, but it's not the concern of criterion-compare-action. I'm closing this issue, sorry for the noise.
The github action fails with the error "Unrecognized option: 'save-baseline'":
The PR where I tried to add this action: tweag/nickel#333
It seems related to this issue bheisler/criterion.rs#193, but I couldn't extract enough information to see what would be the fix.
The text was updated successfully, but these errors were encountered: