Open
Description
The benchmark-cli's performance detection workflow fails if the performance regression exceeds the threshold value. Currently, the threshold is set to 1, meaning that the workflow only fails when the new commit is twice as slow as the original one.
Need a better strategy to calculate the performance gap between the original commit and the new commit to generate a desired and accurate threshold value.
Related issue - amazon-ion/ion-java-benchmark-cli#53