-
Notifications
You must be signed in to change notification settings - Fork 18
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
Allow concurrency to be a list of values to iterate over #58
base: main
Are you sure you want to change the base?
Conversation
ab92159
to
63d7235
Compare
63d7235
to
9dab882
Compare
35d7062
to
adb73e3
Compare
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.
Love this, im currently using a bash loop with multiple configuration files (different concurrency values) when running my tests so this will be a nice addition.
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.
Drop the prompt formatting from this PR. Do we still want it or should we remove the feature entirely?
build/Pod.yaml
Outdated
spec: | ||
containers: | ||
- name: llm-load-test | ||
image: quay.io/dagray/llm-load-test:latest |
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.
This quay repo seems out of date; can you set up an automatic build trigger?
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.
We should definitely look into this, and move it out of my personal quay repository
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.
For now, I removed the reference to this specific image. We should set up an automatic build trigger.
2eb9c67
to
3e503c2
Compare
No description provided.