summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2018-12-22 13:23:23 +0200
committerGitHub <noreply@github.com>2018-12-22 13:23:23 +0200
commit142387885dd1673d7ba1bc94de285097bb9b1277 (patch)
tree3daa2833c46b483892546dd4693dfc638888f942
parent131deb04d471d87fe1e1e90a6c17baa49f5e4f6d (diff)
Update BENCHMARK.md
-rw-r--r--test/BENCHMARK.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/BENCHMARK.md b/test/BENCHMARK.md
index cf6a232..0c3501a 100644
--- a/test/BENCHMARK.md
+++ b/test/BENCHMARK.md
@@ -3,7 +3,7 @@
*Please don't use or publish this benchmark data yet, it's still alpha, i'm checking the validity of the results, and python 3 q version has not been merged yet.*
**NOTE**
-This just a preliminary benchmark, and the results I got are somewhat surprising. I would love to validate these results by having other people run the benchmark as well and send me emails with their results. If you're interested, please clone q, checkout the `q-benchmark` branch, and follow the "Running the benchmark" part. After the benchmark is finished, send me the `all.benchmark-results` file, along with some details about your hardware, and i'll add it to the spreadsheet. <harelba@gmail.com>
+This just a preliminary benchmark, and the results I got are somewhat surprising. I would love to validate these results by having other people run the benchmark as well and send me emails with their results. If you're interested, follow the "Running the benchmark" part. After the benchmark is finished, send me the `all.benchmark-results` file, along with some details about your hardware, and i'll add it to the spreadsheet. <harelba@gmail.com>
# Benchmark
This is an initial version of the benchmark, along with some results. The following is compared:
@@ -35,6 +35,8 @@ Please note that the initial run generates big files, so you'd need more than 3G
### Preparations
Make sure you have pyenv and pyenv-virtualenv installed.
+* $ `git clone git@github.com:harelba/q.git`
+* $ `git checkout q-benchmark`
* $ `cd test/`
* $ `pyenv install 2.7.11`
* $ `pyenv virtualenv 2.7.11 py2-q