-
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 6d43e28
- Loading branch information
github-action-benchmark
committed
May 13, 2024
1 parent
a2428e9
commit 7c0e117
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": 1715589336159, | ||
"lastUpdate": 1715590345388, | ||
"repoUrl": "https://github.com/HEP-FCC/FCCAnalyses", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -38690,6 +38690,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Evt/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "jeyserma", | ||
"username": "jeyserma" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Juraj Smiesko", | ||
"username": "kjvbrt" | ||
}, | ||
"distinct": true, | ||
"id": "6d43e284688a0f33f2a5186d69f7f13544e7fb21", | ||
"message": "More examples, combine support, BDT/MVA support (#368)\n\n* More examples, combine support, BDT/MVA support\r\n\r\n* Moved TMVA to addon", | ||
"timestamp": "2024-05-13T10:39:42+02:00", | ||
"tree_id": "d337c2c7b8bb79f8ed86a45bcf0a97ff1509afc0", | ||
"url": "https://github.com/HEP-FCC/FCCAnalyses/commit/6d43e284688a0f33f2a5186d69f7f13544e7fb21" | ||
}, | ||
"date": 1715590340625, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "nightly | Time spent running the analysis: case-studies/analysis_example/scripts/analysis_example.py", | ||
"value": 11.887604713439941, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: case-studies/analysis_example/scripts/analysis_example.py" | ||
}, | ||
{ | ||
"name": "nightly | Time spent running the analysis: examples/FCCee/higgs/mH-recoil/mumu/analysis_stage1.py", | ||
"value": 11.806649923324585, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/higgs/mH-recoil/mumu/analysis_stage1.py" | ||
}, | ||
{ | ||
"name": "nightly | Time spent running the analysis: examples/FCCee/flavour/Bc2TauNu/analysis_B2TauNu_truth.py", | ||
"value": 14.115919589996338, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/flavour/Bc2TauNu/analysis_B2TauNu_truth.py" | ||
}, | ||
{ | ||
"name": "nightly | Time spent running the analysis: examples/FCCee/test/jet_constituents.py", | ||
"value": 10.578301906585693, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/test/jet_constituents.py" | ||
}, | ||
{ | ||
"name": "nightly | Time spent running the analysis: examples/FCCee/vertex_lcfiplus/analysis_V0.py", | ||
"value": 36.27711009979248, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/vertex_lcfiplus/analysis_V0.py" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|