-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Add ci/cd benchmark #8414
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
Add ci/cd benchmark #8414
Conversation
✨ Benchmark results
|
✨ Benchmark results
|
✨ Benchmark results
⚡ Benchmark results
|
✨ Benchmark results
⚡ Benchmark Compering
|
✨ Benchmark results
⚡ Benchmark Compering
|
✨ Benchmark results
⚡ Benchmark Comparison
|
.github/workflows/benchmark.yml
Outdated
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make this a little more optimal and make the benchmark part of the existing tests here https://github.com/appwrite/appwrite/blob/main/.github/workflows/tests.yml#L41-L47
That way we already have the image built and saved in cache.
We can add a new job called benchmark
that uses the cached image from the setup
job.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
✨ Benchmark results
⚡ Benchmark Comparison
|
✨ Benchmark results
⚡ Benchmark Comparison
|
✨ Benchmark results
⚡ Benchmark Comparison
|
✨ Benchmark results
⚡ Benchmark Comparison
|
What does this PR do?
Adding CI/CD benchmark on PR