-
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 f114e4d
- Loading branch information
github-action-benchmark
committed
Jul 3, 2024
1 parent
ba32847
commit 5b0f750
Showing
1 changed file
with
67 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": 1719386776785, | ||
"lastUpdate": 1720021333670, | ||
"repoUrl": "https://github.com/HEP-FCC/FCCAnalyses", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -39554,6 +39554,72 @@ 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": "f114e4d4dcf0d52930c84553435976e5335546d7", | ||
"message": "Allowing plot legend to be adjusted (#384)\n\n* Allowing plot legend to be adjusted\r\n\r\n* Synchronized script and command line", | ||
"timestamp": "2024-07-03T17:34:03+02:00", | ||
"tree_id": "065d920f9a94198eacf48baaecb3c92adefef9d5", | ||
"url": "https://github.com/HEP-FCC/FCCAnalyses/commit/f114e4d4dcf0d52930c84553435976e5335546d7" | ||
}, | ||
"date": 1720021328872, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "prod | Time spent running the analysis: examples/FCCee/weaver/analysis_inference.py", | ||
"value": 33.271162271499634, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/weaver/analysis_inference.py" | ||
}, | ||
{ | ||
"name": "prod | Time spent running the analysis: case-studies/analysis_example/scripts/analysis_example.py", | ||
"value": 9.20071291923523, | ||
"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.80563759803772, | ||
"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.044495105743408, | ||
"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.69203805923462, | ||
"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.027064085006714, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/vertex_lcfiplus/analysis_V0.py" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|