Skip to content

Commit 013d682

Browse files
committed
Fix README formatting
1 parent d724385 commit 013d682

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Sample usage
1616

1717
0) 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+
2021
And install prerequisites:
2122
docker, 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

2728
1) Run
2829

29-
./prepare-instances.py
30+
./prepare-instances.py
31+
3032
to get all the Postgres* instances defined in config.xml ready for
3133
benchmarking.
3234

@@ -43,7 +45,7 @@ to get more information.
4345

4446
2) Run
4547

46-
./run-benchmarks.py
48+
./run-benchmarks.py
4749
to perform all the benchmarks Postgres* defined in config.xml for all
4850
instances.
4951

@@ -70,7 +72,7 @@ to get more information.
7072

7173
3) 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.)
7577
Or
7678

@@ -82,7 +84,7 @@ Or
8284
4) You can also compare benchmark results for several instances in an
8385
automated 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

8789
For example, to compare results of benchmarking instances shown above, run:
8890

0 commit comments

Comments
 (0)