holobench 1.16.0__py2.py3-none-any.whl → 1.17.0__py2.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.
@@ -87,6 +87,10 @@ class BenchPlotServer:
87
87
  port (int): use a fixed port to lauch the server
88
88
  """
89
89
 
90
+ # suppress verbose tornado and bokeh output
91
+ for logger in ["tornado", "bokeh"]:
92
+ logging.getLogger(logger).setLevel(logging.WARNING)
93
+
90
94
  if port is not None:
91
95
  return pn.serve(
92
96
  plots_instance,
@@ -97,5 +101,4 @@ class BenchPlotServer:
97
101
  show=show,
98
102
  )
99
103
 
100
- logging.getLogger().setLevel(logging.WARNING)
101
104
  return pn.serve(plots_instance, title=bench_name, threaded=True, show=show)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: holobench
3
- Version: 1.16.0
3
+ Version: 1.17.0
4
4
  Summary: A package for benchmarking the performance of arbitrary functions
5
5
  Author-email: Austin Gregg-Smith <blooop@gmail.com>
6
6
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  bencher/__init__.py,sha256=tScVYfGMeh2G84wMdglc16lZy5MNtRS13Qqv-7Cf1O4,1283
2
2
  bencher/bench_cfg.py,sha256=xbgycmg8v0vbt4AjGXBivs-7EcQuopLtm0R-DLiI-l8,18720
3
- bencher/bench_plot_server.py,sha256=ZePbN9lKMQggONYMBW0CJm9saLjmxtdeAEs6eiei_8g,4088
3
+ bencher/bench_plot_server.py,sha256=D00_SOrHa2IT8zAjwetoNL6tEiHSHvXnbea9iElCLVk,4195
4
4
  bencher/bench_report.py,sha256=jh3T_q9KByZDeMPMf0KNJojZukxRzkfaYGeuWQU8MKM,10528
5
5
  bencher/bench_runner.py,sha256=F4DN1YSFXnUAGO17tJ6DZDyEu7QBgvTyqn8G_iCd36c,6165
6
6
  bencher/bencher.py,sha256=oz5Lio-lml26epS5-F3rOndfncxMwRR2s5K0tjPm0c0,32985
@@ -76,6 +76,6 @@ bencher/variables/parametrised_sweep.py,sha256=OSEVTYzsN2ayc0BQAN0lC441z5UDUy2kc
76
76
  bencher/variables/results.py,sha256=8i5qYWZ4KILWL1qT07mLIssUQXDKEx6CnXPgFZJB8jw,6121
77
77
  bencher/variables/sweep_base.py,sha256=cOybffErb3_QUsCfiZa0mlVy9tGDueqiElZmc363apE,6258
78
78
  bencher/variables/time.py,sha256=Up1VOTwoOi-HchRlCh-K1PRR8FvhZyNqLDUODa0erHA,2659
79
- holobench-1.16.0.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
80
- holobench-1.16.0.dist-info/METADATA,sha256=CPVcm2N_YjGRZ0FyYelMLWe28GQ9RhzqS7GaatvSo_w,5112
81
- holobench-1.16.0.dist-info/RECORD,,
79
+ holobench-1.17.0.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
80
+ holobench-1.17.0.dist-info/METADATA,sha256=AolOUVxVEmRiU5jGzEp4MqUT0UX9TSjGEq97zLNMfqA,5112
81
+ holobench-1.17.0.dist-info/RECORD,,