summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2018-12-22 15:28:11 +0200
committerHarel Ben-Attia <harelba@gmail.com>2018-12-22 15:28:11 +0200
commit5d35b8c528efec3401186a6a55a27833198338fe (patch)
tree1ee3d46e2dba9aacfa53284d396ef4465eb3200b
parent5d9c40ae446fe6bf0c8ccd17a327f5ae4a868691 (diff)
wip
-rw-r--r--test/BENCHMARK.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/BENCHMARK.md b/test/BENCHMARK.md
index edcc18f..2614cd7 100644
--- a/test/BENCHMARK.md
+++ b/test/BENCHMARK.md
@@ -47,10 +47,12 @@ Make sure you have pyenv and pyenv-virtualenv installed.
* $ `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`
### Execution
* $ `pyenv activate py2-q`
-* $ `./test-all BenchmarkTests.test_q_matrix` (this will take longer since it's the first time - it generates the test files)
+* $ `./test-all BenchmarkTests.test_q_matrix`
* $ `pyenv activate py3-q`
* $ `./test-all BenchmarkTests.test_q_matrix`
* $ `./test-all BenchmarkTests.test_textql`