From 86f1eec3ce749c896e66a4550da333e82c49ebb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:26:19 +0000 Subject: [PATCH] Update BW benchmark data for 351d98bfd8cc34b19143080900c7ca8798d578b9 --- ...d98bfd8cc34b19143080900c7ca8798d578b9.json | 46 +++++++++++++++++++ benchmarks/latest.json | 32 ++++++------- 2 files changed, 62 insertions(+), 16 deletions(-) create mode 100644 benchmarks/history/351d98bfd8cc34b19143080900c7ca8798d578b9.json diff --git a/benchmarks/history/351d98bfd8cc34b19143080900c7ca8798d578b9.json b/benchmarks/history/351d98bfd8cc34b19143080900c7ca8798d578b9.json new file mode 100644 index 00000000..6ebf8f26 --- /dev/null +++ b/benchmarks/history/351d98bfd8cc34b19143080900c7ca8798d578b9.json @@ -0,0 +1,46 @@ +{ + "BEC IPython client with companion app": { + "attempt_values": [ + 1.9923536907200001, + 2.09779108714, + 1.8176105577000001 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 1.9923536907200001 + }, + "BEC IPython client without companion app": { + "attempt_values": [ + 2.0040459563999997, + 2.0957201629399997, + 1.81798635682 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 2.0040459563999997 + }, + "Import bec_widgets": { + "attempt_values": [ + 0.01366997792, + 0.01399012558, + 0.0115444697 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 0.01366997792 + }, + "tests/unit_tests/benchmarks/test_dock_area_benchmark.py::test_add_waveform_to_dock_area": { + "attempt_values": [ + 0.15321303100000705, + 0.16208240799997498, + 0.14115784300003043 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 0.15321303100000705 + } +} diff --git a/benchmarks/latest.json b/benchmarks/latest.json index bbed353e..6ebf8f26 100644 --- a/benchmarks/latest.json +++ b/benchmarks/latest.json @@ -1,46 +1,46 @@ { "BEC IPython client with companion app": { "attempt_values": [ - 2.11120783578, - 2.0393767435, - 2.21178219566 + 1.9923536907200001, + 2.09779108714, + 1.8176105577000001 ], "attempts": 3, "metric": "median-of-attempt-median-of-attempt-median", "unit": "s", - "value": 2.11120783578 + "value": 1.9923536907200001 }, "BEC IPython client without companion app": { "attempt_values": [ - 2.0920232676, - 2.02707688406, - 2.2098439616200003 + 2.0040459563999997, + 2.0957201629399997, + 1.81798635682 ], "attempts": 3, "metric": "median-of-attempt-median-of-attempt-median", "unit": "s", - "value": 2.0920232676 + "value": 2.0040459563999997 }, "Import bec_widgets": { "attempt_values": [ - 0.01313065358, - 0.012807335820000001, - 0.01359240718 + 0.01366997792, + 0.01399012558, + 0.0115444697 ], "attempts": 3, "metric": "median-of-attempt-median-of-attempt-median", "unit": "s", - "value": 0.01313065358 + "value": 0.01366997792 }, "tests/unit_tests/benchmarks/test_dock_area_benchmark.py::test_add_waveform_to_dock_area": { "attempt_values": [ - 0.15442140900000823, - 0.14905474300002197, - 0.16087494600003538 + 0.15321303100000705, + 0.16208240799997498, + 0.14115784300003043 ], "attempts": 3, "metric": "median-of-attempt-median-of-attempt-median", "unit": "s", - "value": 0.15442140900000823 + "value": 0.15321303100000705 } }