@@ -16,7 +16,8 @@ Sample usage
1616
17170 ) Prepare local git repository:
1818
19- git clone git://git.postgresql.org/git/postgresql.git postgres.git
19+ git clone git://git.postgresql.org/git/postgresql.git postgres.git
20+
2021And install prerequisites:
2122docker, bash, wget, git, tar, 7z, ant, default-jdk
2223(optional packages for visualization: xsltproc, r-base-core, r-cran-xml,
@@ -26,7 +27,8 @@ r-cran-ggplot2, r-cran-reshape2)
2627
27281 ) Run
2829
29- ./prepare-instances.py
30+ ./prepare-instances.py
31+
3032to get all the Postgres* instances defined in config.xml ready for
3133benchmarking.
3234
@@ -43,7 +45,7 @@ to get more information.
4345
44462 ) Run
4547
46- ./run-benchmarks.py
48+ ./run-benchmarks.py
4749to perform all the benchmarks Postgres* defined in config.xml for all
4850instances.
4951
@@ -70,7 +72,7 @@ to get more information.
7072
71733 ) To visualize results, you can use:
7274
73- R --no-save < VisualizeResults.R
75+ R --no-save < VisualizeResults.R
7476(You'll get Rplots.pdf with graphics presenting some benchmarks results.)
7577Or
7678
82844 ) You can also compare benchmark results for several instances in an
8385automated non-visual way. Run
8486
85- ./analyze-benchmarks.py -i 'intance-1-pattern' 'intance-2-pattern'
87+ ./analyze-benchmarks.py -i 'intance-1-pattern' 'intance-2-pattern'
8688
8789For example, to compare results of benchmarking instances shown above, run:
8890
0 commit comments