From fa2dd83b51ba41b8180d32f677c8ec45b372a4b9 Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Sat, 25 Feb 2017 18:45:49 +0100 Subject: [PATCH] Fixed usage example to include CPU timing results (they go to stderr by default) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56da6a9..8819380 100644 --- a/README.md +++ b/README.md @@ -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 ```