-
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 54e8495
- Loading branch information
github-action-benchmark
committed
Sep 12, 2024
1 parent
98ed499
commit 872f9d1
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": 1722850241781, | ||
"lastUpdate": 1726146171909, | ||
"repoUrl": "https://github.com/HEP-FCC/FCCAnalyses", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -42398,6 +42398,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Evt/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "bistapf", | ||
"username": "bistapf" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "54e849554155d86eeb0eb70d2c5ea7b753fb1dba", | ||
"message": "Updating FCC-ee mH recoil mumu example to work with edm4hep v1 format (#400)\n\n* updating mH recoil mumu example to work with edm4hep v1, adding also histmaker and plots scripts as used in FCC SW tutorial\r\n\r\n* fix test file needed by FCCAnalysis_analysis_example_run_analysis\r\n\r\n* adapt build&test to work with edm4hep v1 format with temporary changes/ommissions to be able to develop further on this branch\r\n\r\n* fix comments in test\r\n\r\n* cleanup/changes from review of PR#400\r\n\r\n* add missing end quote\r\n\r\n---------\r\n\r\nCo-authored-by: Birgit Stapf <[email protected]>", | ||
"timestamp": "2024-09-12T14:55:44+02:00", | ||
"tree_id": "ec7f7514dc6b4e926e0003ddd1e7fe7e65aeaa83", | ||
"url": "https://github.com/HEP-FCC/FCCAnalyses/commit/54e849554155d86eeb0eb70d2c5ea7b753fb1dba" | ||
}, | ||
"date": 1726146166554, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "prod | Time spent running the analysis: case-studies/analysis_example/scripts/analysis_example.py", | ||
"value": 13.256650447845459, | ||
"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": 9.771024465560913, | ||
"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": 14.958144664764404, | ||
"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": 11.084159851074219, | ||
"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": 30.719473600387573, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/vertex_lcfiplus/analysis_V0.py" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|