From 7ee919f06aa5553b551da99571259adf42174104 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:43:26 +0000 Subject: [PATCH] Update BW benchmark data for 68a5c8c05887f5873cb02c97462be1077393b5e4 --- ...5c8c05887f5873cb02c97462be1077393b5e4.json | 46 ++++++++++++ benchmarks/latest.json | 70 ++++++++++++------- 2 files changed, 90 insertions(+), 26 deletions(-) create mode 100644 benchmarks/history/68a5c8c05887f5873cb02c97462be1077393b5e4.json diff --git a/benchmarks/history/68a5c8c05887f5873cb02c97462be1077393b5e4.json b/benchmarks/history/68a5c8c05887f5873cb02c97462be1077393b5e4.json new file mode 100644 index 00000000..252d4a46 --- /dev/null +++ b/benchmarks/history/68a5c8c05887f5873cb02c97462be1077393b5e4.json @@ -0,0 +1,46 @@ +{ + "BEC IPython client with companion app": { + "attempt_values": [ + 2.3676935006, + 2.5048077272, + 2.42290992332 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 2.42290992332 + }, + "BEC IPython client without companion app": { + "attempt_values": [ + 6.679136525160001, + 7.63079889774, + 7.63752408834 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 7.63079889774 + }, + "Import bec_widgets": { + "attempt_values": [ + 1.0097740181000001, + 1.31348830264, + 1.32654656834 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 1.31348830264 + }, + "tests/unit_tests/benchmarks/test_dock_area_benchmark.py::test_add_waveform_to_dock_area": { + "attempt_values": [ + 0.007773989000043002, + 0.01034130099998265, + 0.01048346400000355 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 0.01034130099998265 + } +} diff --git a/benchmarks/latest.json b/benchmarks/latest.json index 85129c55..252d4a46 100644 --- a/benchmarks/latest.json +++ b/benchmarks/latest.json @@ -1,28 +1,46 @@ { - "results": [ - { - "command": "python -c 'import bec_widgets'", - "mean": 1.46302660514, - "stddev": 0.04082383584467913, - "median": 1.47359978014, - "user": 1.6511686199999995, - "system": 0.11907278000000002, - "min": 1.39813422014, - "max": 1.50982784414, - "times": [ - 1.47359978014, - 1.45888265714, - 1.50982784414, - 1.47468852414, - 1.39813422014 - ], - "exit_codes": [ - 0, - 0, - 0, - 0, - 0 - ] - } - ] + "BEC IPython client with companion app": { + "attempt_values": [ + 2.3676935006, + 2.5048077272, + 2.42290992332 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 2.42290992332 + }, + "BEC IPython client without companion app": { + "attempt_values": [ + 6.679136525160001, + 7.63079889774, + 7.63752408834 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 7.63079889774 + }, + "Import bec_widgets": { + "attempt_values": [ + 1.0097740181000001, + 1.31348830264, + 1.32654656834 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 1.31348830264 + }, + "tests/unit_tests/benchmarks/test_dock_area_benchmark.py::test_add_waveform_to_dock_area": { + "attempt_values": [ + 0.007773989000043002, + 0.01034130099998265, + 0.01048346400000355 + ], + "attempts": 3, + "metric": "median-of-attempt-median-of-attempt-median", + "unit": "s", + "value": 0.01034130099998265 + } }