Minor update.

This commit is contained in:
Daniel Lemire 2020-03-20 11:02:18 -04:00
parent 6cefeb338b
commit 293ec7aec5
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ a table-oriented output that can be conventiently parsed by other tools.
One can run tests and benchmarks using docker. It especially makes sense under Linux. A privileged access may be needed to get performance counters. One can run tests and benchmarks using docker. It especially makes sense under Linux. A privileged access may be needed to get performance counters.
``` ```
git clone https://github.com/lemire/simdjson.git git clone https://github.com/simdjson/simdjson.git
cd simdjson cd simdjson
docker build -t simdjson . docker build -t simdjson .
docker run --privileged -t simdjson docker run --privileged -t simdjson