-
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 86f8111
- Loading branch information
github-action-benchmark
committed
Oct 28, 2024
1 parent
a378962
commit 1025fa9
Showing
1 changed file
with
74 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": 1729080319331, | ||
"lastUpdate": 1730117711021, | ||
"repoUrl": "https://github.com/HEP-FCC/FCCAnalyses", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -44738,6 +44738,79 @@ window.BENCHMARK_DATA = { | |
"unit": "Evt/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Juraj Smiesko", | ||
"username": "kjvbrt" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "86f811189d05a9aa54a16d6a59123cd20d37d057", | ||
"message": "NTupleizer: Properly parsing -cellBranchNames (#415)\n\n* Properly parsing -cellBranchNames\r\n\r\n* Using again ECalBarrelPositionedCells as default", | ||
"timestamp": "2024-10-28T13:06:48+01:00", | ||
"tree_id": "515b2ef75585be7209e92437fc5e6e0cb9bba491", | ||
"url": "https://github.com/HEP-FCC/FCCAnalyses/commit/86f811189d05a9aa54a16d6a59123cd20d37d057" | ||
}, | ||
"date": 1730117704647, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "prod | Time spent running the analysis: case-studies/analysis_example/scripts/analysis_example.py", | ||
"value": 12.203446388244629, | ||
"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": 8.823238372802734, | ||
"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": 12.73336935043335, | ||
"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.60495638847351, | ||
"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": 34.32064437866211, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/vertex_lcfiplus/analysis_V0.py" | ||
}, | ||
{ | ||
"name": "prod | Time spent running the analysis: examples/data_source/stages_source.py", | ||
"value": 13.320720195770264, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/data_source/stages_source.py" | ||
}, | ||
{ | ||
"name": "prod | Time spent running the analysis: examples/data_source/analysis_stage1.py", | ||
"value": 14.11443567276001, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/data_source/analysis_stage1.py" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|