-
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 (customBiggerIsBetter) benchmark result for bb9370d
- Loading branch information
github-action-benchmark
committed
Jan 28, 2024
1 parent
ec1dad0
commit 8abd21c
Showing
1 changed file
with
55 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": 1706473748261, | ||
"lastUpdate": 1706473749575, | ||
"repoUrl": "https://github.com/HEP-FCC/FCCAnalyses", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -33380,6 +33380,60 @@ window.BENCHMARK_DATA = { | |
"extra": "Analysis path: examples/FCCee/vertex_lcfiplus/analysis_V0.py" | ||
} | ||
] | ||
}, | ||
{ | ||
"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": 1706473749178, | ||
"tool": "customBiggerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "nightly | Events processed per second: examples/FCCee/weaver/analysis_inference.py", | ||
"value": 2.774706479129597, | ||
"unit": "Evt/s" | ||
}, | ||
{ | ||
"name": "nightly | Events processed per second: case-studies/analysis_example/scripts/analysis_example.py", | ||
"value": 10.452977111857365, | ||
"unit": "Evt/s" | ||
}, | ||
{ | ||
"name": "nightly | Events processed per second: examples/FCCee/higgs/mH-recoil/mumu/analysis_stage1.py", | ||
"value": 9.237742388918473, | ||
"unit": "Evt/s" | ||
}, | ||
{ | ||
"name": "nightly | Events processed per second: examples/FCCee/flavour/Bc2TauNu/analysis_B2TauNu_truth.py", | ||
"value": 6.815900450474965, | ||
"unit": "Evt/s" | ||
}, | ||
{ | ||
"name": "nightly | Events processed per second: examples/FCCee/test/jet_constituents.py", | ||
"value": 9.318713862746183, | ||
"unit": "Evt/s" | ||
}, | ||
{ | ||
"name": "nightly | Events processed per second: examples/FCCee/vertex_lcfiplus/analysis_V0.py", | ||
"value": 3.2835102636625773, | ||
"unit": "Evt/s" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|