You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
- When improving compilation times, the thing to compare against is usually the
remote head of the current repository one is working in.
- There is no function that allows such an old/new metabench comparison to be
set up.
Solution:
- Add `add_metabench_comparison()` which is an easy way to set up a metabench
test comparing the new code to the old code.
Note:
- In order to use the "old" code, the repo must allow re-processing by cmake
without duplicating target names. This can be done conventionally by setting a
`${LIB_NAME}_ALT` option.
0 commit comments