-
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 5d6d997
- Loading branch information
github-action-benchmark
committed
Oct 16, 2024
1 parent
766b521
commit ffec618
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": 1728026434233, | ||
"lastUpdate": 1729080141856, | ||
"repoUrl": "https://github.com/HEP-FCC/FCCAnalyses", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -44474,6 +44474,79 @@ 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": "5d6d997f9d2b5bc643bfa560a4b107137bdf51be", | ||
"message": "Adding FCC-hh analysis example, code and event weight processing (#411)\n\n* removing outdated FCChh examples that no longer run\r\n\r\n* init bbyy working example for FCChh\r\n\r\n* copy old FCChh analyzers\r\n\r\n* update collection names in get_tagged_jets functions - not functional yet\r\n\r\n* rewrite of get_tagged_jets to account for reversed link direction PID->RP in latest edm4hep versions\r\n\r\n* apply clang format\r\n\r\n* first versions of FCChh example final and plotting scripts\r\n\r\n* add first version of using event weights for scaling etc\r\n\r\n* fix function to get_tagged jets following PR#131 in k4SimDelphes\r\n\r\n* clean up debug prints\r\n\r\n* add bbyy normalisation and adapt to splitting b and tau-tags in k4simdelphes\r\n\r\n* FCC-hh bbyy mini example the old way, pre-datasource\r\n\r\n* clang formatting\r\n\r\n* add fcchh analysis to test suite\r\n\r\n* add do_weighted option to config dict, clean up comments\r\n\r\n* add printing of selected weighted events\r\n\r\n* fix writing sow to output tree\r\n\r\n* add check that weight column exists, comments from pr411 review\r\n\r\n* add do_weighted option to man page\r\n\r\n* clean up FCChh bbyy example, add example for checking btag efficiencies from delphes", | ||
"timestamp": "2024-10-16T13:54:21+02:00", | ||
"tree_id": "fa5606f288e533cdf8afdf6b230c8882dc0e226b", | ||
"url": "https://github.com/HEP-FCC/FCCAnalyses/commit/5d6d997f9d2b5bc643bfa560a4b107137bdf51be" | ||
}, | ||
"date": 1729080135710, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "prod | Time spent running the analysis: case-studies/analysis_example/scripts/analysis_example.py", | ||
"value": 10.61176609992981, | ||
"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.40578556060791, | ||
"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.640226364135742, | ||
"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.131635904312134, | ||
"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": 32.66959071159363, | ||
"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": 12.662089824676514, | ||
"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": 13.573232412338257, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/data_source/analysis_stage1.py" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|