Skip to content

Commit c711db3

Browse files
author
Vladimir Kasatkin
committed
Fix run instructions
1 parent 4c88fa8 commit c711db3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Running the benchmarks
1010
Here's the short version::
1111

1212
mkvirtualenv djangobench
13-
pip install -e git://github.com/django/djangobench.git#egg=djangobench
14-
git clone git://github.com/django/django.git
13+
pip install -e git+https://github.com/django/djangobench.git#egg=djangobench
14+
git clone https://github.com/django/django.git
1515
cd django
16-
djangobench --control=1.2 --experiment=master
16+
djangobench --control=1.2 --experiment=main
1717

1818
Okay, so what the heck's going on here?
1919

@@ -69,7 +69,7 @@ full paths to the corresponding Python executables in ``--control-python`` and
6969
``djangobench`` environment setup like above)::
7070

7171
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
7373
cd django
7474
djangobench --vcs=none --control=. --experiment=. \
7575
--control-python=~/.virtualenvs/djangobench/bin/python \

0 commit comments

Comments
 (0)