-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for dae0778
- Loading branch information
github-action-benchmark
committed
Jul 30, 2024
1 parent
0cbe1fc
commit fd971bc
Showing
1 changed file
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1722348526169, | ||
"lastUpdate": 1722348574003, | ||
"repoUrl": "https://github.com/HEP-FCC/FCCAnalyses", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -42074,6 +42074,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Evt/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Juan Miguel Carceller", | ||
"username": "jmcarcell" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "dae0778e138b87f5f8400c98a931d85608c24385", | ||
"message": "Add checks for TVMA::Experimental::RBDT since it is not a template anymore (#395)\n\n* Add checks for TVMA::Experimental::RBDT since it is not a template anymore\r\n\r\nafter ROOT 6.32.0, failing with a compilation error.\r\n\r\n* Close #ifndef\r\n\r\n* Fix format\r\n\r\n---------\r\n\r\nCo-authored-by: jmcarcell <[email protected]>", | ||
"timestamp": "2024-07-30T16:03:05+02:00", | ||
"tree_id": "e18c19f318b9f8ae14ded7107c6d736f2e0c0c68", | ||
"url": "https://github.com/HEP-FCC/FCCAnalyses/commit/dae0778e138b87f5f8400c98a931d85608c24385" | ||
}, | ||
"date": 1722348568587, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "prod | Time spent running the analysis: case-studies/analysis_example/scripts/analysis_example.py", | ||
"value": 11.354659080505371, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: case-studies/analysis_example/scripts/analysis_example.py" | ||
}, | ||
{ | ||
"name": "prod | Time spent running the analysis: examples/FCCee/higgs/mH-recoil/mumu/analysis_stage1.py", | ||
"value": 11.685268640518188, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/higgs/mH-recoil/mumu/analysis_stage1.py" | ||
}, | ||
{ | ||
"name": "prod | Time spent running the analysis: examples/FCCee/flavour/Bc2TauNu/analysis_B2TauNu_truth.py", | ||
"value": 13.569731712341309, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/flavour/Bc2TauNu/analysis_B2TauNu_truth.py" | ||
}, | ||
{ | ||
"name": "prod | Time spent running the analysis: examples/FCCee/test/jet_constituents.py", | ||
"value": 10.604222774505615, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/test/jet_constituents.py" | ||
}, | ||
{ | ||
"name": "prod | Time spent running the analysis: examples/FCCee/vertex_lcfiplus/analysis_V0.py", | ||
"value": 31.143298625946045, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/vertex_lcfiplus/analysis_V0.py" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|