aboutsummaryrefslogtreecommitdiff
path: root/docs/tools.md
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-07-13 17:53:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-13 17:53:01 +0000
commitcb290e283dc4f8b0b9b83963507831d11ba7b92c (patch)
treed03f477e6aca73e0795c2bfc64026a3cc5af19f4 /docs/tools.md
parenta089bf3939184223f72ec5c8e02b18b5e0251ea9 (diff)
parent1c12faf75d74e933af10361bb5d264f28dad4747 (diff)
downloadgoogle-benchmark-cb290e283dc4f8b0b9b83963507831d11ba7b92c.tar.gz
Upgrade google-benchmark to 37177a84b7e8d33696ea1e1854513cb0de3b4dc3 am: 1c12faf75d
Original change: https://android-review.googlesource.com/c/platform/external/google-benchmark/+/1361218 Change-Id: I93b588e5cb8f35b4a64e9083557b47c4c6b1a9f9
Diffstat (limited to 'docs/tools.md')
-rw-r--r--docs/tools.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/tools.md b/docs/tools.md
index 4a3b2e9..f2d0c49 100644
--- a/docs/tools.md
+++ b/docs/tools.md
@@ -4,7 +4,11 @@
The `compare.py` can be used to compare the result of benchmarks.
-**NOTE**: the utility relies on the scipy package which can be installed using [these instructions](https://www.scipy.org/install.html).
+### Dependencies
+The utility relies on the [scipy](https://www.scipy.org) package which can be installed using pip:
+```bash
+pip3 install -r requirements.txt
+```
### Displaying aggregates only