Update BW benchmark data for 68a5c8c05887f5873cb02c97462be1077393b5e4

This commit is contained in:
github-actions[bot]
2026-04-17 12:43:26 +00:00
parent 5efa1e22c3
commit 7ee919f06a
2 changed files with 90 additions and 26 deletions
@@ -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
}
}
+44 -26
View File
@@ -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
}
}