Collect and visualize benchmark results#208
Merged
jrbourbeau merged 47 commits intomainfrom Jul 22, 2022
Merged
Conversation
added 14 commits
July 1, 2022 14:38
quicker Initial migration actually skip Upload to s3 debug
ncclementi
reviewed
Jul 13, 2022
Contributor
ncclementi
left a comment
There was a problem hiding this comment.
I know this is WIP but I left some comments.
.github/workflows/benchmarks.yml
Outdated
| env: | ||
| AWS_ACCESS_KEY_ID: ${{ secrets.RUNTIME_CI_BOT_AWS_ACCESS_KEY_ID }} | ||
| AWS_SECRET_ACCESS_KEY: ${{ secrets.RUNTIME_CI_BOT_AWS_SECRET_ACCESS_KEY }} | ||
| AWS_DEFAULT_REGION: us-east-2 # this is needed for boto for some reason |
Contributor
Author
There was a problem hiding this comment.
It might be, I was thinking along the same lines! Not sure what's going on there, but I also wonder whether it's related to the region thing that you ran into with the s3 pytest fixtures here
1ac9d62 to
7020055
Compare
d7756be to
9f99cfb
Compare
9f99cfb to
c0ebf7d
Compare
66477d2 to
60b2317
Compare
bc68a61 to
be60409
Compare
ncclementi
reviewed
Jul 20, 2022
Contributor
ncclementi
left a comment
There was a problem hiding this comment.
Added some comments, mostly for my understanding
jrbourbeau
reviewed
Jul 21, 2022
Co-authored-by: James Bourbeau <jrbourbeau@users.noreply.github.com>
jrbourbeau
reviewed
Jul 21, 2022
Contributor
Author
|
Okay, this should be good to go |
jrbourbeau
approved these changes
Jul 22, 2022
Contributor
jrbourbeau
left a comment
There was a problem hiding this comment.
Thanks for all your work on this @ian-r-rose -- looking forward to building up a bunch of test suite runs : )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #186, fixes #187, fixes #188, fixes #189.
This is a proof-of-concept based on the discussion in #186 using the "custom fixtures" solution, for the reasons therein.
The stack involves:
Sample: https://coiled.github.io/coiled-runtime/benchmark-ubuntu-latest-0.0.4-py3.9.html