-
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 bb9370d
- Loading branch information
github-action-benchmark
committed
Jan 28, 2024
1 parent
4b9d9e5
commit ec1dad0
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": 1706473719362, | ||
"lastUpdate": 1706473748261, | ||
"repoUrl": "https://github.com/HEP-FCC/FCCAnalyses", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -33314,6 +33314,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": "bb9370d266e5e9e5e5643cd76bdee58f7e68214f", | ||
"message": "Generate computational graph of the analysis (#341)\n\n* Generate computational graph of the analysis\r\n\r\n* Generating full graph for histmaker\r\n\r\n* Checked with mypy", | ||
"timestamp": "2024-01-28T21:20:59+01:00", | ||
"tree_id": "d5a5cd060507cc65b7f69aa3b4138243c2ba4788", | ||
"url": "https://github.com/HEP-FCC/FCCAnalyses/commit/bb9370d266e5e9e5e5643cd76bdee58f7e68214f" | ||
}, | ||
"date": 1706473744113, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "nightly | Time spent running the analysis: examples/FCCee/weaver/analysis_inference.py", | ||
"value": 36.03984808921814, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/weaver/analysis_inference.py" | ||
}, | ||
{ | ||
"name": "nightly | Time spent running the analysis: case-studies/analysis_example/scripts/analysis_example.py", | ||
"value": 9.566652536392212, | ||
"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": 10.82515573501587, | ||
"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.671575784683228, | ||
"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.731094598770142, | ||
"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": 30.455211639404297, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/vertex_lcfiplus/analysis_V0.py" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|