-
Notifications
You must be signed in to change notification settings - Fork 1.9k
different config files for train and predict benchmarks #954
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
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.
LGTM!
.With(Job.Default | ||
.WithWarmupCount(0) | ||
.WithIterationCount(1) | ||
.WithLaunchCount(3) |
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.
nit: you could add a comment here saying that BDN will: start 3 dedicated processes, each of them will just run given benchmark once, without any warm up to mimic the real world scenarios as suggested by @justinormont
@justinormont can you please review this one ? |
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.
Just two comments. Rest looks good.
This PR does not reference an issue. Can you please file one and reference it in the PR description? |
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.
Looks good to me.
Can you paste in the output (specifically to see the runtimes) of the benchmarks?
What was the runtime before/after the changes?
will update the pR with the latest number |
After
|
@justinormont i updated the numbers for the tests we changed congifuration. can we go ahead and merge this one ? |
The before numbers are in the email thread @justinormont |
Fixes #982
cc @danmosemsft @eerhardt @adamsitnik @justinormont