summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2019-07-22 00:15:51 +0300
committerGitHub <noreply@github.com>2019-07-22 00:15:51 +0300
commitf1860952fb4d1423df0ff4c81b1ebf45313d9e54 (patch)
tree0ae1bdf6c18661a1fb199140f9724cfcb3144282
parent6367ee925369a640305033930e5736ebfad2b889 (diff)
Update BENCHMARK.md
-rw-r--r--test/BENCHMARK.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/BENCHMARK.md b/test/BENCHMARK.md
index dfb4691..39ac2ab 100644
--- a/test/BENCHMARK.md
+++ b/test/BENCHMARK.md
@@ -55,11 +55,12 @@ Make sure you have pyenv and pyenv-virtualenv installed.
* $ `./test-all BenchmarkTests.test_q_matrix`
* $ `pyenv activate py3-q`
* $ `./test-all BenchmarkTests.test_q_matrix`
-* $ `./test-all BenchmarkTests.test_textql`
+* $ `./test-all BenchmarkTests.test_textql_matrix`
+* $ `./test-all BenchmarkTests.test_octosql_matrix`
-The results from each of the benchmarks will be written to `<virtual-env-name>.benchmark-results`, and `textql.benchmark-results` for the textql test.
+The results from each of the benchmarks will be written to `<virtual-env-name>.benchmark-results`, `textql.benchmark-results` for the textql test, and `octosql.benchmark-results`.
-* $ `paste py2-q.benchmark-results py3-q.benchmark-results textql.benchmark-results > all.benchmark-results`
+* $ `paste py2-q.benchmark-results py3-q.benchmark-results textql.benchmark-results octosql.benchmark-results > all.benchmark-results`
## Updating the benchmark markdown document file
The results should reside in the following [google sheet](https://docs.google.com/spreadsheets/d/1Ljr8YIJwUQ5F4wr6ATga5Aajpu1CvQp1pe52KGrLkbY/edit?usp=sharing).