fix(benchmark): Filter benchmarks by present on main when testing#1768
fix(benchmark): Filter benchmarks by present on main when testing#1768teofr wants to merge 1 commit into
Conversation
|
Bench list diff for
|
Bench list diff for
|
Bench list diff for
|
|
@ggiraldez you're absolutely right, will change |
2555a13 to
884568f
Compare
|
@ggiraldez could you give it a quick look? Since it changed following your recommendation. |
ggiraldez
left a comment
There was a problem hiding this comment.
Looks good, thank you!
| "--direction", | ||
| "desc", |
There was a problem hiding this comment.
I'd add an explicit --sort date_time just in case the default changes in the future.
8d932d2 to
1faae5f
Compare
751e8ff to
16d533f
Compare
cb54152 to
9718ba4
Compare
|
Closing in favor of #1788 |
|
Actually, reopening, We need a newer version of |
16d533f to
ce1c39f
Compare
9718ba4 to
e0a8a2d
Compare
ce1c39f to
11ec412
Compare
e0a8a2d to
ac5ea60
Compare
11ec412 to
2849cc9
Compare
21e96bf to
32bdf49
Compare
#1750 introduced tests to make sure no new benchmarks are added, or expected ones dropped. However, it used all benchmarks in bencher cloud, rather than those we care about (those reported from
main).This PR fixes that by filtering benchmarks for those only present on
main