8000 Non-unique collection indexes by tpw56j · Pull Request #3721 · cobbler/cobbler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Non-unique collection indexes #3721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

tpw56j
Copy link
Contributor
@tpw56j tpw56j commented Jun 17, 2024

Linked Items

Fixes #3720, #3817, #3816

Description

PR adds the ability to create non-unique collection indexes and set their properties in the settings..

Behaviour changes

Old:

  • only unique indexes are supported
  • indexes are hard-coded, there is no way to set their properties

New:

  • supports unique and non-unique indexes on arbitrary attributes
  • the necessary indexes and their properties are set in the settings

Category

This is related to a:

  • Bugfix
  • Feature
  • Packaging
  • Docs
  • Code Quality
  • Refactoring
  • Miscellaneous

Tests

  • Unit-Tests were created
  • System-Tests were created
  • Code is already covered by Unit-Tests
  • Code is already covered by System-Tests
  • No tests required

@github-actions github-actions bot added the tests label Jun 17, 2024
@tpw56j tpw56j marked this pull request as draft June 17, 2024 10:22
@tpw56j tpw56j force-pushed the feature/nonunique_collection_indexes branch from 23974d4 to 435717e Compare June 17, 2024 10:48
@SchoolGuy
Copy link
Member

@tpw56j After this PR is merged I would kindly soft-freeze the main branch to focus on my work (aka the three already open draft PRs) to refactor the items, establish the template item type and finally support cloud-init. Your efforts are a very very large help to me but I literally can't keep up with the rebasing thanks to your amazing work. (For the coming weeks though, I will be busy with backporting your previous collection index PR for 3.3.5, after which I will verify how stable 3.3.5 is.)

@tpw56j tpw56j force-pushed the feature/nonunique_collection_indexes branch from 435717e to 05d1978 Compare June 17, 2024 12:45
@tpw56j
Copy link
Contributor Author
tpw56j commented Jun 17, 2024

Unfortunately, the idea of ​​universal indexes turned out to be unsuccessful. Instead of speeding up, there was a significant slowdown.
It looks like the reason is that I placed a call to update_index_value in Item.__setattr__. And this despite the fact that in this implementation the <<inherit>> values ​​for building the index were not resolved. And if this is done, the slowdown will be catastrophic.
I have no ideas on how to solve this problem, so I am closing the PR.

@tpw56j tpw56j closed this Jun 17, 2024
@tpw56j tpw56j reopened this Jun 18, 2024
@tpw56j tpw56j force-pushed the feature/nonunique_collection_indexes branch 5 times, most recently from 4e0c2f3 to 4612678 Compare June 19, 2024 06:37
@tpw56j tpw56j force-pushed the feature/nonunique_collection_indexes branch 13 times, most recently from c64979f to d5345b4 Compare June 22, 2024 19:26
@tpw56j
Copy link
Contributor Author
tpw56j commented Jun 23, 2024

@SchoolGuy This PR is almost ready, all that remains is to clean up the code.
Tests with a small number of objects (objs_count=2) are not suitable for this PR. So I ran tests with objs_count=10 but fewer rounds=5 and got the following results:

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Performance has regressed:
	test_item_edit[False-False-repo-False] (0002_e207a9f) - Field 'mean' has failed PercentageRegressionCheck: 21.911645110 > 10.000000000
	test_item_edit[True-False-menu-False] (0002_e207a9f) - Field 'mean' has failed PercentageRegressionCheck: 15.675769246 > 10.000000000
	test_item_edit[False-True-profile-False] (0002_e207a9f) - Field 'mean' has failed PercentageRegressionCheck: 11.400679023 > 10.000000000
	test_item_edit[False-True-image-False] (0002_e207a9f) - Field 'mean' has failed PercentageRegressionCheck: 11.196134644 > 10.000000000
	test_item_edit[True-True-distro-False] (0002_e207a9f) - Field 'mean' has failed PercentageRegressionCheck: 13.647263268 > 10.000000000
	test_item_edit[True-True-menu-False] (0002_e207a9f) - Field 'mean' has failed PercentageRegressionCheck: 11.965055551 > 10.000000000
	test_item_edit[True-True-profile-False] (0002_e207a9f) - Field 'mean' has failed PercentageRegressionCheck: 18.228510340 > 10.000000000
	test_item_edit[True-True-system-False] (0002_e207a9f) - Field 'mean' has failed PercentageRegressionCheck: 23.469455242 > 10.000000000
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

The best results were:

-------------------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-repo-True]': 2 tests ---------------------------------------------------------------------------------------
Name (time in us)                                              Min                   Max                  Mean             StdDev                Median                IQR            Outliers         OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-repo-True] (NOW)                221.9610 (1.0)        250.4870 (1.0)        234.1480 (1.0)      11.0701 (1.0)        229.7740 (1.0)      15.0365 (1.0)           2;0  4,270.8031 (1.0)           5           1
test_item_edit[True-False-repo-True] (0002_e207a9f)     2,549.2050 (11.48)    2,595.2630 (10.36)    2,569.9884 (10.98)    18.7959 (1.70)     2,563.8200 (11.16)    29.9750 (1.99)          2;0    389.1068 (0.09)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_copy[False-False-distro]': 2 tests -------------------------------------------------------------------------------------
Name (time in ms)                                            Min                   Max                  Mean             StdDev                Median                IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-False-distro] (NOW)                426.3709 (1.0)        429.9780 (1.0)        427.4568 (1.0)       1.4435 (1.0)        427.0034 (1.0)       1.2555 (1.0)           1;1  2.3394 (1.0)           5           1
test_item_copy[False-False-distro] (0002_e207a9f)     5,270.3477 (12.36)    5,319.7600 (12.37)    5,291.5156 (12.38)    19.0544 (13.20)    5,291.4343 (12.39)    26.6615 (21.24)         2;0  0.1890 (0.08)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_copy[False-False-image]': 2 tests ------------------------------------------------------------------------------------
Name (time in ms)                                           Min                   Max                  Mean            StdDev                Median                IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-False-image] (NOW)                416.2164 (1.0)        418.0742 (1.0)        417.1577 (1.0)      0.7671 (1.0)        417.3661 (1.0)       1.2634 (1.0)           2;0  2.3972 (1.0)           5           1
test_item_copy[False-False-image] (0002_e207a9f)     5,908.2228 (14.20)    5,931.8603 (14.19)    5,920.0942 (14.19)    8.7983 (11.47)    5,922.2461 (14.19)    11.0558 (8.75)          2;0  0.1689 (0.07)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[False-False-profile]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                           Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-False-profile] (NOW)               1.2676 (1.0)       1.2770 (1.0)       1.2721 (1.0)      0.0033 (1.0)       1.2717 (1.0)      0.0031 (1.0)           2;0  0.7861 (1.0)           5           1
test_item_copy[False-False-profile] (0002_e207a9f)     21.4666 (16.94)    21.5366 (16.87)    21.5021 (16.90)    0.0281 (8.40)     21.4918 (16.90)    0.0422 (13.45)         2;0  0.0465 (0.06)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

0001_e207a9f921ba4c4979162e40a88af2bcce24a1e7_20240621_084042_uncommited-changes.json - main branch
0002_e207a9f921ba4c4979162e40a88af2bcce24a1e7_20240621_155853_uncommited-changes.json - main branch with sync_systems fix (#3721 (comment))
0003_unknown_20240623_023230.json - this PR with non-unique indexes disabled in the settings
0004_unknown_20240623_105319.json - this PR

Since the results were mixed, I think we need to do more testing. Including tests with the number of objects > 10 where indexes can perform better.

@SchoolGuy
Copy link
Member

@tpw56j Once 3.3.5 is out I will focus on this PR. Until then feel free to experiment with it as much as desired.

@tpw56j tpw56j force-pushed the feature/nonunique_collection_indexes branch from d5345b4 to ef27317 Compare July 2, 2024 16:32
@tpw56j tpw56j force-pushed the feature/nonunique_collection_indexes branch 4 times, most recently from 4650b34 to 2a61bbc Compare August 25, 2024 16:01
@tpw56j
Copy link
Contributor Author
tpw56j commented Aug 27, 2024

@SchoolGuy With the testing parameters test_rounds = 5, objs_default_count = 10, profiles_count = 100, systems_count = 1000, the estimated time to complete the tests on my hardware was 65 days.

That's why I'm now trying to select the parameters so that the tests can be completed in a week.

On bare Rockchip RK3399 (arm64) hardware with a small number of objects, the results were as follows:

Click me

test_rounds = 5
objs_default_count = 10
systems_count = 50

Comparing against benchmarks from: Linux-CPython-3.12-64bit/0001_unversioned_20240823_063803.json
==================================================================================== test session starts =====================================================================================
platform linux -- Python 3.12.3, pytest-7.4.4, pluggy-1.4.0
benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /usr/src/cobbler
configfile: pytest.ini
plugins: benchmark-4.0.0
collected 160 items                                                                                                                                                                          

----------------------------------------------------------------------------- benchmark 'test_all_items_create[False-False]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                          Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_all_items_create[False-False] (NOW)               8.4610 (1.0)       8.5447 (1.0)       8.4912 (1.0)      0.0319 (1.0)       8.4848 (1.0)      0.0317 (1.0)           1;0  0.1178 (1.0)           5           1
test_all_items_create[False-False] (0001_unversi)     60.7033 (7.17)     60.8261 (7.12)     60.7573 (7.16)     0.0443 (1.39)     60.7564 (7.16)     0.0421 (1.33)          2;0  0.0165 (0.14)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_all_items_create[False-True]': 2 tests -------------------------------------------------------------------------------
Name (time in s)                                          Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_all_items_create[False-True] (NOW)               66.3711 (1.0)       66.7032 (1.0)       66.5142 (1.0)      0.1226 (1.0)       66.4986 (1.0)      0.1434 (1.0)           2;0  0.0150 (1.0)           5           1
test_all_items_create[False-True] (0001_unversi)     119.8859 (1.81)     120.2749 (1.80)     120.0756 (1.81)     0.1543 (1.26)     120.1146 (1.81)     0.2345 (1.64)          2;0  0.0083 (0.55)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_all_items_create[True-False]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                         Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_all_items_create[True-False] (NOW)               8.4086 (1.0)       8.5797 (1.0)       8.4780 (1.0)      0.0691 (1.09)      8.4642 (1.0)      0.1061 (1.63)          2;0  0.1180 (1.0)           5           1
test_all_items_create[True-False] (0001_unversi)     13.3596 (1.59)     13.5158 (1.58)     13.4072 (1.58)     0.0631 (1.0)      13.3918 (1.58)     0.0651 (1.0)           1;0  0.0746 (0.63)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_all_items_create[True-True]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_all_items_create[True-True] (NOW)              55.3821 (1.0)      55.6779 (1.0)      55.5232 (1.0)      0.1265 (1.11)     55.4964 (1.0)      0.2215 (1.47)          2;0  0.0180 (1.0)           5           1
test_all_items_create[True-True] (0001_unversi)     61.5092 (1.11)     61.7994 (1.11)     61.6181 (1.11)     0.1141 (1.0)      61.5847 (1.11)     0.1507 (1.0)           1;0  0.0162 (0.90)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------- benchmark 'test_deserialize[False-False]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                     Min                 Max                Mean             StdDev              Median                IQR            Outliers     OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_deserialize[False-False] (0001_unversi)     119.9492 (1.0)      149.3654 (1.07)     128.8279 (1.0)      12.2361 (9.56)     122.3434 (1.0)      14.2953 (13.86)         1;0  7.7623 (1.0)           5           1
test_deserialize[False-False] (NOW)              136.0546 (1.13)     139.2308 (1.0)      138.3025 (1.07)      1.2797 (1.0)      138.6805 (1.13)      1.0312 (1.0)           1;1  7.2305 (0.93)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_deserialize[False-True]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                    Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_deserialize[False-True] (0001_unversi)     121.2074 (1.0)      131.7898 (1.0)      125.8112 (1.0)      5.2449 (5.36)     122.9606 (1.0)      9.6718 (6.02)          2;0  7.9484 (1.0)           5           1
test_deserialize[False-True] (NOW)              137.4050 (1.13)     139.5557 (1.06)     138.2258 (1.10)     0.9784 (1.0)      137.6191 (1.12)     1.6058 (1.0)           1;0  7.2345 (0.91)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_deserialize[True-False]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                    Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_deserialize[True-False] (0001_unversi)     129.4241 (1.0)      139.9260 (1.0)      131.8344 (1.0)      4.5316 (3.07)     129.8853 (1.0)      2.9545 (1.04)          1;1  7.5853 (1.0)           5           1
test_deserialize[True-False] (NOW)              143.0656 (1.11)     146.1675 (1.04)     144.5170 (1.10)     1.4779 (1.0)      144.1337 (1.11)     2.8273 (1.0)           1;0  6.9196 (0.91)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_deserialize[True-True]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                   Min                 Max                Mean            StdDev              Median                IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_deserialize[True-True] (0001_unversi)     130.2697 (1.0)      143.0483 (1.0)      136.9666 (1.0)      5.9350 (9.22)     139.8021 (1.0)      10.5857 (9.17)          3;0  7.3011 (1.0)           5           1
test_deserialize[True-True] (NOW)              142.7658 (1.10)     144.1141 (1.01)     143.4684 (1.05)     0.6437 (1.0)      143.8059 (1.03)      1.1541 (1.0)           3;0  6.9702 (0.95)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_distros_create[cache_enabled0]': 2 tests -------------------------------------------------------------------------------
Name (time in ms)                                           Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_distros_create[cache_enabled0] (0001_unversi)     155.7598 (1.0)      173.2981 (1.02)     166.0043 (1.02)     6.4651 (1.68)     166.4280 (1.03)     6.9096 (1.53)          2;0  6.0239 (0.98)          5           1
test_distros_create[cache_enabled0] (NOW)              160.3291 (1.03)     169.6930 (1.0)      163.2074 (1.0)      3.8389 (1.0)      162.2661 (1.0)      4.5050 (1.0)           1;0  6.1272 (1.0)           5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_distros_create[cache_enabled1]': 2 tests -------------------------------------------------------------------------------
Name (time in ms)                                           Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_distros_create[cache_enabled1] (0001_unversi)     154.3733 (1.0)      165.6329 (1.0)      159.4321 (1.0)      4.2777 (1.0)      158.7001 (1.0)      5.9132 (1.14)          2;0  6.2723 (1.0)           5           1
test_distros_create[cache_enabled1] (NOW)              156.2587 (1.01)     167.2313 (1.01)     160.1977 (1.00)     4.2988 (1.00)     159.6359 (1.01)     5.2098 (1.0)           1;0  6.2423 (1.00)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_get_autoinstall[False-profile]': 2 tests ----------------------------------------------------------------------------------
Name (time in ms)                                           Min                   Max                Mean              StdDev              Median                 IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_get_autoinstall[False-profile] (NOW)              766.9243 (1.0)      1,039.7116 (1.0)      855.6760 (1.0)      122.3173 (1.0)      776.1980 (1.0)      182.7208 (1.0)           1;0  1.1687 (1.0)           5           1
test_get_autoinstall[False-profile] (0001_unversi)     791.7678 (1.03)     1,184.0890 (1.14)     904.2591 (1.06)     172.0759 (1.41)     793.5236 (1.02)     221.8509 (1.21)          1;0  1.1059 (0.95)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_get_autoinstall[False-system]': 2 tests ---------------------------------------------------------------------------------
Name (time in ms)                                          Min                 Max                Mean             StdDev              Median                IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_get_autoinstall[False-system] (NOW)              786.2919 (1.0)      936.5073 (1.0)      818.0124 (1.0)      66.2595 (1.0)      788.9475 (1.0)      39.6969 (1.0)           1;1  1.2225 (1.0)           5           1
test_get_autoinstall[False-system] (0001_unversi)     802.8289 (1.02)     996.7933 (1.06)     842.7026 (1.03)     86.1456 (1.30)     804.2720 (1.02)     49.8642 (1.26)          1;1  1.1867 (0.97)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------- benchmark 'test_get_autoinstall[True-profile]': 2 tests ---------------------------------------------------------------------------------
Name (time in ms)                                          Min                 Max                Mean             StdDev              Median                 IQR            Outliers     OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_get_autoinstall[True-profile] (NOW)              762.0124 (1.0)      926.9376 (1.19)     827.4403 (1.07)     81.2502 (22.88)    777.5744 (1.01)     145.2329 (60.44)         1;0  1.2085 (0.93)          5           1
test_get_autoinstall[True-profile] (0001_unversi)     771.0887 (1.01)     779.8800 (1.0)      773.6066 (1.0)       3.5513 (1.0)      772.2653 (1.0)        2.4030 (1.0)           1;1  1.2926 (1.0)           5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------- benchmark 'test_get_autoinstall[True-system]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                         Min                 Max                Mean             StdDev              Median                IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_get_autoinstall[True-system] (NOW)              768.6408 (1.0)      950.5156 (1.01)     808.4465 (1.0)      79.4665 (1.15)     773.7116 (1.0)      47.8336 (1.0)           1;1  1.2369 (1.0)           5           1
test_get_autoinstall[True-system] (0001_unversi)     772.7500 (1.01)     937.3568 (1.0)      814.7764 (1.01)     69.0488 (1.0)      790.1465 (1.02)     52.1927 (1.09)          1;1  1.2273 (0.99)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------- benchmark 'test_images_create[cache_enabled0]': 2 tests ----------------------------------------------------------------------------
Name (time in s)                                         Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_images_create[cache_enabled0] (NOW)              1.6624 (1.0)      1.6960 (1.0)      1.6746 (1.0)      0.0135 (1.41)     1.6724 (1.0)      0.0188 (2.00)          1;0  0.5972 (1.0)           5           1
test_images_create[cache_enabled0] (0001_unversi)     2.0910 (1.26)     2.1157 (1.25)     2.0992 (1.25)     0.0096 (1.0)      2.0971 (1.25)     0.0094 (1.0)           1;0  0.4764 (0.80)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------- benchmark 'test_images_create[cache_enabled1]': 2 tests ----------------------------------------------------------------------------
Name (time in s)                                         Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_images_create[cache_enabled1] (NOW)              1.6846 (1.0)      1.7246 (1.0)      1.7027 (1.0)      0.0182 (1.18)     1.7029 (1.0)      0.0340 (1.32)          1;0  0.5873 (1.0)           5           1
test_images_create[cache_enabled1] (0001_unversi)     2.0875 (1.24)     2.1254 (1.23)     2.1065 (1.24)     0.0154 (1.0)      2.1074 (1.24)     0.0257 (1.0)           2;0  0.4747 (0.81)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_copy[False-False-distro]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                          Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-False-distro] (NOW)               1.8795 (1.0)       1.9200 (1.0)       1.8915 (1.0)      0.0162 (1.0)       1.8867 (1.0)      0.0127 (1.0)           1;1  0.5287 (1.0)           5           1
test_item_copy[False-False-distro] (0001_unversi)     22.2276 (11.83)    22.3027 (11.62)    22.2604 (11.77)    0.0284 (1.75)     22.2618 (11.80)    0.0369 (2.90)          2;0  0.0449 (0.08)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[False-False-image]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                         Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-False-image] (NOW)               1.8308 (1.0)       1.8847 (1.0)       1.8485 (1.0)      0.0219 (1.0)       1.8436 (1.0)      0.0279 (1.0)           1;0  0.5410 (1.0)           5           1
test_item_copy[False-False-image] (0001_unversi)     24.8832 (13.59)    24.9511 (13.24)    24.9118 (13.48)    0.0293 (1.34)     24.9030 (13.51)    0.0505 (1.81)          1;0  0.0401 (0.07)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[False-False-menu]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                       Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-False-menu] (0001_unversi)     57.3319 (1.0)      66.0018 (1.08)     59.9539 (1.00)     3.5747 (4.18)     58.8287 (1.0)      4.2212 (3.65)          1;0  16.6795 (1.00)          5           1
test_item_copy[False-False-menu] (NOW)              58.9989 (1.03)     61.0659 (1.0)      59.6868 (1.0)      0.8554 (1.0)      59.3209 (1.01)     1.1572 (1.0)           1;0  16.7541 (1.0)           5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[False-False-profile]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                           Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-False-profile] (NOW)               5.6094 (1.0)       5.6929 (1.0)       5.6597 (1.0)      0.0319 (1.0)       5.6660 (1.0)      0.0408 (1.0)           2;0  0.1767 (1.0)           5           1
test_item_copy[False-False-profile] (0001_unversi)     90.1169 (16.07)    90.3941 (15.88)    90.2652 (15.95)    0.1081 (3.39)     90.3040 (15.94)    0.1548 (3.80)          2;0  0.0111 (0.06)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[False-False-repo]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                       Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-False-repo] (0001_unversi)     23.3738 (1.0)      27.1984 (1.10)     24.3208 (1.01)     1.6187 (4.39)     23.7185 (1.0)      1.2143 (2.07)          1;1  41.1171 (0.99)          5           1
test_item_copy[False-False-repo] (NOW)              23.7968 (1.02)     24.7129 (1.0)      24.1957 (1.0)      0.3689 (1.0)      24.1459 (1.02)     0.5856 (1.0)           2;0  41.3296 (1.0)           5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------- benchmark 'test_item_copy[False-False-system]': 2 tests ----------------------------------------------------------------------------
Name (time in s)                                         Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-False-system] (NOW)              1.2844 (1.0)      1.2973 (1.0)      1.2879 (1.0)      0.0054 (1.0)      1.2851 (1.0)      0.0052 (1.0)           1;0  0.7765 (1.0)           5           1
test_item_copy[False-False-system] (0001_unversi)     9.6113 (7.48)     9.6395 (7.43)     9.6192 (7.47)     0.0117 (2.15)     9.6166 (7.48)     0.0113 (2.17)          1;0  0.1040 (0.13)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[False-True-distro]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                         Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-True-distro] (NOW)              13.6735 (1.0)      13.7862 (1.0)      13.7489 (1.0)      0.0507 (1.0)      13.7811 (1.0)      0.0773 (1.0)           1;0  0.0727 (1.0)           5           1
test_item_copy[False-True-distro] (0001_unversi)     34.4600 (2.52)     34.5904 (2.51)     34.5076 (2.51)     0.0551 (1.09)     34.4816 (2.50)     0.0837 (1.08)          1;0  0.0290 (0.40)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_copy[False-True-image]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-True-image] (NOW)              13.5402 (1.0)      13.6512 (1.0)      13.5784 (1.0)      0.0457 (1.0)      13.5672 (1.0)      0.0647 (1.0)           1;0  0.0736 (1.0)           5           1
test_item_copy[False-True-image] (0001_unversi)     36.9868 (2.73)     37.1600 (2.72)     37.0871 (2.73)     0.0646 (1.41)     37.0846 (2.73)     0.0739 (1.14)          2;0  0.0270 (0.37)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[False-True-menu]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                      Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-True-menu] (0001_unversi)     57.7497 (1.0)      67.7572 (1.11)     60.2226 (1.01)     4.2466 (6.01)     58.2828 (1.0)      3.3316 (5.22)          1;1  16.6051 (0.99)          5           1
test_item_copy[False-True-menu] (NOW)              58.9528 (1.02)     60.7996 (1.0)      59.5983 (1.0)      0.7061 (1.0)      59.3625 (1.02)     0.6387 (1.0)           1;0  16.7790 (1.0)           5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_item_copy[False-True-profile]': 2 tests --------------------------------------------------------------------------------
Name (time in s)                                           Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-True-profile] (NOW)               55.6585 (1.0)       55.8842 (1.0)       55.7398 (1.0)      0.0853 (1.0)       55.7153 (1.0)      0.0754 (1.0)           1;1  0.0179 (1.0)           5           1
test_item_copy[False-True-profile] (0001_unversi)     141.7665 (2.55)     142.1165 (2.54)     141.9230 (2.55)     0.1396 (1.64)     141.9154 (2.55)     0.2195 (2.91)          2;0  0.0070 (0.39)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[False-True-repo]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                      Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-True-repo] (0001_unversi)     23.7000 (1.0)      24.0109 (1.0)      23.8452 (1.0)      0.1249 (1.08)     23.8776 (1.0)      0.1910 (1.08)          2;0  41.9372 (1.0)           5           1
test_item_copy[False-True-repo] (NOW)              23.9453 (1.01)     24.2334 (1.01)     24.1133 (1.01)     0.1158 (1.0)      24.1451 (1.01)     0.1773 (1.0)           2;0  41.4709 (0.99)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[False-True-system]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                         Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[False-True-system] (NOW)              30.5716 (1.0)      30.8607 (1.0)      30.7178 (1.0)      0.1088 (1.82)     30.7037 (1.0)      0.1487 (3.46)          2;0  0.0326 (1.0)           5           1
test_item_copy[False-True-system] (0001_unversi)     39.7194 (1.30)     39.8704 (1.29)     39.7659 (1.29)     0.0597 (1.0)      39.7449 (1.29)     0.0430 (1.0)           1;1  0.0251 (0.77)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_copy[True-False-distro]': 2 tests ---------------------------------------------------------------------------
Name (time in s)                                        Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-False-distro] (NOW)              1.8830 (1.0)      1.9072 (1.0)      1.8971 (1.0)      0.0105 (1.0)      1.9016 (1.0)      0.0176 (1.0)           1;0  0.5271 (1.0)           5           1
test_item_copy[True-False-distro] (0001_unversi)     3.6536 (1.94)     3.7857 (1.98)     3.6875 (1.94)     0.0553 (5.27)     3.6637 (1.93)     0.0410 (2.33)          1;1  0.2712 (0.51)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------- benchmark 'test_item_copy[True-False-image]': 2 tests ----------------------------------------------------------------------------
Name (time in s)                                       Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-False-image] (NOW)              1.8325 (1.0)      1.8760 (1.0)      1.8528 (1.0)      0.0169 (1.19)     1.8479 (1.0)      0.0244 (1.0)           2;0  0.5397 (1.0)           5           1
test_item_copy[True-False-image] (0001_unversi)     3.7611 (2.05)     3.7905 (2.02)     3.7739 (2.04)     0.0142 (1.0)      3.7667 (2.04)     0.0260 (1.06)          1;0  0.2650 (0.49)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[True-False-menu]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                      Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-False-menu] (0001_unversi)     56.7286 (1.0)      68.4353 (1.14)     59.8912 (1.03)     4.8330 (5.29)     58.0755 (1.00)     3.8603 (4.51)          1;1  16.6969 (0.97)          5           1
test_item_copy[True-False-menu] (NOW)              57.6849 (1.02)     59.9754 (1.0)      58.3932 (1.0)      0.9142 (1.0)      58.0128 (1.0)      0.8568 (1.0)           1;0  17.1253 (1.0)           5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_copy[True-False-profile]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                          Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-False-profile] (NOW)               5.6153 (1.0)       5.7206 (1.0)       5.6518 (1.0)      0.0418 (2.37)      5.6484 (1.0)      0.0496 (1.88)          1;0  0.1769 (1.0)           5           1
test_item_copy[True-False-profile] (0001_unversi)     12.6301 (2.25)     12.6748 (2.22)     12.6493 (2.24)     0.0176 (1.0)      12.6481 (2.24)     0.0264 (1.0)           2;0  0.0791 (0.45)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[True-False-repo]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                      Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-False-repo] (NOW)              22.4695 (1.0)      23.9984 (1.01)     23.0442 (1.0)      0.5898 (1.57)     22.8116 (1.0)      0.6926 (1.11)          1;0  43.3949 (1.0)           5           1
test_item_copy[True-False-repo] (0001_unversi)     22.8133 (1.02)     23.6784 (1.0)      23.1489 (1.00)     0.3759 (1.0)      22.9988 (1.01)     0.6253 (1.0)           1;0  43.1987 (1.00)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_copy[True-False-system]': 2 tests ---------------------------------------------------------------------------
Name (time in s)                                        Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-False-system] (NOW)              1.2333 (1.0)      1.2482 (1.0)      1.2388 (1.0)      0.0060 (1.0)      1.2357 (1.0)      0.0079 (1.0)           1;0  0.8072 (1.0)           5           1
test_item_copy[True-False-system] (0001_unversi)     1.8349 (1.49)     1.8596 (1.49)     1.8493 (1.49)     0.0109 (1.82)     1.8547 (1.50)     0.0185 (2.35)          1;0  0.5407 (0.67)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_copy[True-True-distro]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-True-distro] (NOW)              11.4160 (1.0)      11.4412 (1.0)      11.4310 (1.0)      0.0095 (1.0)      11.4306 (1.0)      0.0112 (1.0)           2;0  0.0875 (1.0)           5           1
test_item_copy[True-True-distro] (0001_unversi)     13.4017 (1.17)     13.4627 (1.18)     13.4266 (1.17)     0.0222 (2.33)     13.4231 (1.17)     0.0181 (1.62)          2;1  0.0745 (0.85)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[True-True-image]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                       Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-True-image] (NOW)              11.3149 (1.0)      11.4233 (1.0)      11.3729 (1.0)      0.0401 (1.0)      11.3767 (1.0)      0.0510 (1.36)          2;0  0.0879 (1.0)           5           1
test_item_copy[True-True-image] (0001_unversi)     13.5259 (1.20)     13.6269 (1.19)     13.5564 (1.19)     0.0406 (1.01)     13.5475 (1.19)     0.0374 (1.0)           1;1  0.0738 (0.84)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[True-True-menu]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                     Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-True-menu] (NOW)              57.9290 (1.0)      60.2553 (1.0)      58.7467 (1.0)      0.9820 (1.0)      58.3132 (1.0)      1.4636 (1.0)           1;0  17.0222 (1.0)           5           1
test_item_copy[True-True-menu] (0001_unversi)     57.9454 (1.00)     63.4161 (1.05)     59.6727 (1.02)     2.1504 (2.19)     58.9216 (1.01)     1.7577 (1.20)          1;1  16.7581 (0.98)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[True-True-profile]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                         Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-True-profile] (NOW)              45.3635 (1.0)      45.5610 (1.0)      45.4440 (1.0)      0.0724 (1.05)     45.4279 (1.0)      0.0684 (1.0)           2;0  0.0220 (1.0)           5           1
test_item_copy[True-True-profile] (0001_unversi)     53.3504 (1.18)     53.5227 (1.17)     53.4372 (1.18)     0.0687 (1.0)      53.4546 (1.18)     0.1068 (1.56)          2;0  0.0187 (0.85)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_copy[True-True-repo]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                     Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-True-repo] (NOW)              22.5109 (1.0)      23.9712 (1.0)      23.2335 (1.0)      0.6928 (1.0)      23.2135 (1.00)     1.3446 (1.0)           2;0  43.0413 (1.0)           5           1
test_item_copy[True-True-repo] (0001_unversi)     23.0647 (1.02)
10000
     28.1522 (1.17)     24.3591 (1.05)     2.1786 (3.14)     23.1966 (1.0)      2.1453 (1.60)          1;0  41.0523 (0.95)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_copy[True-True-system]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_copy[True-True-system] (NOW)              24.8588 (1.0)      25.0829 (1.0)      24.9239 (1.0)      0.0911 (2.43)     24.8878 (1.0)      0.0842 (1.67)          1;1  0.0401 (1.0)           5           1
test_item_copy[True-True-system] (0001_unversi)     26.1576 (1.05)     26.2496 (1.05)     26.1890 (1.05)     0.0374 (1.0)      26.1807 (1.05)     0.0504 (1.0)           1;0  0.0382 (0.95)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[False-False-distro-False]': 2 tests ------------------------------------------------------------------------------------
Name (time in us)                                                Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-distro-False] (0001_unversi)     107.6240 (1.0)      220.2060 (1.93)     131.7734 (1.19)     49.4848 (21.60)    109.9569 (1.0)      32.0831 (8.46)          1;1        7.5888 (0.84)          5           1
test_item_edit[False-False-distro-False] (NOW)              108.7910 (1.01)     114.3320 (1.0)      111.1822 (1.0)       2.2907 (1.0)      110.8320 (1.01)      3.7912 (1.0)           2;0        8.9942 (1.0)           5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[False-False-distro-True]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                               Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-distro-True] (0001_unversi)     486.4951 (1.0)      531.4110 (1.0)      500.9032 (1.0)      18.1249 (1.0)      496.9949 (1.0)      21.0727 (1.0)           1;0        1.9964 (1.0)           5           1
test_item_edit[False-False-distro-True] (NOW)              494.3691 (1.02)     556.4940 (1.05)     511.1108 (1.02)     25.8134 (1.42)     500.2019 (1.01)     22.9689 (1.09)          1;1        1.9565 (0.98)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[False-False-image-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                               Min                 Max                Mean             StdDev              Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-image-False] (0001_unversi)     100.3320 (1.0)      105.2910 (1.0)      102.0240 (1.0)       2.0355 (1.0)      101.2080 (1.0)      2.7706 (1.0)           1;0        9.8016 (1.0)           5           1
test_item_edit[False-False-image-False] (NOW)              105.2900 (1.05)     141.4571 (1.34)     113.9822 (1.12)     15.4023 (7.57)     107.3329 (1.06)     9.9170 (3.58)          1;1        8.7733 (0.90)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[False-False-image-True]': 2 tests ------------------------------------------------------------------------------------
Name (time in us)                                              Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-image-True] (0001_unversi)     482.9940 (1.0)      495.2450 (1.0)      488.3030 (1.0)       5.9647 (1.0)      486.2030 (1.0)      11.3751 (1.0)           1;0        2.0479 (1.0)           5           1
test_item_edit[False-False-image-True] (NOW)              485.6200 (1.01)     569.0360 (1.15)     507.1448 (1.04)     34.7799 (5.83)     493.4950 (1.01)     22.1659 (1.95)          1;1        1.9718 (0.96)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------- benchmark 'test_item_edit[False-False-menu-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                              Min                 Max                Mean            StdDev              Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-menu-False] (0001_unversi)     210.5810 (1.0)      218.1639 (1.0)      213.9640 (1.0)      2.7561 (1.0)      213.7891 (1.0)      2.9892 (1.0)           2;0        4.6737 (1.0)           5           1
test_item_edit[False-False-menu-False] (NOW)              213.2059 (1.01)     224.5801 (1.03)     219.2724 (1.02)     4.0695 (1.48)     219.6231 (1.03)     3.9378 (1.32)          2;0        4.5605 (0.98)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_edit[False-False-menu-True]': 2 tests ----------------------------------------------------------------------------
Name (time in ms)                                           Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-menu-True] (0001_unversi)     1.2299 (1.0)      1.2454 (1.0)      1.2390 (1.0)      0.0064 (1.0)      1.2375 (1.0)      0.0098 (1.0)           1;0  807.0732 (1.0)           5           1
test_item_edit[False-False-menu-True] (NOW)              1.2527 (1.02)     1.3040 (1.05)     1.2701 (1.03)     0.0200 (3.10)     1.2667 (1.02)     0.0201 (2.05)          1;0  787.3172 (0.98)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[False-False-profile-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                                 Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-profile-False] (0001_unversi)     233.3310 (1.0)      311.4961 (1.21)     256.8386 (1.03)     31.3367 (7.05)     248.4970 (1.0)      27.6344 (6.65)          1;1        3.8935 (0.97)          5           1
test_item_edit[False-False-profile-False] (NOW)              244.9980 (1.05)     257.2470 (1.0)      250.1890 (1.0)       4.4441 (1.0)      249.6641 (1.00)      4.1557 (1.0)           2;0        3.9970 (1.0)           5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_edit[False-False-profile-True]': 2 tests -----------------------------------------------------------------------------
Name (time in ms)                                              Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-profile-True] (0001_unversi)     1.2556 (1.0)      1.3172 (1.01)     1.2805 (1.0)      0.0295 (4.53)     1.2644 (1.0)      0.0528 (4.50)          1;0  780.9686 (1.0)           5           1
test_item_edit[False-False-profile-True] (NOW)              1.2859 (1.02)     1.3005 (1.0)      1.2936 (1.01)     0.0065 (1.0)      1.2956 (1.02)     0.0117 (1.0)           2;0  773.0101 (0.99)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[False-False-repo-False]': 2 tests ------------------------------------------------------------------------------------
Name (time in us)                                              Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-repo-False] (0001_unversi)     101.4990 (1.0)      233.0390 (2.14)     129.4402 (1.20)     57.9495 (59.35)    105.5821 (1.0)      35.9473 (21.43)         1;1        7.7256 (0.83)          5           1
test_item_edit[False-False-repo-False] (NOW)              106.4569 (1.05)     108.7910 (1.0)      107.5658 (1.0)       0.9764 (1.0)      107.6241 (1.02)      1.6777 (1.0)           2;0        9.2966 (1.0)           5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[False-False-repo-True]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                             Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-repo-True] (0001_unversi)     486.7860 (1.0)      541.9110 (1.01)     503.9362 (1.0)      23.7106 (1.21)     491.4530 (1.0)      32.8124 (1.13)          1;0        1.9844 (1.0)           5           1
test_item_edit[False-False-repo-True] (NOW)              487.6610 (1.00)     536.3690 (1.0)      507.7276 (1.01)     19.5997 (1.0)      499.9110 (1.02)     29.0212 (1.0)           2;0        1.9696 (0.99)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[False-False-system-False]': 2 tests ------------------------------------------------------------------------------------
Name (time in us)                                                Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-system-False] (0001_unversi)     346.4960 (1.0)      370.4129 (1.0)      356.9378 (1.0)       9.6436 (1.0)      352.9129 (1.0)      14.5104 (1.0)           2;0        2.8016 (1.0)           5           1
test_item_edit[False-False-system-False] (NOW)              374.4960 (1.08)     420.2870 (1.13)     390.8874 (1.10)     17.3378 (1.80)     385.8710 (1.09)     15.1655 (1.05)          1;1        2.5583 (0.91)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_edit[False-False-system-True]': 2 tests ----------------------------------------------------------------------------
Name (time in ms)                                             Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-False-system-True] (0001_unversi)     2.0247 (1.0)      2.0828 (1.0)      2.0549 (1.0)      0.0280 (1.0)      2.0565 (1.0)      0.0550 (1.0)           1;0  486.6451 (1.0)           5           1
test_item_edit[False-False-system-True] (NOW)              2.0784 (1.03)     2.1781 (1.05)     2.1300 (1.04)     0.0462 (1.65)     2.1496 (1.05)     0.0836 (1.52)          3;0  469.4924 (0.96)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[False-True-distro-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                               Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-distro-False] (0001_unversi)     112.8740 (1.0)      116.3740 (1.0)      114.5070 (1.0)       1.4671 (1.0)      114.9150 (1.0)       2.4065 (1.0)           2;0        8.7331 (1.0)           5           1
test_item_edit[False-True-distro-False] (NOW)              114.3330 (1.01)     170.3320 (1.46)     127.5156 (1.11)     24.0454 (16.39)    116.9570 (1.02)     17.7183 (7.36)          1;1        7.8422 (0.90)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[False-True-distro-True]': 2 tests ------------------------------------------------------------------------------------
Name (time in us)                                              Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-distro-True] (0001_unversi)     491.1610 (1.0)      540.1609 (1.07)     504.5194 (1.00)     20.1423 (5.58)     496.7031 (1.0)      15.3130 (2.66)          1;1        1.9821 (1.00)          5           1
test_item_edit[False-True-distro-True] (NOW)              497.8700 (1.01)     506.9110 (1.0)      502.5942 (1.0)       3.6099 (1.0)      503.1190 (1.01)      5.7604 (1.0)           2;0        1.9897 (1.0)           5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------- benchmark 'test_item_edit[False-True-image-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                              Min                 Max                Mean            StdDev              Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-image-False] (0001_unversi)     119.8730 (1.0)      129.4980 (1.0)      123.4316 (1.0)      3.5982 (1.92)     122.7900 (1.0)      2.8436 (1.11)          1;1        8.1017 (1.0)           5           1
test_item_edit[False-True-image-False] (NOW)              127.4570 (1.06)     132.4151 (1.02)     130.1986 (1.05)     1.8743 (1.0)      130.3729 (1.06)     2.5520 (1.0)           2;0        7.6806 (0.95)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[False-True-image-True]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                             Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-image-True] (0001_unversi)     509.2440 (1.0)      565.2440 (1.0)      526.6278 (1.0)      22.4728 (1.03)     518.5780 (1.0)      23.1866 (1.48)          1;0        1.8989 (1.0)           5           1
test_item_edit[False-True-image-True] (NOW)              524.4110 (1.03)     576.6180 (1.02)     537.7692 (1.02)     21.8553 (1.0)      529.6610 (1.02)     15.6768 (1.0)           1;1        1.8595 (0.98)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[False-True-menu-False]': 2 tests ----------------------------------------------------------------------------------
Name (time in us)                                             Min                 Max                Mean            StdDev              Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-menu-False] (0001_unversi)     217.2890 (1.0)      221.9561 (1.0)      218.6310 (1.0)      1.9521 (1.0)      217.8730 (1.0)      2.2595 (1.0)           1;0        4.5739 (1.0)           5           1
test_item_edit[False-True-menu-False] (NOW)              223.1230 (1.03)     231.5810 (1.04)     225.2228 (1.03)     3.5923 (1.84)     223.9980 (1.03)     2.9890 (1.32)          1;1        4.4400 (0.97)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_edit[False-True-menu-True]': 2 tests -----------------------------------------------------------------------------
Name (time in ms)                                          Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-menu-True] (0001_unversi)     1.2381 (1.0)      1.3055 (1.0)      1.2565 (1.0)      0.0281 (1.0)      1.2442 (1.0)      0.0278 (1.0)           1;0  795.8333 (1.0)           5           1
test_item_edit[False-True-menu-True] (NOW)              1.2629 (1.02)     1.3300 (1.02)     1.2877 (1.02)     0.0301 (1.07)     1.2705 (1.02)     0.0489 (1.76)          1;0  776.5819 (0.98)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------- benchmark 'test_item_edit[False-True-profile-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                                Min                 Max                Mean            StdDev              Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-profile-False] (0001_unversi)     240.6230 (1.0)      246.1640 (1.0)      244.0640 (1.0)      2.0969 (1.16)     244.7050 (1.0)      2.2613 (1.0)           2;0        4.0973 (1.0)           5           1
test_item_edit[False-True-profile-False] (NOW)              245.8720 (1.02)     250.2480 (1.02)     247.7972 (1.02)     1.8053 (1.0)      247.0390 (1.01)     2.8437 (1.26)          2;0        4.0356 (0.98)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_edit[False-True-profile-True]': 2 tests ----------------------------------------------------------------------------
Name (time in ms)                                             Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-profile-True] (0001_unversi)     1.2883 (1.0)      1.3682 (1.0)      1.3173 (1.0)      0.0301 (1.03)     1.3122 (1.0)      0.0252 (1.0)           1;1  759.1127 (1.0)           5           1
test_item_edit[False-True-profile-True] (NOW)              1.3055 (1.01)     1.3799 (1.01)     1.3397 (1.02)     0.0291 (1.0)      1.3472 (1.03)     0.0416 (1.65)          2;0  746.4207 (0.98)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[False-True-repo-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                             Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-repo-False] (0001_unversi)     105.2900 (1.0)      176.7479 (1.59)     121.4486 (1.12)     30.9635 (20.55)    108.4990 (1.0)      20.2705 (7.72)          1;1        8.2339 (0.90)          5           1
test_item_edit[False-True-repo-False] (NOW)              107.3320 (1.02)     110.8319 (1.0)      108.8488 (1.0)       1.5070 (1.0)      108.4990 (1.0)       2.6247 (1.0)           2;0        9.1871 (1.0)           5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[False-True-repo-True]': 2 tests ------------------------------------------------------------------------------------
Name (time in us)                                            Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-repo-True] (0001_unversi)     488.8281 (1.0)      499.3280 (1.0)      494.4278 (1.0)       4.0697 (1.0)      495.5360 (1.0)       5.9062 (1.0)           2;0        2.0225 (1.0)           5           1
test_item_edit[False-True-repo-True] (NOW)              492.3281 (1.01)     536.0771 (1.07)     503.8196 (1.02)     18.2218 (4.48)     496.1200 (1.00)     14.4375 (2.44)          1;1        1.9848 (0.98)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[False-True-system-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                               Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-system-False] (0001_unversi)     372.4550 (1.0)      427.2870 (1.02)     390.3042 (1.0)      21.5251 (2.69)     385.5790 (1.0)      20.4895 (2.90)          1;0        2.5621 (1.0)           5           1
test_item_edit[False-True-system-False] (NOW)              399.8700 (1.07)     419.4120 (1.0)      405.4120 (1.04)      7.9957 (1.0)      403.3709 (1.05)      7.0733 (1.0)           1;1        2.4666 (0.96)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_edit[False-True-system-True]': 2 tests -----------------------------------------------------------------------------
Name (time in ms)                                            Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[False-True-system-True] (0001_unversi)     2.0764 (1.0)      2.1469 (1.0)      2.1119 (1.0)      0.0257 (1.0)      2.1111 (1.0)      0.0306 (1.0)           2;0  473.4993 (1.0)           5           1
test_item_edit[False-True-system-True] (NOW)              2.1154 (1.02)     2.2400 (1.04)     2.1563 (1.02)     0.0533 (2.08)     2.1251 (1.01)     0.0744 (2.44)          1;0  463.7643 (0.98)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[True-False-distro-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                               Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-distro-False] (0001_unversi)     275.3300 (1.0)      326.3720 (1.12)     295.0466 (1.02)     18.8139 (10.16)    290.7880 (1.01)     13.6357 (4.45)          2;1        3.3893 (0.98)          5           1
test_item_edit[True-False-distro-False] (NOW)              286.9969 (1.04)     291.3720 (1.0)      288.8636 (1.0)       1.8515 (1.0)      288.1640 (1.0)       3.0625 (1.0)           2;0        3.4618 (1.0)           5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-distro-True]': 2 tests --------------------------------------------------------------------------------------------
Name (time in us)                                                 Min                    Max                   Mean                StdDev                 Median                   IQR            Outliers         OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-distro-True] (NOW)                 774.6579 (1.0)         825.6990 (1.0)         786.4414 (1.0)         21.9935 (1.0)         777.8669 (1.0)         14.5101 (1.0)           1;1  1,271.5506 (1.0)           5           1
test_item_edit[True-False-distro-True] (0001_unversi)     65,742.9720 (84.87)    73,434.7210 (88.94)    67,706.3926 (86.09)    3,262.7548 (148.35)   66,060.0110 (84.92)    2,961.5499 (204.10)        1;1     14.7697 (0.01)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-image-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                              Min                 Max                Mean            StdDev              Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-image-False] (NOW)              226.6230 (1.0)      236.5391 (1.0)      229.8892 (1.0)      4.0592 (1.0)      228.6640 (1.0)      5.3229 (1.0)           1;0        4.3499 (1.0)           5           1
test_item_edit[True-False-image-False] (0001_unversi)     253.1640 (1.12)     265.9969 (1.12)     258.8804 (1.13)     5.4976 (1.35)     259.2889 (1.13)     9.5518 (1.79)          2;0        3.8628 (0.89)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-image-True]': 2 tests ---------------------------------------------------------------------------------------
Name (time in us)                                               Min                   Max                  Mean              StdDev                Median                 IQR            Outliers         OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-image-True] (NOW)                702.9090 (1.0)        714.8669 (1.0)        709.8506 (1.0)        4.7853 (1.0)        710.4920 (1.0)        7.3642 (1.0)           2;0  1,408.7471 (1.0)           5           1
test_item_edit[True-False-image-True] (0001_unversi)     8,333.4021 (11.86)    9,503.8480 (13.29)    8,616.0824 (12.14)    498.5620 (104.19)   8,420.9009 (11.85)    360.6417 (48.97)         1;1    116.0620 (0.08)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[True-False-menu-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                             Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-menu-False] (0001_unversi)     535.7851 (1.0)      569.0349 (1.0)      557.3686 (1.0)      13.9085 (1.25)     562.6179 (1.02)     20.5622 (1.87)          1;0        1.7941 (1.0)           5           1
test_item_edit[True-False-menu-False] (NOW)              548.9100 (1.02)     577.2020 (1.01)     558.1270 (1.00)     11.1648 (1.0)      553.2850 (1.0)      11.0105 (1.0)           1;0        1.7917 (1.00)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-menu-True]': 2 tests ---------------------------------------------------------------------------------
Name (time in ms)                                            Min                 Max                Mean            StdDev              Median               IQR            Outliers       OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-menu-True] (NOW)                3.4209 (1.0)        3.4402 (1.0)        3.4292 (1.0)      0.0080 (1.0)        3.4253 (1.0)      0.0125 (1.0)           2;0  291.6128 (1.0)           5           1
test_item_edit[True-False-menu-True] (0001_unversi)     348.7661 (101.95)   355.8215 (103.43)   353.2144 (103.00)   2.7931 (348.45)   353.4476 (103.19)   3.6831 (295.38)        1;0    2.8311 (0.01)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-profile-False]': 2 tests ------------------------------------------------------------------------------------
Name (time in us)                                                Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-profile-False] (NOW)              684.5341 (1.0)      752.4920 (1.0)      703.0840 (1.0)      28.2604 (1.28)     695.3260 (1.0)      26.6150 (1.0)           1;1        1.4223 (1.0)           5           1
test_item_edit[True-False-profile-False] (0001_unversi)     721.8670 (1.05)     769.7000 (1.02)     740.5334 (1.05)     22.1194 (1.0)      727.4090 (1.05)     37.5520 (1.41)          1;0        1.3504 (0.95)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-profile-True]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                               Min                 Max                Mean            StdDev              Median               IQR            Outliers       OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-profile-True] (NOW)                3.5568 (1.0)        3.7135 (1.0)        3.6139 (1.0)      0.0638 (1.0)        3.5980 (1.0)      0.0923 (1.0)           1;0  276.7060 (1.0)           5           1
test_item_edit[True-False-profile-True] (0001_unversi)     106.1132 (29.83)    115.7390 (31.17)    110.3544 (30.54)    4.5361 (71.10)    108.2540 (30.09)    8.2599 (89.48)         1;0    9.0617 (0.03)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-repo-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                             Min                 Max                Mean            StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-repo-False] (NOW)              278.5390 (1.0)      293.1220 (1.0)      285.0720 (1.0)      6.1409 (1.0)      283.4970 (1.0)      10.4272 (1.0)           2;0        3.5079 (1.0)           5           1
test_item_edit[True-False-repo-False] (0001_unversi)     285.8300 (1.03)     306.8299 (1.05)     293.2968 (1.03)     8.6289 (1.41)     290.7880 (1.03)     12.4680 (1.20)          1;0        3.4095 (0.97)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-repo-True]': 2 tests ------------------------------------------------------------------------------------------
Name (time in us)                                               Min                    Max                   Mean              StdDev                 Median                 IQR            Outliers         OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-repo-True] (NOW)                 768.5330 (1.0)         839.4080 (1.0)         798.9244 (1.0)       34.7356 (1.0)         780.1991 (1.0)       63.6562 (1.0)           2;0  1,251.6829 (1.0)           5           1
test_item_edit[True-False-repo-True] (0001_unversi)     12,914.5640 (16.80)    13,186.9779 (15.71)    13,062.6124 (16.35)    116.5995 (3.36)     13,080.2289 (16.77)    205.0392 (3.22)          2;0     76.5544 (0.06)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-system-False]': 2 tests ----------------------------------------------------------------------------
Name (time in ms)                                             Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-system-False] (NOW)              1.5534 (1.0)      1.7736 (1.0)      1.6623 (1.0)      0.0786 (1.30)     1.6584 (1.0)      0.0778 (1.0)           2;0  601.5737 (1.0)           5           1
test_item_edit[True-False-system-False] (0001_unversi)     1.6797 (1.08)     1.8258 (1.03)     1.7369 (1.04)     0.0605 (1.0)      1.7392 (1.05)     0.0934 (1.20)          1;0  575.7341 (0.96)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_edit[True-False-system-True]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                            Min                Max               Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-False-system-True] (NOW)              3.9197 (1.0)       4.0317 (1.0)       3.9749 (1.0)      0.0409 (1.0)      3.9762 (1.0)      0.0497 (1.0)           2;0  251.5783 (1.0)           5           1
test_item_edit[True-False-system-True] (0001_unversi)     9.9195 (2.53)     13.2438 (3.28)     11.1680 (2.81)     1.6859 (41.21)    9.9688 (2.51)     2.9508 (59.42)         1;0   89.5419 (0.36)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[True-True-distro-False]': 2 tests ------------------------------------------------------------------------------------
Name (time in us)                                              Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-distro-False] (NOW)              278.8299 (1.0)      311.7890 (1.0)      291.0220 (1.0)      13.2051 (1.0)      284.3720 (1.0)      17.2090 (1.0)           1;0        3.4362 (1.0)           5           1
test_item_edit[True-True-distro-False] (0001_unversi)     288.4549 (1.03)     336.8721 (1.08)     305.3136 (1.05)     19.0082 (1.44)     304.2050 (1.07)     21.0728 (1.22)          1;0        3.2753 (0.95)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------ benchmark 'test_item_edit[True-True-distro-True]': 2 tests -----------------------------------------------------------------------------------------
Name (time in us)                                                Min                    Max                   Mean              StdDev                 Median                 IQR            Outliers         OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-distro-True] (NOW)                 768.5330 (1.0)         794.7830 (1.0)         785.7996 (1.0)       10.5313 (1.0)         790.1170 (1.0)       13.1257 (1.0)           1;0  1,272.5891 (1.0)           5           1
test_item_edit[True-True-distro-True] (0001_unversi)     65,710.9050 (85.50)    66,105.8170 (83.17)    65,923.1194 (83.89)    170.1703 (16.16)    65,924.6939 (83.44)    302.8203 (23.07)         2;0     15.1692 (0.01)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[True-True-image-False]': 2 tests ----------------------------------------------------------------------------------
Name (time in us)                                             Min                 Max                Mean            StdDev              Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-image-False] (NOW)              251.4140 (1.0)      259.8719 (1.0)      257.1304 (1.0)      3.3099 (1.05)     258.1220 (1.0)      2.9890 (1.0)           1;1        3.8891 (1.0)           5           1
test_item_edit[True-True-image-False] (0001_unversi)     303.6209 (1.21)     311.4970 (1.20)     307.9964 (1.20)     3.1618 (1.0)      307.4129 (1.19)     4.8122 (1.61)          2;0        3.2468 (0.83)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------- benchmark 'test_item_edit[True-True-image-True]': 2 tests ----------------------------------------------------------------------------------------
Name (time in us)                                              Min                   Max                  Mean              StdDev                Median                 IQR            Outliers         OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-image-True] (NOW)                755.6999 (1.0)        765.6170 (1.0)        760.8918 (1.0)        3.8826 (1.0)        761.2420 (1.0)        5.9788 (1.0)           2;0  1,314.2473 (1.0)           5           1
test_item_edit[True-True-image-True] (0001_unversi)     8,515.4070 (11.27)    9,405.5639 (12.28)    8,732.4628 (11.48)    378.1960 (97.41)    8,562.3639 (11.25)    271.5390 (45.42)         1;1    114.5152 (0.09)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------- benchmark 'test_item_edit[True-True-menu-False]': 2 tests ------------------------------------------------------------------------------------
Name (time in us)                                            Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-menu-False] (0001_unversi)     580.9941 (1.0)      651.2851 (1.0)      604.2100 (1.0)      27.6187 (1.0)      592.9511 (1.0)      27.6348 (1.0)           1;0        1.6551 (1.0)           5           1
test_item_edit[True-True-menu-False] (NOW)              599.0759 (1.03)     674.3260 (1.04)     627.9514 (1.04)     36.0935 (1.31)     604.0350 (1.02)     61.6871 (2.23)          1;0        1.5925 (0.96)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------- benchmark 'test_item_edit[True-True-menu-True]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                           Min                 Max                Mean            StdDev              Median               IQR            Outliers       OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-menu-True] (NOW)                3.4591 (1.0)        3.5169 (1.0)        3.4959 (1.0)      0.0238 (1.0)        3.5020 (1.0)      0.0352 (1.0)           1;0  286.0512 (1.0)           5           1
test_item_edit[True-True-menu-True] (0001_unversi)     350.5208 (101.33)   353.9176 (100.63)   352.5941 (100.86)   1.5125 (63.64)    353.2211 (100.86)   2.5919 (73.60)         1;0    2.8361 (0.01)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[True-True-profile-False]': 2 tests -----------------------------------------------------------------------------------
Name (time in us)                                               Min                 Max                Mean             StdDev              Median                IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-profile-False] (NOW)              774.9499 (1.0)      829.1990 (1.01)     795.4828 (1.0)      21.2560 (3.93)     785.7409 (1.0)      26.4682 (3.00)          1;0        1.2571 (1.0)           5           1
test_item_edit[True-True-profile-False] (0001_unversi)     803.8240 (1.04)     817.2410 (1.0)      810.7656 (1.02)      5.4113 (1.0)      811.4070 (1.03)      8.8233 (1.0)           2;0        1.2334 (0.98)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_edit[True-True-profile-True]': 2 tests ---------------------------------------------------------------------------------
Name (time in ms)                                              Min                 Max                Mean            StdDev              Median               IQR            Outliers       OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-profile-True] (NOW)                3.7190 (1.0)        3.7493 (1.0)        3.7325 (1.0)      0.0123 (1.0)        3.7301 (1.0)      0.0196 (1.0)           2;0  267.9187 (1.0)           5           1
test_item_edit[True-True-profile-True] (0001_unversi)     105.8062 (28.45)    113.4658 (30.26)    109.1703 (29.25)    3.8324 (312.74)   107.1519 (28.73)    7.1452 (364.27)        2;0    9.1600 (0.03)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_item_edit[True-True-repo-False]': 2 tests -------------------------------------------------------------------------------------
Name (time in us)                                            Min                 Max                Mean              StdDev              Median                 IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-repo-False] (0001_unversi)     307.4140 (1.0)      958.6980 (2.85)     447.0036 (1.40)     286.3905 (30.67)    314.7051 (1.0)      186.6642 (23.92)         1;1        2.2371 (0.72)          5           1
test_item_edit[True-True-repo-False] (NOW)              310.9130 (1.01)     335.9960 (1.0)      320.3630 (1.0)        9.3391 (1.0)      318.7881 (1.01)       7.8024 (1.0)           2;1        3.1215 (1.0)           5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------ benchmark 'test_item_edit[True-True-repo-True]': 2 tests -----------------------------------------------------------------------------------------
Name (time in us)                                              Min                    Max                   Mean              StdDev                 Median                 IQR            Outliers         OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-repo-True] (NOW)                 817.8250 (1.0)         828.0319 (1.0)         822.3744 (1.0)        3.8558 (1.0)         821.6160 (1.0)        5.1775 (1.0)           2;0  1,215.9912 (1.0)           5           1
test_item_edit[True-True-repo-True] (0001_unversi)     13,034.7320 (15.94)    13,606.1010 (16.43)    13,231.7800 (16.09)    220.0382 (57.07)    13,173.2731 (16.03)    211.9667 (40.94)         1;0     75.5756 (0.06)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_edit[True-True-system-False]': 2 tests -----------------------------------------------------------------------------
Name (time in ms)                                            Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-system-False] (NOW)              1.6864 (1.0)      2.3657 (1.24)     1.8784 (1.03)     0.2822 (6.01)     1.7794 (1.0)      0.3002 (8.27)          1;0  532.3596 (0.97)          5           1
test_item_edit[True-True-system-False] (0001_unversi)     1.7984 (1.07)     1.9095 (1.0)      1.8262 (1.0)      0.0470 (1.0)      1.8060 (1.01)     0.0363 (1.0)           1;1  547.5961 (1.0)           5           1
-------------------------------------------------------------------------------------------------
CEB7
---------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_item_edit[True-True-system-True]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                            Min                Max               Mean            StdDev             Median               IQR            Outliers       OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_edit[True-True-system-True] (NOW)               3.9862 (1.0)       4.1008 (1.0)       4.0460 (1.0)      0.0477 (1.60)      4.0576 (1.0)      0.0803 (2.32)          2;0  247.1568 (1.0)           5           1
test_item_edit[True-True-system-True] (0001_unversi)     10.1035 (2.53)     10.1791 (2.48)     10.1528 (2.51)     0.0298 (1.0)      10.1560 (2.50)     0.0346 (1.0)           1;0   98.4949 (0.40)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_remove[False-False-distro]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                            Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-False-distro] (NOW)               5.4703 (1.0)       5.5348 (1.0)       5.4949 (1.0)      0.0259 (1.0)       5.4895 (1.0)      0.0376 (1.0)           1;0  0.1820 (1.0)           5           1
test_item_remove[False-False-distro] (0001_unversi)     44.3572 (8.11)     44.6228 (8.06)     44.5376 (8.11)     0.1085 (4.18)     44.5884 (8.12)     0.1306 (3.47)          1;0  0.0225 (0.12)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_remove[False-False-image]': 2 tests -------------------------------------------------------------------------------
Name (time in ms)                                           Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-False-image] (NOW)              119.6436 (1.0)      122.1052 (1.0)      120.8776 (1.0)      0.9849 (1.0)      120.8446 (1.0)      1.5923 (1.0)           2;0  8.2728 (1.0)           5           1
test_item_remove[False-False-image] (0001_unversi)     210.0942 (1.76)     217.1598 (1.78)     212.8121 (1.76)     3.2918 (3.34)     210.8558 (1.74)     5.6161 (3.53)          1;0  4.6990 (0.57)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_remove[False-False-menu]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                          Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-False-menu] (NOW)               5.2263 (1.0)       5.2820 (1.0)       5.2489 (1.0)      0.0211 (1.0)       5.2486 (1.0)      0.0260 (1.0)           2;0  0.1905 (1.0)           5           1
test_item_remove[False-False-menu] (0001_unversi)     46.7265 (8.94)     46.8646 (8.87)     46.7742 (8.91)     0.0567 (2.68)     46.7486 (8.91)     0.0772 (2.96)          1;0  0.0214 (0.11)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_remove[False-False-profile]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                             Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-False-profile] (NOW)               5.4217 (1.0)       5.4715 (1.0)       5.4469 (1.0)      0.0229 (1.0)       5.4585 (1.0)      0.0397 (1.0)           3;0  0.1836 (1.0)           5           1
test_item_remove[False-False-profile] (0001_unversi)     44.3029 (8.17)     44.4251 (8.12)     44.3799 (8.15)     0.0473 (2.07)     44.3962 (8.13)     0.0561 (1.41)          1;0  0.0225 (0.12)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_remove[False-False-repo]': 2 tests -----------------------------------------------------------------------------
Name (time in ms)                                        Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-False-repo] (0001_unversi)     8.8917 (1.0)      9.2816 (1.0)      9.0314 (1.0)      0.1499 (1.10)     9.0072 (1.0)      0.1596 (1.28)          1;0  110.7253 (1.0)           5           1
test_item_remove[False-False-repo] (NOW)              9.2376 (1.04)     9.6191 (1.04)     9.4135 (1.04)     0.1363 (1.0)      9.3965 (1.04)     0.1249 (1.0)           2;0  106.2305 (0.96)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_item_remove[False-False-system]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                            Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-False-system] (0001_unversi)     201.2627 (1.0)      210.1882 (1.01)     205.0052 (1.0)      4.4987 (3.57)     202.2161 (1.0)      8.1745 (4.08)          2;0  4.8779 (1.0)           5           1
test_item_remove[False-False-system] (NOW)              204.6713 (1.02)     207.7601 (1.0)      206.4654 (1.01)     1.2611 (1.0)      206.4753 (1.02)     2.0031 (1.0)           2;0  4.8434 (0.99)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_remove[False-True-distro]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                           Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-True-distro] (NOW)              50.7007 (1.0)      51.4891 (1.0)      51.1046 (1.0)      0.3439 (2.55)     51.2356 (1.0)      0.5920 (2.46)          2;0  0.0196 (1.0)           5           1
test_item_remove[False-True-distro] (0001_unversi)     92.1576 (1.82)     92.4669 (1.80)     92.3301 (1.81)     0.1350 (1.0)      92.3301 (1.80)     0.2408 (1.0)           2;0  0.0108 (0.55)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_item_remove[False-True-image]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                          Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-True-image] (NOW)              119.7348 (1.0)      136.6207 (1.0)      123.3255 (1.0)      7.4452 (1.66)     119.7567 (1.0)      4.9790 (1.0)           1;1  8.1086 (1.0)           5           1
test_item_remove[False-True-image] (0001_unversi)     211.6214 (1.77)     220.6434 (1.62)     216.5857 (1.76)     4.4749 (1.0)      218.6537 (1.83)     8.4437 (1.70)          2;0  4.6171 (0.57)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_remove[False-True-menu]': 2 tests -------------------------------------------------------------------------------
Name (time in s)                                          Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-True-menu] (NOW)              102.8087 (1.0)      103.7777 (1.0)      103.4067 (1.0)      0.3703 (1.53)     103.4324 (1.0)      0.4330 (1.23)          2;0  0.0097 (1.0)           5           1
test_item_remove[False-True-menu] (0001_unversi)     148.9374 (1.45)     149.5158 (1.44)     149.1523 (1.44)     0.2414 (1.0)      149.0254 (1.44)     0.3524 (1.0)           1;0  0.0067 (0.69)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_remove[False-True-profile]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                            Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-True-profile] (NOW)              50.4679 (1.0)      51.6389 (1.0)      51.1752 (1.0)      0.4748 (2.43)     51.1849 (1.0)      0.7158 (2.01)          1;0  0.0195 (1.0)           5           1
test_item_remove[False-True-profile] (0001_unversi)     92.0796 (1.82)     92.5232 (1.79)     92.2985 (1.80)     0.1951 (1.0)      92.3092 (1.80)     0.3565 (1.0)           2;0  0.0108 (0.55)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_remove[False-True-repo]': 2 tests ----------------------------------------------------------------------------
Name (time in ms)                                       Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-True-repo] (0001_unversi)     9.0871 (1.0)      9.2784 (1.0)      9.1703 (1.0)      0.0720 (1.09)     9.1477 (1.0)      0.0905 (1.0)           2;0  109.0476 (1.0)           5           1
test_item_remove[False-True-repo] (NOW)              9.2766 (1.02)     9.4277 (1.02)     9.3705 (1.02)     0.0659 (1.0)      9.3916 (1.03)     0.1106 (1.22)          1;0  106.7178 (0.98)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_remove[False-True-system]': 2 tests -------------------------------------------------------------------------------
Name (time in ms)                                           Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[False-True-system] (0001_unversi)     203.0266 (1.0)      213.1156 (1.03)     210.5602 (1.02)     4.2732 (3.71)     212.5057 (1.03)     3.7645 (1.87)          1;1  4.7492 (0.98)          5           1
test_item_remove[False-True-system] (NOW)              205.3028 (1.01)     207.7329 (1.0)      206.4642 (1.0)      1.1517 (1.0)      205.8073 (1.0)      2.0165 (1.0)           3;0  4.8435 (1.0)           5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_remove[True-False-distro]': 2 tests ---------------------------------------------------------------------------
Name (time in s)                                          Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-False-distro] (NOW)              5.4579 (1.0)      5.4902 (1.0)      5.4695 (1.0)      0.0130 (1.0)      5.4694 (1.0)      0.0171 (1.0)           1;0  0.1828 (1.0)           5           1
test_item_remove[True-False-distro] (0001_unversi)     8.9468 (1.64)     8.9978 (1.64)     8.9767 (1.64)     0.0190 (1.46)     8.9778 (1.64)     0.0218 (1.28)          2;0  0.1114 (0.61)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_item_remove[True-False-image]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                          Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-False-image] (NOW)              120.0192 (1.0)      121.9888 (1.0)      120.6363 (1.0)      0.7778 (1.0)      120.4518 (1.0)      0.6567 (1.0)           1;1  8.2894 (1.0)           5           1
test_item_remove[True-False-image] (0001_unversi)     122.6098 (1.02)     131.0074 (1.07)     126.0351 (1.04)     4.4072 (5.67)     123.0070 (1.02)     8.0021 (12.19)         2;0  7.9343 (0.96)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_remove[True-False-menu]': 2 tests ---------------------------------------------------------------------------
Name (time in s)                                        Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-False-menu] (NOW)              5.1969 (1.0)      5.2718 (1.0)      5.2381 (1.0)      0.0269 (1.0)      5.2429 (1.0)      0.0258 (1.0)           2;0  0.1909 (1.0)           5           1
test_item_remove[True-False-menu] (0001_unversi)     8.9553 (1.72)     9.0236 (1.71)     8.9753 (1.71)     0.0286 (1.06)     8.9607 (1.71)     0.0338 (1.31)          1;0  0.1114 (0.58)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------- benchmark 'test_item_remove[True-False-profile]': 2 tests ----------------------------------------------------------------------------
Name (time in s)                                           Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-False-profile] (NOW)              5.4321 (1.0)      5.4573 (1.0)      5.4468 (1.0)      0.0098 (1.0)      5.4479 (1.0)      0.0140 (1.0)           2;0  0.1836 (1.0)           5           1
test_item_remove[True-False-profile] (0001_unversi)     8.9071 (1.64)     8.9591 (1.64)     8.9354 (1.64)     0.0215 (2.18)     8.9372 (1.64)     0.0360 (2.57)          2;0  0.1119 (0.61)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_remove[True-False-repo]': 2 tests ----------------------------------------------------------------------------
Name (time in ms)                                       Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-False-repo] (0001_unversi)     8.9724 (1.0)      9.4764 (1.0)      9.1939 (1.0)      0.1839 (2.34)     9.1996 (1.0)      0.1940 (1.69)          2;0  108.7681 (1.0)           5           1
test_item_remove[True-False-repo] (NOW)              9.3921 (1.05)     9.5820 (1.01)     9.4592 (1.03)     0.0785 (1.0)      9.4371 (1.03)     0.1148 (1.0)           1;0  105.7175 (0.97)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_remove[True-False-system]': 2 tests -------------------------------------------------------------------------------
Name (time in ms)                                           Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-False-system] (0001_unversi)     201.8186 (1.0)      215.1663 (1.04)     210.2404 (1.02)     4.9835 (5.58)     211.2991 (1.03)     3.5931 (3.28)          1;1  4.7565 (0.98)          5           1
test_item_remove[True-False-system] (NOW)              205.2019 (1.02)     207.4538 (1.0)      206.0060 (1.0)      0.8932 (1.0)      205.9894 (1.0)      1.0952 (1.0)           1;0  4.8542 (1.0)           5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_remove[True-True-distro]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                          Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-True-distro] (NOW)              46.3750 (1.0)      47.5753 (1.0)      46.7602 (1.0)      0.4856 (1.58)     46.6689 (1.0)      0.5698 (1.24)          1;0  0.0214 (1.0)           5           1
test_item_remove[True-True-distro] (0001_unversi)     52.9743 (1.14)     53.7307 (1.13)     53.4051 (1.14)     0.3082 (1.0)      53.3252 (1.14)     0.4593 (1.0)           2;0  0.0187 (0.88)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_remove[True-True-image]': 2 tests -------------------------------------------------------------------------------
Name (time in ms)                                         Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-True-image] (NOW)              120.8653 (1.0)      132.7509 (1.00)     123.7544 (1.0)      5.0791 (1.25)     121.5440 (1.0)      4.2375 (1.35)          1;1  8.0805 (1.0)           5           1
test_item_remove[True-True-image] (0001_unversi)     122.9207 (1.02)     132.4417 (1.0)      125.1952 (1.01)     4.0767 (1.0)      123.3841 (1.02)     3.1428 (1.0)           1;1  7.9875 (0.99)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_item_remove[True-True-menu]': 2 tests --------------------------------------------------------------------------------
Name (time in s)                                         Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-True-menu] (NOW)               93.8340 (1.0)       95.9911 (1.0)       95.0462 (1.0)      0.8280 (1.99)      95.0162 (1.0)      1.1530 (1.98)          2;0  0.0105 (1.0)           5           1
test_item_remove[True-True-menu] (0001_unversi)     104.3502 (1.11)     105.3833 (1.10)     104.7307 (1.10)     0.4160 (1.0)      104.5920 (1.10)     0.5822 (1.0)           1;0  0.0095 (0.91)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_remove[True-True-profile]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                           Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-True-profile] (NOW)              46.6143 (1.0)      47.2585 (1.0)      46.9461 (1.0)      0.2310 (2.12)     46.9251 (1.0)      0.2326 (1.45)          2;0  0.0213 (1.0)           5           1
test_item_remove[True-True-profile] (0001_unversi)     52.9853 (1.14)     53.2491 (1.13)     53.1532 (1.13)     0.1088 (1.0)      53.1877 (1.13)     0.1609 (1.0)           1;0  0.0188 (0.88)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_remove[True-True-repo]': 2 tests -----------------------------------------------------------------------------
Name (time in ms)                                      Min               Max              Mean            StdDev            Median               IQR            Outliers       OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-True-repo] (0001_unversi)     9.1235 (1.0)      9.5435 (1.0)      9.2962 (1.0)      0.1548 (1.05)     9.2594 (1.0)      0.1612 (1.38)          2;0  107.5703 (1.0)           5           1
test_item_remove[True-True-repo] (NOW)              9.4143 (1.03)     9.8101 (1.03)     9.5639 (1.03)     0.1470 (1.0)      9.5345 (1.03)     0.1171 (1.0)           2;1  104.5601 (0.97)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_remove[True-True-system]': 2 tests ---------------------------------------------------------------------------------
Name (time in ms)                                          Min                 Max                Mean             StdDev              Median                IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_remove[True-True-system] (0001_unversi)     203.7468 (1.0)      215.1047 (1.0)      208.2457 (1.0)       5.7512 (1.0)      204.5812 (1.0)      10.3946 (1.00)          1;0  4.8020 (1.0)           5           1
test_item_remove[True-True-system] (NOW)              207.7469 (1.02)     245.7938 (1.14)     215.8088 (1.04)     16.7711 (2.92)     208.2343 (1.02)     10.3775 (1.0)           1;1  4.6337 (0.96)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_rename[False-False-distro]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                            Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-False-distro] (NOW)               2.5833 (1.0)       2.6521 (1.0)       2.5998 (1.0)      0.0293 (1.0)       2.5863 (1.0)      0.0209 (1.0)           1;1  0.3846 (1.0)           5           1
test_item_rename[False-False-distro] (0001_unversi)     27.4976 (10.64)    27.7353 (10.46)    27.5957 (10.61)    0.0878 (2.99)     27.5804 (10.66)    0.0957 (4.57)          2;0  0.0362 (0.09)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------- benchmark 'test_item_rename[False-False-image]': 2 tests ------------------------------------------------------------------------------------
Name (time in ms)                                             Min                   Max                  Mean             StdDev                Median                IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-False-image] (NOW)                642.8051 (1.0)        650.8688 (1.0)        647.5884 (1.0)       3.1170 (1.0)        648.0379 (1.0)       4.2572 (1.0)           2;0  1.5442 (1.0)           5           1
test_item_rename[False-False-image] (0001_unversi)     4,854.3496 (7.55)     4,883.9592 (7.50)     4,865.2479 (7.51)     11.5432 (3.70)     4,864.7267 (7.51)     13.8749 (3.26)          1;0  0.2055 (0.13)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_item_rename[False-False-menu]': 2 tests --------------------------------------------------------------------------------
Name (time in s)                                           Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-False-menu] (NOW)               11.2879 (1.0)       11.3801 (1.0)       11.3312 (1.0)      0.0332 (1.0)       11.3340 (1.0)      0.0340 (1.0)           2;0  0.0883 (1.0)           5           1
test_item_rename[False-False-menu] (0001_unversi)     108.1758 (9.58)     112.7199 (9.91)     109.4300 (9.66)     1.8978 (57.14)    108.4821 (9.57)     1.9008 (55.97)         1;0  0.0091 (0.10)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[False-False-profile]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                             Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-False-profile] (NOW)               6.9679 (1.0)       7.0373 (1.0)       6.9998 (1.0)      0.0302 (1.0)       6.9925 (1.0)      0.0535 (1.0)           2;0  0.1429 (1.0)           5           1
test_item_rename[False-False-profile] (0001_unversi)     58.8762 (8.45)     59.7278 (8.49)     59.1976 (8.46)     0.3234 (10.72)    59.1456 (8.46)     0.3592 (6.71)          1;0  0.0169 (0.12)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[False-False-repo]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                         Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-False-repo] (NOW)              15.4870 (1.0)      16.4323 (1.0)      15.8444 (1.0)      0.4005 (1.0)      15.7574 (1.0)      0.6478 (1.0)           1;0  63.1136 (1.0)           5           1
test_item_rename[False-False-repo] (0001_unversi)     69.1881 (4.47)     70.7024 (4.30)     69.8344 (4.41)     0.6576 (1.64)     69.4789 (4.41)     1.0687 (1.65)          1;0  14.3196 (0.23)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[False-False-system]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                           Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-False-system] (0001_unversi)     80.5802 (1.0)      82.3652 (1.0)      81.5622 (1.0)      0.7896 (1.18)     81.6535 (1.0)      1.4370 (1.74)          2;0  12.2606 (1.0)           5           1
test_item_rename[False-False-system] (NOW)              89.1513 (1.11)     90.8496 (1.10)     90.2443 (1.11)     0.6707 (1.0)      90.2981 (1.11)     0.8236 (1.0)           1;0  11.0810 (0.90)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[False-True-distro]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                           Min                 Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-True-distro] (NOW)              73.3255 (1.0)       74.4919 (1.0)      73.8956 (1.0)      0.4757 (1.25)     73.8620 (1.0)      0.7929 (1.86)          2;0  0.0135 (1.0)           5           1
test_item_rename[False-True-distro] (0001_unversi)     99.6187 (1.36)     100.6101 (1.35)     99.9835 (1.35)     0.3800 (1.0)      99.8729 (1.35)     0.4261 (1.0)           1;0  0.0100 (0.74)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_rename[False-True-image]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                          Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-True-image] (NOW)              40.1367 (1.0)      40.6321 (1.0)      40.3011 (1.0)      0.2035 (1.08)     40.2324 (1.0)      0.2723 (1.26)          1;0  0.0248 (1.0)           5           1
test_item_rename[False-True-image] (0001_unversi)     45.0843 (1.12)     45.5633 (1.12)     45.2511 (1.12)     0.1879 (1.0)      45.2251 (1.12)     0.2153 (1.0)           1;0  0.0221 (0.89)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_rename[False-True-menu]': 2 tests -------------------------------------------------------------------------------
Name (time in s)                                          Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-True-menu] (NOW)              313.0520 (1.0)      316.4626 (1.0)      314.8275 (1.0)      1.3509 (2.50)     314.6609 (1.0)      2.1073 (2.74)          2;0  0.0032 (1.0)           5           1
test_item_rename[False-True-menu] (0001_unversi)     395.4575 (1.26)     396.8674 (1.25)     396.2354 (1.26)     0.5401 (1.0)      396.2944 (1.26)     0.7700 (1.0)           2;0  0.0025 (0.79)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_item_rename[False-True-profile]': 2 tests --------------------------------------------------------------------------------
Name (time in s)                                             Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-True-profile] (NOW)              211.8360 (1.0)      215.1210 (1.0)      212.7948 (1.0)      1.3218 (2.06)     212.2715 (1.0)      0.9964 (1.14)          1;1  0.0047 (1.0)           5           1
test_item_rename[False-True-profile] (0001_unversi)     244.6521 (1.15)     246.3047 (1.14)     245.3093 (1.15)     0.6424 (1.0)      245.1503 (1.15)     0.8714 (1.0)           2;0  0.0041 (0.87)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[False-True-repo]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-True-repo] (NOW)              15.4937 (1.0)      16.0753 (1.0)      15.6714 (1.0)      0.2508 (1.0)      15.5232 (1.0)      0.3348 (1.0)           1;0  63.8106 (1.0)           5           1
test_item_rename[False-True-repo] (0001_unversi)     69.2552 (4.47)     70.4977 (4.39)     69.7424 (4.45)     0.4630 (1.85)     69.6314 (4.49)     0.4786 (1.43)          2;0  14.3385 (0.22)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[False-True-system]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                          Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[False-True-system] (0001_unversi)     81.2420 (1.0)      82.5495 (1.0)      81.8434 (1.0)      0.5653 (1.54)     81.7527 (1.0)      1.0056 (2.61)          2;0  12.2185 (1.0)           5           1
test_item_rename[False-True-system] (NOW)              89.7066 (1.10)     90.6592 (1.10)     90.3228 (1.10)     0.3671 (1.0)      90.3903 (1.11)     0.3854 (1.0)           1;0  11.0714 (0.91)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_rename[True-False-distro]': 2 tests ---------------------------------------------------------------------------
Name (time in s)                                          Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-False-distro] (NOW)              2.5341 (1.0)      2.5915 (1.0)      2.5533 (1.0)      0.0224 (1.0)      2.5488 (1.0)      0.0225 (1.03)          1;0  0.3916 (1.0)           5           1
test_item_rename[True-False-distro] (0001_unversi)     4.5137 (1.78)     4.5744 (1.77)     4.5377 (1.78)     0.0225 (1.00)     4.5309 (1.78)     0.0219 (1.0)           2;0  0.2204 (0.56)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_rename[True-False-image]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                          Min                 Max                Mean            StdDev              Median                IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-False-image] (NOW)              628.3698 (1.0)      639.8313 (1.0)      633.1282 (1.0)      4.9205 (1.0)      632.9166 (1.0)       8.4502 (1.0)           1;0  1.5795 (1.0)           5           1
test_item_rename[True-False-image] (0001_unversi)     923.9656 (1.47)     936.5001 (1.46)     929.9154 (1.47)     5.6224 (1.14)     930.8025 (1.47)     10.3072 (1.22)          2;0  1.0754 (0.68)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[True-False-menu]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                         Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-False-menu] (NOW)              11.1159 (1.0)      11.1728 (1.0)      11.1481 (1.0)      0.0235 (1.0)      11.1482 (1.0)      0.0387 (1.0)           2;0  0.0897 (1.0)           5           1
test_item_rename[True-False-menu] (0001_unversi)     17.7074 (1.59)     18.0331 (1.61)     17.8118 (1.60)     0.1275 (5.43)     17.7667 (1.59)     0.1074 (2.77)          1;1  0.0561 (0.63)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_item_rename[True-False-profile]': 2 tests ----------------------------------------------------------------------------
Name (time in s)                                           Min                Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-False-profile] (NOW)              6.8228 (1.0)       6.8866 (1.0)      6.8481 (1.0)      0.0264 (1.0)      6.8403 (1.0)      0.0419 (1.0)           1;0  0.1460 (1.0)           5           1
test_item_rename[True-False-profile] (0001_unversi)     9.8400 (1.44)     10.0317 (1.46)     9.9372 (1.45)     0.0696 (2.63)     9.9375 (1.45)     0.0812 (1.94)          2;0  0.1006 (0.69)          5           1
----------------------------------------------------------------------------------------------------------------------
3D11
---------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[True-False-repo]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-False-repo] (NOW)              15.9797 (1.0)      16.4521 (1.0)      16.1027 (1.0)      0.2021 (1.0)      15.9966 (1.0)      0.2107 (1.0)           1;0  62.1015 (1.0)           5           1
test_item_rename[True-False-repo] (0001_unversi)     29.0147 (1.82)     29.7923 (1.81)     29.3663 (1.82)     0.3258 (1.61)     29.2151 (1.83)     0.5192 (2.46)          2;0  34.0526 (0.55)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[True-False-system]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                          Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-False-system] (0001_unversi)     81.8746 (1.0)      84.8356 (1.0)      83.2131 (1.0)      1.1047 (1.04)     83.0022 (1.0)      1.4197 (1.0)           2;0  12.0173 (1.0)           5           1
test_item_rename[True-False-system] (NOW)              90.9581 (1.11)     93.3708 (1.10)     91.7768 (1.10)     1.0588 (1.0)      91.0996 (1.10)     1.5576 (1.10)          1;0  10.8960 (0.91)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_item_rename[True-True-distro]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                          Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-True-distro] (NOW)              66.2674 (1.0)      68.5077 (1.0)      67.2974 (1.0)      0.8494 (3.88)     67.2427 (1.0)      1.1871 (3.67)          2;0  0.0149 (1.0)           5           1
test_item_rename[True-True-distro] (0001_unversi)     71.3486 (1.08)     71.9054 (1.05)     71.5919 (1.06)     0.2188 (1.0)      71.5291 (1.06)     0.3231 (1.0)           2;0  0.0140 (0.94)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[True-True-image]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                         Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-True-image] (NOW)              36.5530 (1.0)      37.3213 (1.0)      36.9077 (1.0)      0.3047 (1.0)      36.9843 (1.0)      0.4508 (1.0)           2;0  0.0271 (1.0)           5           1
test_item_rename[True-True-image] (0001_unversi)     37.8803 (1.04)     38.6137 (1.03)     38.1925 (1.03)     0.3134 (1.03)     38.1820 (1.03)     0.5397 (1.20)          1;0  0.0262 (0.97)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_item_rename[True-True-menu]': 2 tests --------------------------------------------------------------------------------
Name (time in s)                                         Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-True-menu] (0001_unversi)     277.7250 (1.0)      279.3529 (1.0)      278.2072 (1.0)      0.6650 (1.0)      278.0906 (1.0)      0.6682 (1.0)           1;0  0.0036 (1.0)           5           1
test_item_rename[True-True-menu] (NOW)              279.6770 (1.01)     284.0604 (1.02)     281.0288 (1.01)     1.7709 (2.66)     280.7140 (1.01)     1.8421 (2.76)          1;0  0.0036 (0.99)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_item_rename[True-True-profile]': 2 tests -------------------------------------------------------------------------------
Name (time in s)                                            Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-True-profile] (0001_unversi)     176.6795 (1.0)      178.1591 (1.0)      177.4521 (1.0)      0.5748 (1.0)      177.4298 (1.0)      0.8682 (1.01)          2;0  0.0056 (1.0)           5           1
test_item_rename[True-True-profile] (NOW)              188.6669 (1.07)     190.6157 (1.07)     189.3710 (1.07)     0.7575 (1.32)     189.3258 (1.07)     0.8624 (1.0)           1;0  0.0053 (0.94)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[True-True-repo]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                       Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-True-repo] (NOW)              15.8513 (1.0)      16.1129 (1.0)      15.9469 (1.0)      0.1262 (1.0)      15.8583 (1.0)      0.2117 (1.0)           1;0  62.7082 (1.0)           5           1
test_item_rename[True-True-repo] (0001_unversi)     29.1897 (1.84)     30.0337 (1.86)     29.5618 (1.85)     0.3349 (2.65)     29.5726 (1.86)     0.5133 (2.42)          2;0  33.8275 (0.54)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_item_rename[True-True-system]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                         Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_item_rename[True-True-system] (0001_unversi)     82.9193 (1.0)      83.7666 (1.0)      83.4266 (1.0)      0.3559 (1.0)      83.5242 (1.0)      0.5819 (1.0)           1;0  11.9866 (1.0)           5           1
test_item_rename[True-True-system] (NOW)              91.6101 (1.10)     94.3494 (1.13)     92.7487 (1.11)     1.0549 (2.96)     92.4748 (1.11)     1.4345 (2.46)          2;0  10.7818 (0.90)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_make_pxe_menu[False-False]': 2 tests ------------------------------------------------------------------------------------
Name (time in ms)                                         Min                   Max                  Mean            StdDev                Median                IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_make_pxe_menu[False-False] (NOW)                180.2936 (1.0)        189.8321 (1.0)        182.8093 (1.0)      3.9935 (1.0)        180.9685 (1.0)       3.5468 (1.0)           1;1  5.4702 (1.0)           5           1
test_make_pxe_menu[False-False] (0001_unversi)     2,177.3674 (12.08)    2,197.9489 (11.58)    2,188.3520 (11.97)    7.7357 (1.94)     2,187.1478 (12.09)    10.0967 (2.85)          2;0  0.4570 (0.08)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------- benchmark 'test_make_pxe_menu[False-True]': 2 tests ----------------------------------------------------------------------------
Name (time in s)                                     Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_make_pxe_menu[False-True] (NOW)              3.2970 (1.0)      3.3864 (1.0)      3.3413 (1.0)      0.0376 (1.0)      3.3514 (1.0)      0.0635 (1.03)          2;0  0.2993 (1.0)           5           1
test_make_pxe_menu[False-True] (0001_unversi)     5.3726 (1.63)     5.4817 (1.62)     5.4411 (1.63)     0.0446 (1.18)     5.4360 (1.62)     0.0616 (1.0)           1;0  0.1838 (0.61)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------- benchmark 'test_make_pxe_menu[True-False]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                                      Min                 Max                Mean            StdDev              Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_make_pxe_menu[True-False] (NOW)              181.6836 (1.0)      192.6715 (1.0)      184.4143 (1.0)      4.6332 (4.48)     182.6251 (1.0)      2.9729 (1.70)          1;1  5.4226 (1.0)           5           1
test_make_pxe_menu[True-False] (0001_unversi)     345.4939 (1.90)     347.8526 (1.81)     346.5505 (1.88)     1.0337 (1.0)      346.0682 (1.89)     1.7523 (1.0)           2;0  2.8856 (0.53)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_make_pxe_menu[True-True]': 2 tests ---------------------------------------------------------------------------
Name (time in s)                                    Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_make_pxe_menu[True-True] (NOW)              3.0568 (1.0)      3.1091 (1.0)      3.0764 (1.0)      0.0206 (1.0)      3.0750 (1.0)      0.0268 (1.0)           1;0  0.3251 (1.0)           5           1
test_make_pxe_menu[True-True] (0001_unversi)     3.3020 (1.08)     3.3628 (1.08)     3.3443 (1.09)     0.0247 (1.20)     3.3520 (1.09)     0.0268 (1.00)          1;0  0.2990 (0.92)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_menus_create[cache_enabled0]': 2 tests --------------------------------------------------
F438
----------------------------
Name (time in ms)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_menus_create[cache_enabled0] (NOW)              41.0239 (1.0)      57.1322 (1.14)     44.6166 (1.0)      7.0102 (1.83)     41.6551 (1.0)      4.7667 (1.0)           1;1  22.4132 (1.0)           5           1
test_menus_create[cache_enabled0] (0001_unversi)     41.1530 (1.00)     50.3246 (1.0)      44.8002 (1.00)     3.8368 (1.0)      43.7141 (1.05)     6.1999 (1.30)          1;0  22.3213 (1.00)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_menus_create[cache_enabled1]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_menus_create[cache_enabled1] (0001_unversi)     41.1653 (1.0)      47.0073 (1.02)     42.6667 (1.0)      2.4616 (1.45)     41.5812 (1.0)      2.1548 (1.22)          1;1  23.4375 (1.0)           5           1
test_menus_create[cache_enabled1] (NOW)              41.3678 (1.00)     45.9399 (1.0)      43.1759 (1.01)     1.6998 (1.0)      42.8973 (1.03)     1.7632 (1.0)           2;0  23.1611 (0.99)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_profiles_create[False-False]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                         Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_profiles_create[False-False] (NOW)               5.2023 (1.0)       5.2802 (1.0)       5.2381 (1.0)      0.0293 (1.0)       5.2295 (1.0)      0.0380 (1.0)           2;0  0.1909 (1.0)           5           1
test_profiles_create[False-False] (0001_unversi)     30.3549 (5.83)     30.5143 (5.78)     30.4157 (5.81)     0.0664 (2.26)     30.4022 (5.81)     0.1048 (2.75)          1;0  0.0329 (0.17)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_profiles_create[False-True]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_profiles_create[False-True] (NOW)              21.9482 (1.0)      22.3283 (1.0)      22.0961 (1.0)      0.1466 (1.55)     22.0873 (1.0)      0.1856 (1.54)          2;0  0.0453 (1.0)           5           1
test_profiles_create[False-True] (0001_unversi)     47.7132 (2.17)     47.9659 (2.15)     47.8487 (2.17)     0.0947 (1.0)      47.8323 (2.17)     0.1208 (1.0)           2;0  0.0209 (0.46)          5           1
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------- benchmark 'test_profiles_create[True-False]': 2 tests ----------------------------------------------------------------------------
Name (time in s)                                       Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_profiles_create[True-False] (NOW)              5.1772 (1.0)      5.3491 (1.0)      5.2200 (1.0)      0.0727 (1.13)     5.1885 (1.0)      0.0560 (1.0)           1;1  0.1916 (1.0)           5           1
test_profiles_create[True-False] (0001_unversi)     7.8535 (1.52)     8.0169 (1.50)     7.9192 (1.52)     0.0641 (1.0)      7.9238 (1.53)     0.0869 (1.55)          2;0  0.1263 (0.66)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_profiles_create[True-True]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                       Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_profiles_create[True-True] (NOW)              18.8885 (1.0)      19.1175 (1.0)      19.0070 (1.0)      0.0926 (1.15)     18.9798 (1.0)      0.1440 (1.17)          2;0  0.0526 (1.0)           5           1
test_profiles_create[True-True] (0001_unversi)     21.9646 (1.16)     22.1627 (1.16)     22.0440 (1.16)     0.0804 (1.0)      22.0234 (1.16)     0.1234 (1.0)           1;0  0.0454 (0.86)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_repos_create[cache_enabled0]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_repos_create[cache_enabled0] (0001_unversi)     15.4715 (1.0)      23.8915 (1.09)     18.7403 (1.0)      3.1317 (1.72)     18.2552 (1.02)     3.0522 (1.20)          2;0  53.3609 (1.0)           5           1
test_repos_create[cache_enabled0] (NOW)              17.7923 (1.15)     21.9576 (1.0)      19.0892 (1.02)     1.8215 (1.0)      17.9790 (1.0)      2.5500 (1.0)           1;0  52.3857 (0.98)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_repos_create[cache_enabled1]': 2 tests ------------------------------------------------------------------------------
Name (time in ms)                                        Min                Max               Mean            StdDev             Median               IQR            Outliers      OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_repos_create[cache_enabled1] (0001_unversi)     15.0868 (1.0)      18.6335 (1.0)      16.3981 (1.0)      1.5277 (1.0)      15.7031 (1.0)      2.4275 (1.0)           1;0  60.9827 (1.0)           5           1
test_repos_create[cache_enabled1] (NOW)              15.7749 (1.05)     22.2370 (1.19)     18.2179 (1.11)     2.6034 (1.70)     18.3500 (1.17)     3.6033 (1.48)          1;0  54.8911 (0.90)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------- benchmark 'test_start[False-False]': 2 tests --------------------------------------------------------------------------------
Name (time in us)                              Min                Max               Mean            StdDev             Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_start[False-False] (0001_unversi)     24.5000 (1.0)      25.9579 (1.0)      25.3746 (1.0)      0.5455 (1.0)      25.3750 (1.0)      0.5835 (1.0)           2;0       39.4095 (1.0)           5           1
test_start[False-False] (NOW)              25.9579 (1.06)     27.4160 (1.06)     26.9496 (1.06)     0.6047 (1.11)     27.1250 (1.07)     0.8017 (1.37)          1;0       37.1063 (0.94)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_start[False-True]': 2 tests ---------------------------------------------------------------------------------
Name (time in us)                             Min                Max               Mean            StdDev             Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_start[False-True] (0001_unversi)     23.6250 (1.0)      26.2490 (1.0)      24.9080 (1.0)      1.0226 (1.0)      25.0830 (1.0)      1.5313 (1.0)           2;0       40.1478 (1.0)           5           1
test_start[False-True] (NOW)              25.3740 (1.07)     28.8751 (1.10)     26.4246 (1.06)     1.4961 (1.46)     25.6670 (1.02)     1.9695 (1.29)          1;0       37.8435 (0.94)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------- benchmark 'test_start[True-False]': 2 tests ---------------------------------------------------------------------------------
Name (time in us)                             Min                Max               Mean            StdDev             Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_start[True-False] (0001_unversi)     24.2080 (1.0)      27.7080 (1.0)      25.9580 (1.0)      1.2546 (1.0)      25.9581 (1.0)      1.3130 (1.0)           2;0       38.5238 (1.0)           5           1
test_start[True-False] (NOW)              24.5000 (1.01)     30.6249 (1.11)     27.2998 (1.05)     2.3570 (1.88)     27.7080 (1.07)     3.2817 (2.50)          2;0       36.6304 (0.95)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------- benchmark 'test_start[True-True]': 2 tests --------------------------------------------------------------------------------
Name (time in us)                            Min                Max               Mean            StdDev             Median               IQR            Outliers  OPS (Kops/s)            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_start[True-True] (0001_unversi)     23.3330 (1.0)      24.7919 (1.0)      24.0916 (1.0)      0.7027 (1.0)      24.5000 (1.0)      1.2400 (1.0)           2;0       41.5083 (1.0)           5           1
test_start[True-True] (NOW)              25.6660 (1.10)     27.4170 (1.11)     26.5412 (1.10)     0.8252 (1.17)     26.8330 (1.10)     1.5312 (1.23)          3;0       37.6773 (0.91)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ benchmark 'test_sync[False-False]': 2 tests -------------------------------------------------------------------------------------
Name (time in ms)                                Min                   Max                  Mean             StdDev                Median                IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_sync[False-False] (NOW)                474.1020 (1.0)        540.8174 (1.0)        520.4031 (1.0)      26.4294 (1.0)        529.2375 (1.0)      20.0472 (1.0)           1;1  1.9216 (1.0)           5           1
test_sync[False-False] (0001_unversi)     2,682.6016 (5.66)     2,768.5816 (5.12)     2,712.8638 (5.21)     32.6078 (1.23)     2,703.9480 (5.11)     25.8078 (1.29)          1;1  0.3686 (0.19)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_sync[False-True]': 2 tests ---------------------------------------------------------------------------
Name (time in s)                            Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_sync[False-True] (NOW)              5.2304 (1.0)      5.2971 (1.0)      5.2629 (1.0)      0.0291 (3.39)     5.2727 (1.0)      0.0501 (4.24)          2;0  0.1900 (1.0)           5           1
test_sync[False-True] (0001_unversi)     7.5562 (1.44)     7.5773 (1.43)     7.5699 (1.44)     0.0086 (1.0)      7.5712 (1.44)     0.0118 (1.0)           1;0  0.1321 (0.70)          5           1
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------- benchmark 'test_sync[True-False]': 2 tests --------------------------------------------------------------------------------
Name (time in ms)                             Min                 Max                Mean             StdDev              Median                IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_sync[True-False] (NOW)              468.9529 (1.0)      541.9074 (1.0)      523.7057 (1.0)      30.7493 (5.24)     535.8414 (1.0)      21.1594 (2.78)          1;1  1.9095 (1.0)           5           1
test_sync[True-False] (0001_unversi)     711.8480 (1.52)     727.4758 (1.34)     720.6188 (1.38)      5.8639 (1.0)      720.8777 (1.35)      7.6057 (1.0)           2;0  1.3877 (0.73)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------- benchmark 'test_sync[True-True]': 2 tests ----------------------------------------------------------------------------
Name (time in s)                           Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_sync[True-True] (NOW)              4.8075 (1.0)      4.8774 (1.0)      4.8460 (1.0)      0.0265 (1.0)      4.8475 (1.0)      0.0363 (1.0)           2;0  0.2064 (1.0)           5           1
test_sync[True-True] (0001_unversi)     5.1643 (1.07)     5.2226 (1.07)     5.1890 (1.07)     0.0304 (1.15)     5.1696 (1.07)     0.0560 (1.54)          2;0  0.1927 (0.93)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------- benchmark 'test_systems_create[False-False]': 2 tests ----------------------------------------------------------------------------
Name (time in s)                                       Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_systems_create[False-False] (NOW)              1.1983 (1.0)      1.2243 (1.0)      1.2066 (1.0)      0.0117 (1.0)      1.1991 (1.0)      0.0174 (1.0)           1;0  0.8288 (1.0)           5           1
test_systems_create[False-False] (0001_unversi)     9.5345 (7.96)     9.6111 (7.85)     9.5755 (7.94)     0.0296 (2.53)     9.5798 (7.99)     0.0437 (2.51)          2;0  0.1044 (0.13)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------ benchmark 'test_systems_create[False-True]': 2 tests -----------------------------------------------------------------------------
Name (time in s)                                       Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_systems_create[False-True] (NOW)              30.3379 (1.0)      30.5106 (1.0)      30.4292 (1.0)      0.0699 (1.34)     30.4062 (1.0)      0.1062 (1.42)          2;0  0.0329 (1.0)           5           1
test_systems_create[False-True] (0001_unversi)     39.6368 (1.31)     39.7665 (1.30)     39.7127 (1.31)     0.0523 (1.0)      39.7013 (1.31)     0.0747 (1.0)           2;0  0.0252 (0.77)          5           1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------- benchmark 'test_systems_create[True-False]': 2 tests ---------------------------------------------------------------------------
Name (time in s)                                      Min               Max              Mean            StdDev            Median               IQR            Outliers     OPS            Rounds  Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_systems_create[True-False] (NOW)              1.1638 (1.0)      1.1795 (1.0)      1.1740 (1.0)      0.0060 (1.13)     1.1754 (1.0)      0.0056 (1.0)           1;0  0.8518 (1.0)           5           1
test_systems_create[True-False] (0001_unversi)     1.7742 (1.52)     1.7861 (1.51)     1.7804 (1.52)     0.0053 (1.0)      1.7793 (1.51)     0.0097 (1.73)          2;0  0.5617 (0.66)          5           1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------- benchmark 'test_systems_create[True-True]': 2 tests ------------------------------------------------------------------------------
Name (time in s)                                      Min                Max               Mean            StdDev             Median               IQR            Outliers     OPS            Rounds  Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_systems_create[True-True] (NOW)              24.7289 (1.0)      24.9789 (1.0)      24.8559 (1.0)      0.0984 (1.0)      24.8712 (1.0)      0.1526 (1.0)           2;0  0.0402 (1.0)           5           1
test_systems_create[True-True] (0001_unversi)     25.9372 (1.05)     26.1697 (1.05)     26.0388 (1.05)     0.1010 (1.03)     26.0050 (1.05)     0.1753 (1.15)          2;0  0.0384 (0.95)          5           1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Legend:
  Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.
  OPS: Operations Per Second, computed as 1 / Mean

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Performance has regressed:
    test_repos_create[cache_enabled1] (0001_unversi) - Field 'mean' has failed PercentageRegressionCheck: 11.097570118 > 10.000000000
    test_item_edit[False-False-image-False] (0001_unversi) - Field 'mean' has failed PercentageRegressionCheck: 11.720973816 > 10.000000000
    test_item_edit[False-True-distro-False] (0001_unversi) - Field 'mean' has failed PercentageRegressionCheck: 11.360546624 > 10.000000000
    test_item_rename[False-False-system] (0001_unversi) - Field 'mean' has failed PercentageRegressionCheck: 10.644692130 > 10.000000000
    test_item_rename[True-False-system] (0001_unversi) - Field 'mean' has failed PercentageRegressionCheck: 10.291275813 > 10.000000000
    test_item_rename[False-True-system] (0001_unversi) - Field 'mean' has failed PercentageRegressionCheck: 10.360505607 > 10.000000000
    test_item_rename[True-True-system] (0001_unversi) - Field 'mean' has failed PercentageRegressionCheck: 11.173969846 > 10.000000000
    test_start[True-True] (0001_unversi) - Field 'mean' has failed PercentageRegressionCheck: 10.167812542 > 10.000000000
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

@SchoolGuy
Copy link
Member

@tpw56j Thanks for those numbers. That seems like quite a lot of time. Currently, I am waiting for an OS to be put onto the worker that we get sponsored. After that, I can deploy the runner application and start moving jobs onto the runner. It might take a week or two until that is ready.

@tpw56j tpw56j force-pushed the feature/nonunique_collection_indexes branch 2 times, most recently from 084829b to 35fa208 Compare August 30, 2024 11:12
@github-actions github-actions bot added the API label Aug 30, 2024
@tpw56j tpw56j force-pushed the feature/nonunique_collection_indexes branch 5 times, most recently from fd84f5f to 6cf3775 Compare August 30, 2024 15:12
Copy link
codacy-production bot commented Aug 30, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.32% (target: -1.00%) 92.63% (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (a79d396) 15960 10713 67.12%
Head commit (2a151ae) 16082 (+122) 10846 (+133) 67.44% (+0.32%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#3721) 217 201 92.63%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more