-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[feat] Add progress bar to benchmark #5173
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
Conversation
Signed-off-by: Rashid Kaleem <[email protected]>
df70ee9
to
4f43b92
Compare
/bot run |
@kaiyux can you help approve this PR? |
PR_Github #9931 [ run ] triggered by Bot |
PR_Github #9931 [ run ] completed with state |
/bot run |
/bot kill |
/bot run |
PR_Github #9963 [ run ] triggered by Bot |
PR_Github #9966 [ kill ] triggered by Bot |
PR_Github #9963 [ run ] completed with state |
PR_Github #9966 [ kill ] completed with state |
PR_Github #9967 [ run ] triggered by Bot |
PR_Github #9967 [ run ] completed with state |
Signed-off-by: Rashid Kaleem <[email protected]> Co-authored-by: Zhihan Jiang <[email protected]> Co-authored-by: Frank <[email protected]>
Signed-off-by: Rashid Kaleem <[email protected]> Co-authored-by: Zhihan Jiang <[email protected]> Co-authored-by: Frank <[email protected]>
Signed-off-by: Rashid Kaleem <[email protected]> Co-authored-by: Zhihan Jiang <[email protected]> Co-authored-by: Frank <[email protected]>
Signed-off-by: Rashid Kaleem <[email protected]> Co-authored-by: Zhihan Jiang <[email protected]> Co-authored-by: Frank <[email protected]>
Signed-off-by: Rashid Kaleem <[email protected]> Co-authored-by: Zhihan Jiang <[email protected]> Co-authored-by: Frank <[email protected]>
Signed-off-by: Rashid Kaleem <[email protected]> Co-authored-by: Zhihan Jiang <[email protected]> Co-authored-by: Frank <[email protected]>
Signed-off-by: Rashid Kaleem <[email protected]> Co-authored-by: Zhihan Jiang <[email protected]> Co-authored-by: Frank <[email protected]>
Signed-off-by: Rashid Kaleem <[email protected]> Co-authored-by: Zhihan Jiang <[email protected]> Co-authored-by: Frank <[email protected]>
Add progress bar to benchmark
Description
Adds a progress bar to track the number of requests executed via benchmark script. This is useful to gauge whether the benchmark is running or not without having per-iter output which can be too verbose for most users.