holobench 1.28.1__py3-none-any.whl → 1.30.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. bencher/__init__.py +1 -0
  2. bencher/bench_cfg.py +9 -9
  3. bencher/bench_plot_server.py +1 -1
  4. bencher/bench_runner.py +1 -1
  5. bencher/bencher.py +23 -11
  6. bencher/example/benchmark_data.py +1 -1
  7. bencher/example/example_categorical.py +1 -1
  8. bencher/example/example_custom_sweep.py +1 -1
  9. bencher/example/example_custom_sweep2.py +1 -1
  10. bencher/example/example_dataframe.py +47 -0
  11. bencher/example/example_image.py +5 -7
  12. bencher/example/example_image1.py +80 -0
  13. bencher/example/example_levels.py +1 -1
  14. bencher/example/example_levels2.py +1 -1
  15. bencher/example/example_pareto.py +1 -1
  16. bencher/example/example_sample_cache_context.py +2 -2
  17. bencher/example/example_simple.py +5 -5
  18. bencher/example/meta/example_meta.py +1 -1
  19. bencher/example/shelved/example_kwargs.py +1 -1
  20. bencher/plotting/plot_filter.py +2 -2
  21. bencher/plotting/plt_cnt_cfg.py +10 -3
  22. bencher/results/bench_result.py +3 -1
  23. bencher/results/bench_result_base.py +58 -9
  24. bencher/results/composable_container/composable_container_base.py +2 -2
  25. bencher/results/composable_container/composable_container_dataframe.py +52 -0
  26. bencher/results/dataset_result.py +227 -0
  27. bencher/results/optuna_result.py +7 -6
  28. bencher/variables/inputs.py +5 -5
  29. bencher/variables/parametrised_sweep.py +2 -2
  30. bencher/variables/results.py +29 -1
  31. bencher/variables/sweep_base.py +1 -1
  32. bencher/variables/time.py +3 -3
  33. bencher/video_writer.py +1 -1
  34. {holobench-1.28.1.dist-info → holobench-1.30.2.dist-info}/METADATA +72 -39
  35. {holobench-1.28.1.dist-info → holobench-1.30.2.dist-info}/RECORD +38 -36
  36. {holobench-1.28.1.dist-info → holobench-1.30.2.dist-info}/WHEEL +1 -2
  37. holobench-1.28.1.data/data/share/bencher/package.xml +0 -33
  38. holobench-1.28.1.dist-info/top_level.txt +0 -1
  39. {holobench-1.28.1.dist-info → holobench-1.30.2.dist-info/licenses}/LICENSE +0 -0
  40. {holobench-1.28.1.data/data/share/ament_index/resource_index/packages → resource}/bencher +0 -0
@@ -1,38 +1,39 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: holobench
3
- Version: 1.28.1
3
+ Version: 1.30.2
4
4
  Summary: A package for benchmarking the performance of arbitrary functions
5
- Author-email: Austin Gregg-Smith <blooop@gmail.com>
6
5
  Project-URL: Repository, https://github.com/dyson-ai/bencher
7
6
  Project-URL: Home, https://github.com/dyson-ai/bencher
8
7
  Project-URL: Documentation, https://bencher.readthedocs.io/en/latest/
9
- Description-Content-Type: text/markdown
10
- License-File: LICENSE
11
- Requires-Dist: holoviews <=1.19.0,>=1.15
12
- Requires-Dist: numpy <=2.0.0,>=1.0
13
- Requires-Dist: param <=2.1.0,>=1.13.0
14
- Requires-Dist: hvplot <=0.10.0,>=0.8
15
- Requires-Dist: matplotlib <=3.9.0,>=3.6.3
16
- Requires-Dist: panel <=1.4.4,>=1.3.6
17
- Requires-Dist: diskcache <=5.6.3,>=5.6
18
- Requires-Dist: optuna <=3.6.1,>=3.2
19
- Requires-Dist: xarray <=2024.6.0,>=2023.7
20
- Requires-Dist: plotly <=5.22.0,>=5.15
21
- Requires-Dist: sortedcontainers <=2.4,>=2.4
22
- Requires-Dist: pandas <=2.2.2,>=2.0
23
- Requires-Dist: strenum <=0.4.15,>=0.4.0
24
- Requires-Dist: scikit-learn <=1.5.0,>=1.2
25
- Requires-Dist: str2bool <=1.1,>=1.1
26
- Requires-Dist: scoop <=0.7.2.0,>=0.7.0
27
- Requires-Dist: moviepy <=1.0.3,>=1.0.3
8
+ Author-email: Austin Gregg-Smith <blooop@gmail.com>
9
+ License: MIT
10
+ Requires-Python: <3.13,>=3.10
11
+ Requires-Dist: diskcache<=5.6.3,>=5.6
12
+ Requires-Dist: holoviews<=1.19.1,>=1.15
13
+ Requires-Dist: hvplot<=0.10.0,>=0.8
14
+ Requires-Dist: matplotlib<=3.9.2,>=3.6.3
15
+ Requires-Dist: moviepy-fix-codec
16
+ Requires-Dist: numpy<=2.1.0,>=1.0
17
+ Requires-Dist: optuna<=4.0.0,>=3.2
18
+ Requires-Dist: pandas<=2.2.2,>=2.0
19
+ Requires-Dist: panel<=1.4.5,>=1.3.6
20
+ Requires-Dist: param<=2.1.1,>=1.13.0
21
+ Requires-Dist: plotly<=5.24.0,>=5.15
22
+ Requires-Dist: scikit-learn<=1.5.1,>=1.2
23
+ Requires-Dist: scoop<=0.7.2.0,>=0.7.0
24
+ Requires-Dist: sortedcontainers<=2.4,>=2.4
25
+ Requires-Dist: str2bool<=1.1,>=1.1
26
+ Requires-Dist: strenum<=0.4.15,>=0.4.0
27
+ Requires-Dist: xarray<=2024.7.0,>=2023.7
28
28
  Provides-Extra: test
29
- Requires-Dist: black <=24.4.2,>=23 ; extra == 'test'
30
- Requires-Dist: pylint <=3.2.3,>=2.17.7 ; extra == 'test'
31
- Requires-Dist: pytest-cov <=5.0.0,>=4.1 ; extra == 'test'
32
- Requires-Dist: pytest <=8.2.2,>=7.4 ; extra == 'test'
33
- Requires-Dist: hypothesis <=6.103.2,>=6.82 ; extra == 'test'
34
- Requires-Dist: ruff <=0.4.10,>=0.0.280 ; extra == 'test'
35
- Requires-Dist: coverage <=7.5.3,>=7.2.7 ; extra == 'test'
29
+ Requires-Dist: coverage<=7.6.7,>=7.5.4; extra == 'test'
30
+ Requires-Dist: hypothesis<=6.119.1,>=6.104.2; extra == 'test'
31
+ Requires-Dist: pre-commit<=4.0.1; extra == 'test'
32
+ Requires-Dist: pylint<=3.3.1,>=3.2.5; extra == 'test'
33
+ Requires-Dist: pytest-cov<=6.0.0,>=4.1; extra == 'test'
34
+ Requires-Dist: pytest<=8.3.3,>=7.4; extra == 'test'
35
+ Requires-Dist: ruff<=0.7.4,>=0.5.0; extra == 'test'
36
+ Description-Content-Type: text/markdown
36
37
 
37
38
  # Bencher
38
39
 
@@ -44,17 +45,16 @@ Requires-Dist: coverage <=7.5.3,>=7.2.7 ; extra == 'test'
44
45
  [![GitHub issues](https://img.shields.io/github/issues/dyson-ai/bencher.svg)](https://GitHub.com/dyson-ai/bencher/issues/)
45
46
  [![GitHub pull-requests merged](https://badgen.net/github/merged-prs/dyson-ai/bencher)](https://github.com/dyson-ai/bencher/pulls?q=is%3Amerged)
46
47
  [![PyPI](https://img.shields.io/pypi/v/holobench)](https://pypi.org/project/holobench/)
47
- [![GitHub release](https://img.shields.io/github/release/dyson-ai/bencher.svg)](https://GitHub.com/dyson-ai/bencher/releases/)
48
+ [![PyPI - Downloads](https://img.shields.io/pypi/dm/holobench)](https://pypistats.org/packages/holobench)
48
49
  [![License](https://img.shields.io/pypi/l/bencher)](https://opensource.org/license/mit/)
49
- [![Python](https://img.shields.io/badge/python-3.10-blue)](https://www.python.org/downloads/release/python-310/)
50
- [![Python](https://img.shields.io/badge/python-3.11-blue)](https://www.python.org/downloads/release/python-311/)
50
+ [![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue)](https://www.python.org/downloads/)
51
51
  [![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)
52
52
 
53
- ## Badges
54
-
55
- ### Pixi Badge
56
- The Pixi badge indicates that this project is optimized for performance and follows best practices as evaluated by the Pixi tool. For more information, visit [Pixi](https://pixi.sh).
53
+ ## Install
57
54
 
55
+ ```bash
56
+ pip install holobench
57
+ ```
58
58
 
59
59
  ## Intro
60
60
 
@@ -62,7 +62,7 @@ Bencher is a tool to make it easy to benchmark the interactions between the inpu
62
62
 
63
63
  Parameters for bencher are defined using the [param](https://param.holoviz.org/) library as a config class with extra metadata that describes the bounds of the search space you want to measure. You must define a benchmarking function that accepts an instance of the config class and return a dictionary with string metric names and float values.
64
64
 
65
- Parameters are benchmarked by passing in a list N parameters, and an N-Dimensional tensor is returned. You can optionally sample each point multiple times to get back a distribution and also track its value over time. By default the data will be plotted automatically based on the types of parameters you are sampling (e.g, continous, discrete), but you can also pass in a callback to customize plotting.
65
+ Parameters are benchmarked by passing in a list N parameters, and an N-Dimensional tensor is returned. You can optionally sample each point multiple times to get back a distribution and also track its value over time. By default the data will be plotted automatically based on the types of parameters you are sampling (e.g, continuous, discrete), but you can also pass in a callback to customize plotting.
66
66
 
67
67
  The data is stored in a persistent database so that past performance is tracked.
68
68
 
@@ -85,9 +85,42 @@ Bencher is designed to work with stochastic pure functions with no side effects.
85
85
  combine latest data with historical data
86
86
 
87
87
  store the results using the input hash as a key
88
- deduce the type of plot based on the input types
88
+ deduce the type of plot based on the input and output types
89
89
  return data and plot
90
90
 
91
- ### Example Output
91
+
92
+ ## Demo
93
+
94
+ if you have [pixi](https://github.com/prefix-dev/pixi/) installed you can run a demo example with:
95
+
96
+ ```bash
97
+ pixi run demo
98
+ ```
99
+
100
+ An example of the type of output bencher produces can be seen here:
92
101
 
93
102
  https://dyson-ai.github.io/bencher/
103
+
104
+
105
+ ## Examples
106
+
107
+ Most of the features that are supported are demonstrated in the examples folder.
108
+
109
+ Start with example_simple_float.py and explore other examples based on your data types:
110
+ - example_float.py: More complex float operations
111
+ - example_float2D.py: 2D float sweeps
112
+ - example_float3D.py: 3D float sweeps
113
+ - example_categorical.py: Sweeping categorical values (enums)
114
+ - example_strings.py: Sweeping categorical string values
115
+ - example_float_cat.py: Mixing float and categorical values
116
+ - example_image.py: Output images as part of the sweep
117
+ - example_video.py: Output videos as part of the sweep
118
+ - example_filepath.py: Output arbitrary files as part of the sweep
119
+ - and many others
120
+
121
+
122
+ ## Documentation
123
+
124
+ API documentation can be found at https://bencher.readthedocs.io/en/latest/
125
+
126
+ More documentation is needed for the examples and general workflow.
@@ -1,25 +1,26 @@
1
- bencher/__init__.py,sha256=gywyMfCkWiguR86HWU63s06Ts9coSY_CK2ro2V7RIbI,1561
2
- bencher/bench_cfg.py,sha256=8rvJyeQXalZmYF8Lb-NKb9RFJs0w08k9ogcZSR1rhgs,18413
3
- bencher/bench_plot_server.py,sha256=D00_SOrHa2IT8zAjwetoNL6tEiHSHvXnbea9iElCLVk,4195
1
+ bencher/__init__.py,sha256=VtSU6Dq3XdjphKQJ9s3yZlA3el5B9kNGqsJMM-vyYx0,1580
2
+ bencher/bench_cfg.py,sha256=mcsF5VU7Z-BLKE0bh9te73cEVNzr9pCnbsdIOPCJPy4,18414
3
+ bencher/bench_plot_server.py,sha256=nvGTr981XgWELqV7yID91j6V1UIPGtKilzxHcNWaZ6Q,4196
4
4
  bencher/bench_report.py,sha256=95K4ubVGXyyGO40fsdFysgPmxrI6JbXpQKdMiahm7KI,6365
5
- bencher/bench_runner.py,sha256=-SzAKd6QbPJ05KaW3vteFIkE-UtlFS55Ob9QeE5eRXw,6202
6
- bencher/bencher.py,sha256=7L5h1vRSPwRcmp8iCNhFNLj1LoV-IhPr719BQBpdgvs,34883
5
+ bencher/bench_runner.py,sha256=5h_g-WCxocUEIDix-D81zOz0YdN-3kC7tneN9yKEE0s,6201
6
+ bencher/bencher.py,sha256=C71paITRtrESt_O2RNFdJ17Hg2zB6FSX4RINRsJq59c,35328
7
7
  bencher/caching.py,sha256=AusaNrzGGlj5m6zcwcqnTn55Mam2mQdF--oqelO806M,1627
8
8
  bencher/class_enum.py,sha256=kYHW9qKkKcNdwaXizZL-fTptS_DUEGv4c88yCehk3gc,1492
9
9
  bencher/job.py,sha256=swa0VwrZf41v7qNjreVDIYUU6r_dfuLipPZbg_w5x7c,6089
10
10
  bencher/optuna_conversions.py,sha256=an-LfPsQXyyvhIZnG8Wl1RQVYMvJj7WOi3YNqoUnuxQ,5356
11
11
  bencher/utils.py,sha256=9KAThtIG8jNd0nd4Wft8miNM_yHWmZUkIBfJh19pzgI,6480
12
- bencher/video_writer.py,sha256=B-V1tALd3oPDytaAsl8I6qUztDQlFbkp9gSYco-ah44,2175
12
+ bencher/video_writer.py,sha256=z49tAG_ttXc8iWcTkWPJO1QaneaVdsmYL6Hpal-pd4Q,2176
13
13
  bencher/worker_job.py,sha256=FREi0yWQACFmH86R1j-LH72tALEFkKhLDmmoGQY9Jh4,1571
14
14
  bencher/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- bencher/example/benchmark_data.py,sha256=eRAB9ZhiDylWeqsh4g8lUYP3BV50QPUBmQ785scT590,6985
15
+ bencher/example/benchmark_data.py,sha256=DL5Grj7UwnKZz2BHfGNKv35Ln0y2ntFwvZdkchOMHVU,6985
16
16
  bencher/example/example_all.py,sha256=iiKV2poYWu4SUIQkpoX4qT1zTm574QfuNHpYww3meFA,1952
17
- bencher/example/example_categorical.py,sha256=3BeOQN58nCGx6xzB0YvkgaBFInzJ5L3XsIYKfKOs0gM,3684
17
+ bencher/example/example_categorical.py,sha256=ydJa-76aZLxxiqzVFkCY3SZNon0yscYhgX41yonoCnU,3685
18
18
  bencher/example/example_composable_container.py,sha256=uW4USZOWLJ1KDG1HuferblAqvTLYCVzZDpVAGUYU2rM,3756
19
19
  bencher/example/example_composable_container2.py,sha256=rHjT9ZCWZbvex8ORnWc0hFekWGIA_MoTjUNPHMquQ3E,5666
20
20
  bencher/example/example_consts.py,sha256=upKkrMNYUCS38IA4duuyJHERwdZIMB4FA60Gytu_BzU,1475
21
- bencher/example/example_custom_sweep.py,sha256=-y8mYuXYD91j8kcCEe9c6Gx6g1dK-bvHM9sbXqHL2gA,1916
22
- bencher/example/example_custom_sweep2.py,sha256=zvfasrN5R89IynGWeGQW_W-01A4lCkoBzoh-thxPQ14,1224
21
+ bencher/example/example_custom_sweep.py,sha256=Tl3SJXXlx2_Jko-q8nkeKLfVL21rITI3j4bTrPJVJiA,1917
22
+ bencher/example/example_custom_sweep2.py,sha256=6RBiyVVaxAh5Aul85DfYA5P-lwhwW3Bb54o0CBgTB6Q,1225
23
+ bencher/example/example_dataframe.py,sha256=aGSdMnsRvRC2dgkUVmzEJz5yo6k1lPjsUM6gFShNcRI,1792
23
24
  bencher/example/example_docs.py,sha256=aUi33O543JBPoOGlpHaY2eA74GR7cHH_6-hcC8xf3z0,1174
24
25
  bencher/example/example_filepath.py,sha256=O3VO9rWAXB_1tagVSvxhiSMjcTkgZe2duw7W17ij7po,827
25
26
  bencher/example/example_float3D.py,sha256=pwi3YlDad3NL4IrfMK2V5yV1CRpqfmUO-zUnGmVYxDs,3425
@@ -29,13 +30,14 @@ bencher/example/example_floats2D.py,sha256=D0kljoUCinMKCEW-Zg-cQ8sYu_yPCZqzKJ9tR
29
30
  bencher/example/example_holosweep.py,sha256=lxH0Z_waInGIH5AtGQi4zwPAZRI_uN0DbsJhI9iSF7Q,3017
30
31
  bencher/example/example_holosweep_objects.py,sha256=vHuAtkM1VrJelHOazn_SJfzxNywKyaMzN-DE8W7Ricc,3228
31
32
  bencher/example/example_holosweep_tap.py,sha256=NYXofWGV9GaBN72Q3kKPT5lKJ-slYZH5VzTAavUu23w,4527
32
- bencher/example/example_image.py,sha256=17u0exNKFN9BIvSfdhVuQd9JsKUrIi0rZe6gXEVFNZ8,5547
33
- bencher/example/example_levels.py,sha256=s-UfXXp8qj5U0Gx5KyMqj--nn1Ke0NtHVLSSJYIPaYY,6891
34
- bencher/example/example_levels2.py,sha256=6n-ceglaHAbPAp2I-IiUsET8OVubXu8wNVoRBFJ_JSw,1116
35
- bencher/example/example_pareto.py,sha256=yyAg8Vb-5sgsS6LkYKT7T5Evcfg69FlCqCakUippSmU,2687
33
+ bencher/example/example_image.py,sha256=lNIEVUFZJTriCVpZ9ARPn2Hs31usBt-YYTu-iKYrz3w,5547
34
+ bencher/example/example_image1.py,sha256=3T6rgmCL7mCra2F6us-Fy0_jwhh7OvStmSieQuiFlFQ,2681
35
+ bencher/example/example_levels.py,sha256=gcNqjdsC0Bi0dX9oakssPEmuh_zFqpJhPYPPoDN3uw8,6890
36
+ bencher/example/example_levels2.py,sha256=tMhA6dYYQskzMeAZdaz6jRmQTe-c-jLXfkaUqWT30-I,1117
37
+ bencher/example/example_pareto.py,sha256=sLh37iZSQitW7DE7ktbyaOgHr1ZWxG7pXxCMH00KKqQ,2688
36
38
  bencher/example/example_sample_cache.py,sha256=7gf1BJ63VAgdqNuNXkbL9-jeTeC3kXA_PY9yG3ulTz0,4200
37
- bencher/example/example_sample_cache_context.py,sha256=IAUBbL78QM20R8evaq7L8I-xPxFDFykF1Gk1y2Ru1W0,4063
38
- bencher/example/example_simple.py,sha256=Nn2ixNx29jbgvwH2K5vDGhSFcqKLMNaP1occPxhHoU0,11703
39
+ bencher/example/example_sample_cache_context.py,sha256=QmNM5Y8bCWEvbE7-6uRJVZhLaIEriL4lpMIV5-yTUg8,4065
40
+ bencher/example/example_simple.py,sha256=E1-D10N-O50S33UQ9iLIlq09-x7BohbjYaR_lzLjQjc,11706
39
41
  bencher/example/example_simple_bool.py,sha256=GZ6pyj8FaQV9gNxaqAmX6c5XWtMvKosezAbSADEl0G0,1248
40
42
  bencher/example/example_simple_cat.py,sha256=XsV_75Jk3phVPI4om3q0vn1POfREb3CGRm9Kq1tL-OA,1760
41
43
  bencher/example/example_simple_float.py,sha256=Mfp4QwqgZ6DWgdu3reNA0cDwOV5cjG1PTuhf-SEsEkY,930
@@ -53,41 +55,41 @@ bencher/example/experimental/example_streams.py,sha256=rrTmcmxDlirGoyTbJ4LT4fBIA
53
55
  bencher/example/experimental/example_template.py,sha256=XdIVS9RtLdE5GNnerWiZMXvP7n17lzuc_YTLqJTwb6Q,1172
54
56
  bencher/example/experimental/example_updates.py,sha256=rF4UgWY-CW6ohNtOpQklTuwbwVRvEM5j6edZOiMkspQ,1835
55
57
  bencher/example/experimental/example_vector.py,sha256=3o_1dA4dc2HL6uIEvDAcvLPVJB8jgkq1QZ3BQIL-LEo,3118
56
- bencher/example/meta/example_meta.py,sha256=l4TZuBjCUwzxm2lHJ5wqWWI2-Xv8LFVg3S0K0JmuX5U,5563
58
+ bencher/example/meta/example_meta.py,sha256=XBpfu47z86vz8QSZjLA1uWltoRZSej7W48nveFKqj5w,5564
57
59
  bencher/example/meta/example_meta_cat.py,sha256=FMBT0yMPJJo0pmUYVtlq64R6qn_EXEt74xYAsK6HQag,641
58
60
  bencher/example/meta/example_meta_float.py,sha256=D71oiFqGauLvqTxv2BC4CJOwHIdpvq8FdCBVejwZ4Do,624
59
61
  bencher/example/meta/example_meta_levels.py,sha256=MkVL8pAIogn8ObKdSn8BC_DKk6PSVvvPU7_KUCgP5vQ,1436
60
62
  bencher/example/optuna/example_optuna.py,sha256=-RIuDrdPjfXz1c1hOAmWeJNdmGICiWnyJfAavRsiMuk,2370
61
63
  bencher/example/shelved/example_float2D_scatter.py,sha256=z8ranMq8IcJ1yoVSFDncp3gw-yWG7X9lXLimXKpy5Ks,3372
62
64
  bencher/example/shelved/example_float3D_cone.py,sha256=T3-IapccLYX3BM9sGDyOTLhZVEmzkeMsXzQMT5msnNQ,2966
63
- bencher/example/shelved/example_kwargs.py,sha256=Bgxkd7qeHdySBE24amdP-VNFRRgK_enyzprlxBwY9Ko,2461
65
+ bencher/example/shelved/example_kwargs.py,sha256=ahWC3d1vQMS0bdYtZGEILyDGnT5ixR5nVHSnvqMgFL0,2462
64
66
  bencher/plotting/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
- bencher/plotting/plot_filter.py,sha256=Zff02hEcRffiqDEoXUHVZQJK5kW4HbMxe2GYCrxI8jg,4688
66
- bencher/plotting/plt_cnt_cfg.py,sha256=RK6dot_Yb6uTBPDe7Z1UzCqCQgjgEFxANt5DCc4LLAI,3159
67
+ bencher/plotting/plot_filter.py,sha256=CAMhx8f65ndkreawLpt4b6KlGgt8Gn9nQN2h0jHIw98,4687
68
+ bencher/plotting/plt_cnt_cfg.py,sha256=0P9KjVQSUfPY7Kh7UGAbTqihaTgnmLm3oZ5Nvf-pcjM,3193
67
69
  bencher/results/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
- bencher/results/bench_result.py,sha256=JoXfAQ2dkoVt2mBM0Hp5V0843CWcSCuBfR817VhLVx0,3491
69
- bencher/results/bench_result_base.py,sha256=eQsw1CzaL2X3sX8uTqdLruijW0e6NkJjfJuaz1xJH-w,19024
70
+ bencher/results/bench_result.py,sha256=IaJdWMNxHmbBkV8kAUj57LCHOiNjYJMvZpEPmI-yZy0,3612
71
+ bencher/results/bench_result_base.py,sha256=zH1N2759zd_supm8e-tEtXeQl3y7GTDYaDzCtLczRvI,20793
72
+ bencher/results/dataset_result.py,sha256=qXmFMrVAo_1qM6hhV4XpQqmCz9RiVkQo6ICYmbT-Kvk,8680
70
73
  bencher/results/float_formatter.py,sha256=sX6HNCyaXdHDxC8ybVUHwCJ3qOKbPUkBOplVIHtKWjM,1746
71
74
  bencher/results/holoview_result.py,sha256=DHzQaDOswsPln2XIJ9NF-OIw4HgJ41Sv9JrlIz_dVe0,28499
72
- bencher/results/optuna_result.py,sha256=jtsWJGdCS0L98EzxTxXU_AyarCL5CkXRLOVuSvs048M,13437
75
+ bencher/results/optuna_result.py,sha256=wnO6Wci2tfxjyWpJkw2x_h4FHbQ1bxd9s0kbzPlbWUA,13471
73
76
  bencher/results/panel_result.py,sha256=lXOtfhWKSspf53Wgm94DTiVD3rliieHQW96sOdu5UYk,1336
74
77
  bencher/results/plotly_result.py,sha256=wkgfL38qJp6RviekXBYpNPeU4HCf0nbtKDAhu5QZhUg,2132
75
78
  bencher/results/video_result.py,sha256=E3fAxXctRVxiRyamadpKCMXanM5TTqw1tEYICS2LDLs,1146
76
79
  bencher/results/video_summary.py,sha256=ECMVnm1L58n3KHrFuy4Cm9T6aUjsOL_YHm0ncLfW4IU,8343
77
80
  bencher/results/composable_container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
78
- bencher/results/composable_container/composable_container_base.py,sha256=MPmfig7mwmpo156N98FR83bExLyoJbUM7C9VmdBE-VY,2781
81
+ bencher/results/composable_container/composable_container_base.py,sha256=gmlQl3NQ3LWIfH15neLoZMNos6hbu3SklslfcFDAacA,2778
82
+ bencher/results/composable_container/composable_container_dataframe.py,sha256=ZbFaQSo4UsRxY8NUdJPjNFW3_kzlm8jtWuoLf8y_t8U,1789
79
83
  bencher/results/composable_container/composable_container_panel.py,sha256=HrOoeGB0y0jGQcxcci_M82ftsvklLkJgo-4SjDBJCks,1232
80
84
  bencher/results/composable_container/composable_container_video.py,sha256=EHY2TIQM5ualrh_or-wzyErPWm25CaYdSdMotqo5wCo,7104
81
85
  bencher/variables/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
82
- bencher/variables/inputs.py,sha256=tASPqEN7j_uaj8vfM1nFEpgV8QXrxTH3LfltIbV0Gp4,6725
83
- bencher/variables/parametrised_sweep.py,sha256=n3IN396Rnr1pBJqoxnMLLqC3KIJmAF4-zHupj7CQB58,7394
84
- bencher/variables/results.py,sha256=mjr34L27NFuXqUCI1GSO8srU8VFm8niTkaSZ1iPvvbY,7159
85
- bencher/variables/sweep_base.py,sha256=cOybffErb3_QUsCfiZa0mlVy9tGDueqiElZmc363apE,6258
86
- bencher/variables/time.py,sha256=A1QPYM-z2p-04hKcHG80u8njiKQ-2R2IHcjo7iB92_A,3136
87
- holobench-1.28.1.data/data/share/ament_index/resource_index/packages/bencher,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
- holobench-1.28.1.data/data/share/bencher/package.xml,sha256=HxWM9qIEiLbE60tG0aKsS7q3UaSKDyCMD4-1nYw8vOs,1045
89
- holobench-1.28.1.dist-info/LICENSE,sha256=dSHXTdRY4Y7qGFMv63UksV700iff7iE-p7GGs6Sbnvo,1065
90
- holobench-1.28.1.dist-info/METADATA,sha256=FUKCmaHQtXnpPS4elZNPo9GXF1LNVEgayZrmPw2Tz8k,5618
91
- holobench-1.28.1.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
92
- holobench-1.28.1.dist-info/top_level.txt,sha256=rkP5-F_W08mOD-25ZPkt0HJsHxedb2EiRcRA7IP6Ceg,8
93
- holobench-1.28.1.dist-info/RECORD,,
86
+ bencher/variables/inputs.py,sha256=vxpVKhbM8inYiiHcatJLGl0zg9boMYKJRtLVc32YGpY,6730
87
+ bencher/variables/parametrised_sweep.py,sha256=1T8UMOO03A_98soU2COknIJUsDNGcmWULyL26dXJ6vI,7429
88
+ bencher/variables/results.py,sha256=Wq14e8rAj5mcK22325wcaeTMjgZ6JuduqceAHItHFY8,7750
89
+ bencher/variables/sweep_base.py,sha256=gfEhKvsb16ZLbe38JewZqu0AMOHpsqwRbZbt-aCg9Bc,6258
90
+ bencher/variables/time.py,sha256=zcRS5p4ZkFjMta9nZMEuWv86rLnPkUSqyO69QwI5q3E,3142
91
+ resource/bencher,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
+ holobench-1.30.2.dist-info/METADATA,sha256=xFu1ubVzZcmc0ydMa4H6bWHxVZ_GAmM_dAkUGSABbwg,6360
93
+ holobench-1.30.2.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
94
+ holobench-1.30.2.dist-info/licenses/LICENSE,sha256=dSHXTdRY4Y7qGFMv63UksV700iff7iE-p7GGs6Sbnvo,1065
95
+ holobench-1.30.2.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.1.0)
2
+ Generator: hatchling 1.26.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -1,33 +0,0 @@
1
- <?xml version="1.0"?>
2
- <package format="3">
3
- <name>bencher</name>
4
- <version>0.1.0</version>
5
- <description>A package for benchmarking the performance of arbitrary functions</description>
6
- <maintainer email="austin.gregg-smith@dyson.com">Austin Gregg-Smith</maintainer>
7
- <license>MIT</license>
8
-
9
- <depend>python3-diskcache</depend>
10
-
11
- <depend>python3-pandas</depend>
12
- <depend>python3-seaborn</depend>
13
- <depend>python3-matplotlib</depend>
14
- <depend>python3-numpy</depend>
15
- <depend>python3-pytest</depend>
16
- <depend>python3-hypothesis</depend>
17
- <depend>xarray</depend>
18
- <depend>python3-zarr</depend>
19
- <depend>python3-param</depend>
20
- <depend>python3-panel</depend>
21
- <depend>python3-hvplot</depend>
22
- <depend>python3-optuna</depend>
23
- <depend>python3-plotly</depend>
24
-
25
- <!-- TO REMOVE WHEN WE UPGRADE TO PYTHON 3.11, This is in the standard library for python>=3.11 -->
26
- <depend>strenum</depend>
27
-
28
- <test_depend>python3-pytest-cov</test_depend>
29
-
30
- <export>
31
- <build_type>ament_python</build_type>
32
- </export>
33
- </package>
@@ -1 +0,0 @@
1
- bencher