-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test: buildkitd version output and binary size #2
Conversation
|
||
for _, br := range list { | ||
for _, tc := range testCases { | ||
for _, mv := range matrix { |
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 also need to add run-count
in here . So BenchA/ref=foo/run=1
, BenchA/ref=foo/run=2
to have multiple iterations.
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.
I guess we should not use -count
in https://github.com/moby/buildkit-bench/pull/2/files#diff-ecedb817abdf33fd9ee7bb0c35c9cfcedfb39d8f3b261d92a6254066578aff08R38 then?
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.
Made some changes, see last commit
718ea76
to
bcef3e4
Compare
bcef3e4
to
d073ee7
Compare
d073ee7
to
30369fd
Compare
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
bba881a
to
635dc7a
Compare
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
635dc7a
to
ef01264
Compare
Get this one in to continue work on #6 |
No description provided.