LICENSE
MANIFEST.in
README.md
package.xml
pyproject.toml
setup.cfg
setup.py
bencher/__init__.py
bencher/bench_cfg.py
bencher/bench_plot_server.py
bencher/bench_report.py
bencher/bench_runner.py
bencher/bencher.py
bencher/caching.py
bencher/class_enum.py
bencher/job.py
bencher/optuna_conversions.py
bencher/utils.py
bencher/video_writer.py
bencher/worker_job.py
bencher/example/__init__.py
bencher/example/benchmark_data.py
bencher/example/example_all.py
bencher/example/example_categorical.py
bencher/example/example_composable_container.py
bencher/example/example_composable_container2.py
bencher/example/example_consts.py
bencher/example/example_custom_sweep.py
bencher/example/example_custom_sweep2.py
bencher/example/example_docs.py
bencher/example/example_filepath.py
bencher/example/example_float3D.py
bencher/example/example_float_cat.py
bencher/example/example_floats.py
bencher/example/example_floats2D.py
bencher/example/example_holosweep.py
bencher/example/example_holosweep_objects.py
bencher/example/example_holosweep_tap.py
bencher/example/example_image.py
bencher/example/example_levels.py
bencher/example/example_levels2.py
bencher/example/example_pareto.py
bencher/example/example_sample_cache.py
bencher/example/example_sample_cache_context.py
bencher/example/example_simple.py
bencher/example/example_simple_bool.py
bencher/example/example_simple_cat.py
bencher/example/example_simple_float.py
bencher/example/example_simple_float2d.py
bencher/example/example_strings.py
bencher/example/example_time_event.py
bencher/example/example_video.py
bencher/example/example_workflow.py
bencher/example/experimental/example_bokeh_plotly.py
bencher/example/experimental/example_hover_ex.py
bencher/example/experimental/example_hvplot_explorer.py
bencher/example/experimental/example_interactive.py
bencher/example/experimental/example_streamnd.py
bencher/example/experimental/example_streams.py
bencher/example/experimental/example_template.py
bencher/example/experimental/example_updates.py
bencher/example/experimental/example_vector.py
bencher/example/meta/example_meta.py
bencher/example/meta/example_meta_cat.py
bencher/example/meta/example_meta_float.py
bencher/example/meta/example_meta_levels.py
bencher/example/optuna/example_optuna.py
bencher/example/shelved/example_float2D_scatter.py
bencher/example/shelved/example_float3D_cone.py
bencher/example/shelved/example_kwargs.py
bencher/plotting/__init__.py
bencher/plotting/plot_filter.py
bencher/plotting/plt_cnt_cfg.py
bencher/results/__init__.py
bencher/results/bench_result.py
bencher/results/bench_result_base.py
bencher/results/float_formatter.py
bencher/results/holoview_result.py
bencher/results/optuna_result.py
bencher/results/panel_result.py
bencher/results/plotly_result.py
bencher/results/video_result.py
bencher/results/video_summary.py
bencher/results/composable_container/__init__.py
bencher/results/composable_container/composable_container_base.py
bencher/results/composable_container/composable_container_panel.py
bencher/results/composable_container/composable_container_video.py
bencher/variables/__init__.py
bencher/variables/inputs.py
bencher/variables/parametrised_sweep.py
bencher/variables/results.py
bencher/variables/sweep_base.py
bencher/variables/time.py
holobench.egg-info/PKG-INFO
holobench.egg-info/SOURCES.txt
holobench.egg-info/dependency_links.txt
holobench.egg-info/not-zip-safe
holobench.egg-info/requires.txt
holobench.egg-info/top_level.txt
resource/bencher
test/test_bch_p.py
test/test_bench_examples.py
test/test_bench_report.py
test/test_bench_result_base.py
test/test_bench_runner.py
test/test_bencher.py
test/test_cache.py
test/test_class_enum.py
test/test_combinations.py
test/test_composable_container_base.py
test/test_composable_container_video.py
test/test_float_formatter.py
test/test_job.py
test/test_meta_tests.py
test/test_parametrized_sweep.py
test/test_plot_filter.py
test/test_plot_server.py
test/test_sample_cache.py
test/test_sweep_base.py
test/test_sweep_vars.py
test/test_utils.py
test/test_vars.py