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
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
Currently the test code seems set up for comparing different compilers. When making a pr potentially affecting compiler performance it is often asked to characterize the effect before deciding to merge it. Currently the way to do this would be to e.g. git checkout one version, run the benchmarks, check out another version, run the benchmarks, gather the results and write code to compare.
In the spirit of the CLI pr (#27) it might be nice to be able to do something like,
red-queen -c <compiler> --compare <commit id 1> <commit id 2>
Perhaps it's possible to do this with virtual environments, e.g. tox, so it doesn't touch your git repo?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the test code seems set up for comparing different compilers. When making a pr potentially affecting compiler performance it is often asked to characterize the effect before deciding to merge it. Currently the way to do this would be to e.g. git checkout one version, run the benchmarks, check out another version, run the benchmarks, gather the results and write code to compare.
In the spirit of the CLI pr (#27) it might be nice to be able to do something like,
Perhaps it's possible to do this with virtual environments, e.g. tox, so it doesn't touch your git repo?
The text was updated successfully, but these errors were encountered: