From ec1dad0a39882ca145cd933c3e4ec1effaf8df4c Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 28 Jan 2024 20:29:08 +0000 Subject: [PATCH] add Benchmark (customSmallerIsBetter) benchmark result for bb9370d266e5e9e5e5643cd76bdee58f7e68214f --- dev/bench/data.js | 68 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 6b08b21053..5b23086f7f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -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": "34742917+kjvbrt@users.noreply.github.com", + "name": "Juraj Smiesko", + "username": "kjvbrt" + }, + "committer": { + "email": "noreply@github.com", + "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" + } + ] } ] }