File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Running the benchmarks
10
10
Here's the short version::
11
11
12
12
mkvirtualenv djangobench
13
- pip install -e git://github.com/django/djangobench.git#egg=djangobench
13
+ pip install -e git+https ://github.com/django/djangobench.git#egg=djangobench
14
14
git clone git://github.com/django/django.git
15
15
cd django
16
16
djangobench --control=1.2 --experiment=master
@@ -69,7 +69,7 @@ full paths to the corresponding Python executables in ``--control-python`` and
69
69
``djangobench `` environment setup like above)::
70
70
71
71
mkvirtualenv djangobench-py3 -p python3
72
- pip install -e git://github.com/django/djangobench.git#egg=djangobench
72
+ pip install -e git+https ://github.com/django/djangobench.git#egg=djangobench
73
73
cd django
74
74
djangobench --vcs=none --control=. --experiment=. \
75
75
--control-python=~/.virtualenvs/djangobench/bin/python \
You can’t perform that action at this time.
0 commit comments