-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rework benchmarking system #68
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #68 +/- ##
============================================
- Coverage 92.20% 60.96% -31.24%
============================================
Files 19 19
Lines 821 825 +4
============================================
- Hits 757 503 -254
- Misses 64 322 +258
|
Towards a stable Benchmarks SuiteWe are currently refactoring the whole benchmarking system (not regression test) to make it stable and suitable for CI workflows The following steps are in our plan: Redefine the db structure:
observablesat the same time we are going to differentiate observables per external program, but also unifying them in few records (essentially one per perturbative order), to be able to speed up the calculation either in the external objects (that will precompute everything on a grid) and in the same Less dependencies into the workflows
Welcome sandbox
|
|
No description provided.