-
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 ff50f25
- Loading branch information
github-action-benchmark
committed
Jul 3, 2024
1 parent
3cea5ed
commit bf7293e
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": 1720021674611, | ||
"lastUpdate": 1720022899562, | ||
"repoUrl": "https://github.com/HEP-FCC/FCCAnalyses", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -39890,6 +39890,65 @@ window.BENCHMARK_DATA = { | |
"unit": "Evt/s" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Thomas Madlener", | ||
"username": "tmadlener" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "ff50f2541693c369e49790ae3249bbb4e5d13997", | ||
"message": "Make ONNXRuntime work with older and newer versions of onnxruntime (#381)\n\n* Rig a similar target as is available for newer onnxruntime versions\r\n\r\n* Do not indiscriminantly look for older versions\r\n\r\n* Consistently use onnxruntime::onnxruntime targets\r\n\r\n* Cleanup cmake log messages\r\n\r\n* Make things work with old and new versions of OnnxRuntime", | ||
"timestamp": "2024-07-03T18:00:44+02:00", | ||
"tree_id": "8100a94e4310b4e447e6e151a3ecf1efb106ec34", | ||
"url": "https://github.com/HEP-FCC/FCCAnalyses/commit/ff50f2541693c369e49790ae3249bbb4e5d13997" | ||
}, | ||
"date": 1720022894669, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "nightly | Time spent running the analysis: case-studies/analysis_example/scripts/analysis_example.py", | ||
"value": 12.143867015838623, | ||
"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": 11.134580373764038, | ||
"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.217820167541504, | ||
"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": 11.4912850856781, | ||
"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": 37.10885262489319, | ||
"unit": "Seconds", | ||
"range": 10, | ||
"extra": "Analysis path: examples/FCCee/vertex_lcfiplus/analysis_V0.py" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|