You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I follow the "short version" example, I get this error:
$ djangobench --control=1.2 --experiment=master
Running all benchmarks
Control: Django 1.2 (in git branch 1.2)
Experiment: Django 1.9.dev20150415021140 (in git branch master)
Running 'default_middleware' benchmark ...
Traceback (most recent call last):
File "/Users/audreyr/.virtualenvs/experiments/bin/djangobench", line 8, in <module>
load_entry_point('djangobench==0.10', 'console_scripts', 'djangobench')()
File "/Users/audreyr/code/third-party/djangobench/djangobench/main.py", line 397, in main
experiment_python=args.experiment_python,
File "/Users/audreyr/code/third-party/djangobench/djangobench/main.py", line 73, in run_benchmarks
env=control_env)
File "/Users/audreyr/code/third-party/djangobench/djangobench/main.py", line 145, in run_benchmark
data_points = [float(line) for line in message.get_payload().splitlines()]
ValueError: could not convert string to float: d
The text was updated successfully, but these errors were encountered:
When I follow the "short version" example, I get this error:
The text was updated successfully, but these errors were encountered: