summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2019-11-05 12:52:50 +0200
committerGitHub <noreply@github.com>2019-11-05 12:52:50 +0200
commit3b58f5b351a70982dcfba65991ea52c249f2b576 (patch)
tree8ba4081b8a200ba51769485d7dd86ded5008d16e
parent7401d64a3864b4eb26975932e56c87d571c28363 (diff)
Update BENCHMARK.md
-rw-r--r--test/BENCHMARK.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/BENCHMARK.md b/test/BENCHMARK.md
index 8ecc070..9a684b6 100644
--- a/test/BENCHMARK.md
+++ b/test/BENCHMARK.md
@@ -47,9 +47,10 @@ Make sure you have pyenv and pyenv-virtualenv installed.
* $ `pyenv virtualenv 3.6.4 py3-q`
* $ `pyenv activate py3-q`
* $ `pip install -r ../requirements.txt`
-* Install `textql` (brew/apt-get/whatever)
* $ `wget "https://s3.amazonaws.com/harelba-q-public/benchmark_data.tar.gz"`
* $ `tar xvzf benchmark_data.tar.gz`
+* Install [`textql`](https://github.com/dinedal/textql#install)
+* Install [`octosql`](https://github.com/cube2222/octosql#installation)
### Execution
* $ `pyenv activate py2-q`