Fixed usage example to include CPU timing results (they go to stderr by default)

This commit is contained in:
Nils Steinger 2017-02-25 18:45:49 +01:00
parent 915f724d2d
commit fa2dd83b51
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ Usage example
-------------
```
(curl bench.wget.racing | bash; curl bench.wget.racing | bash) | tee nench.log
(curl -s bench.wget.racing | bash; curl -s bench.wget.racing | bash) 2>&1 | tee nench.log
```