-
Notifications
You must be signed in to change notification settings - Fork 229
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 benchmark suite #3120
base: main
Are you sure you want to change the base?
Add benchmark suite #3120
Conversation
095a595
to
674be05
Compare
674be05
to
0ea917e
Compare
b1ab9b0
to
082b115
Compare
} else if len(image.Names) > 1 { | ||
name = image.Names[1] | ||
} else { | ||
name = image.Names[0] | ||
} |
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.
What's the rationale for this?
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.
images:
- names:
- docker.io/rancher/fleet:dev
sizeBytes: 419817115
- names: null
sizeBytes: 399360934
- names:
- ghcr.io/rancherlabs/delve-debugger@sha256:d397fc318f7a5bd06304f15ad0aa07346d7dbcb3690637efd3663b8a5554c844
- ghcr.io/rancherlabs/delve-debugger:latest
sizeBytes: 360158186
We need to pick one of the names, on k3d the second name is better.
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.
Oh I see, thanks for clarifying. A brief comment explaining this would be great :)
* add benchmarks * add test data * experiments use group label instead of repo-name label w fleet 0.9.11 * add toggle for metrics * script uses stable benchmark order via --seed * check for at least one cluster * skip confusing report table printing as we don't use sampling
082b115
to
a0142f2
Compare
TODO