We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3a50f commit 95c8e47Copy full SHA for 95c8e47
README.rst
@@ -14,10 +14,16 @@ Install the following:
14
- NodeJS
15
- Go 1.6
16
- Python 3
17
-- Numpy
18
19
-Prepare the toolbench by running ``make``. This will download and build
20
-the driver implementations to prepare for benchmarks.
+Run
+
+.. code-block:: sh
21
22
+ $ python3 -m venv pgbench-venv
23
+ $ source pgbench-venv/bin/activate
24
+ (pgbench-venv) $ pip install -r requirements.txt
25
+ (pgbench-venv) $ make
26
27
28
The benchmarks can then be ran with ``./pgbench``. Use
29
``./pgbench --help`` for various options, including selective benchmark
0 commit comments