holobench 1.25.1__tar.gz → 1.25.2__tar.gz
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.
- {holobench-1.25.1/holobench.egg-info → holobench-1.25.2}/PKG-INFO +1 -3
- {holobench-1.25.1 → holobench-1.25.2/holobench.egg-info}/PKG-INFO +1 -3
- {holobench-1.25.1 → holobench-1.25.2}/holobench.egg-info/SOURCES.txt +0 -5
- {holobench-1.25.1 → holobench-1.25.2}/pyproject.toml +1 -1
- holobench-1.25.2/setup.cfg +4 -0
- holobench-1.25.1/holobench.egg-info/not-zip-safe +0 -1
- holobench-1.25.1/package.xml +0 -33
- holobench-1.25.1/resource/bencher +0 -0
- holobench-1.25.1/setup.cfg +0 -10
- holobench-1.25.1/setup.py +0 -18
- {holobench-1.25.1 → holobench-1.25.2}/LICENSE +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/README.md +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/__init__.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/bench_cfg.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/bench_plot_server.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/bench_report.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/bench_runner.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/bencher.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/caching.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/class_enum.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/job.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/optuna_conversions.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/utils.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/video_writer.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/bencher/worker_job.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/holobench.egg-info/dependency_links.txt +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/holobench.egg-info/requires.txt +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/holobench.egg-info/top_level.txt +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_bch_p.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_bench_examples.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_bench_report.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_bench_result_base.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_bench_runner.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_bencher.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_cache.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_class_enum.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_combinations.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_composable_container_base.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_composable_container_video.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_float_formatter.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_job.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_meta_tests.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_parametrized_sweep.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_plot_filter.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_plot_server.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_sample_cache.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_sweep_base.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_sweep_vars.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_utils.py +0 -0
- {holobench-1.25.1 → holobench-1.25.2}/test/test_vars.py +0 -0
@@ -1,10 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: holobench
|
3
|
-
Version: 1.25.
|
3
|
+
Version: 1.25.2
|
4
4
|
Summary: A package for benchmarking the performance of arbitrary functions
|
5
5
|
Author-email: Austin Gregg-Smith <blooop@gmail.com>
|
6
|
-
Maintainer: austin.gregg-smith
|
7
|
-
Maintainer-email: austin.gregg-smith@dyson.com
|
8
6
|
Project-URL: Repository, https://github.com/dyson-ai/bencher
|
9
7
|
Project-URL: Home, https://github.com/dyson-ai/bencher
|
10
8
|
Project-URL: Documentation, https://bencher.readthedocs.io/en/latest/
|
@@ -1,10 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: holobench
|
3
|
-
Version: 1.25.
|
3
|
+
Version: 1.25.2
|
4
4
|
Summary: A package for benchmarking the performance of arbitrary functions
|
5
5
|
Author-email: Austin Gregg-Smith <blooop@gmail.com>
|
6
|
-
Maintainer: austin.gregg-smith
|
7
|
-
Maintainer-email: austin.gregg-smith@dyson.com
|
8
6
|
Project-URL: Repository, https://github.com/dyson-ai/bencher
|
9
7
|
Project-URL: Home, https://github.com/dyson-ai/bencher
|
10
8
|
Project-URL: Documentation, https://bencher.readthedocs.io/en/latest/
|
@@ -1,9 +1,6 @@
|
|
1
1
|
LICENSE
|
2
2
|
README.md
|
3
|
-
package.xml
|
4
3
|
pyproject.toml
|
5
|
-
setup.cfg
|
6
|
-
setup.py
|
7
4
|
bencher/__init__.py
|
8
5
|
bencher/bench_cfg.py
|
9
6
|
bencher/bench_plot_server.py
|
@@ -20,10 +17,8 @@ bencher/worker_job.py
|
|
20
17
|
holobench.egg-info/PKG-INFO
|
21
18
|
holobench.egg-info/SOURCES.txt
|
22
19
|
holobench.egg-info/dependency_links.txt
|
23
|
-
holobench.egg-info/not-zip-safe
|
24
20
|
holobench.egg-info/requires.txt
|
25
21
|
holobench.egg-info/top_level.txt
|
26
|
-
resource/bencher
|
27
22
|
test/test_bch_p.py
|
28
23
|
test/test_bench_examples.py
|
29
24
|
test/test_bench_report.py
|
@@ -1 +0,0 @@
|
|
1
|
-
|
holobench-1.25.1/package.xml
DELETED
@@ -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>
|
File without changes
|
holobench-1.25.1/setup.cfg
DELETED
holobench-1.25.1/setup.py
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
from setuptools import setup, find_packages
|
2
|
-
|
3
|
-
package_name = "bencher"
|
4
|
-
|
5
|
-
setup(
|
6
|
-
name=package_name,
|
7
|
-
description="A library for benchmarking code and generating reports for analysis",
|
8
|
-
maintainer="austin.gregg-smith",
|
9
|
-
maintainer_email="austin.gregg-smith@dyson.com",
|
10
|
-
packages=find_packages(exclude=["test.*", "test"]),
|
11
|
-
data_files=[
|
12
|
-
("share/ament_index/resource_index/packages", ["resource/" + package_name]),
|
13
|
-
("share/" + package_name, ["package.xml"]),
|
14
|
-
],
|
15
|
-
zip_safe=False,
|
16
|
-
test_suite="test",
|
17
|
-
tests_require=["pytest"],
|
18
|
-
)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|