Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI workflow to save benchmark output and check results with jq #525

Merged

Conversation

catatsuy
Copy link
Owner

This pull request updates the CI workflow to capture and check benchmark results more effectively. The most important changes include modifying the benchmark command to save the output to a JSON file and adding a step to check the benchmark result.

Changes to CI workflow:

  • Modified the benchmark command to save the output to a benchmark_output.json file. (.github/workflows/ci.yml, .github/workflows/ci.ymlL97-R101)
  • Added a step to check the benchmark result by parsing the benchmark_output.json file and setting the BENCHMARK_FAILED environment variable if the benchmark did not pass. (.github/workflows/ci.yml, .github/workflows/ci.ymlL97-R101)

@catatsuy catatsuy merged commit f791602 into master Aug 18, 2024
4 checks passed
@catatsuy catatsuy deleted the feature-update-ci-workflow-add-benchmark-output-check branch August 18, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant