diff options
author | Michael Pratt <mpratt@google.com> | 2021-01-13 09:49:01 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-13 09:51:38 -0800 |
commit | aab7d75bd8b7bf1b7f9e58d3d104a9e225918c30 (patch) | |
tree | 867179c7b82f95e90524da58099806b6f3b8e450 /test | |
parent | e4d8f55cef1aa0b6b48dec5a20fe6e480d70d0a0 (diff) |
Fix minor typos
PiperOrigin-RevId: 351606635
Diffstat (limited to 'test')
-rw-r--r-- | test/benchmarks/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/benchmarks/README.md b/test/benchmarks/README.md index 1bfb4a129..241c7a6e0 100644 --- a/test/benchmarks/README.md +++ b/test/benchmarks/README.md @@ -18,7 +18,7 @@ From the root directory: * Download images: `make load-all-images` * Install runsc suitable for benchmarking, which should probably not have - strace or debug logs enabled. For example:`make configure RUNTIME=myrunsc + strace or debug logs enabled. For example: `make configure RUNTIME=myrunsc ARGS=--platform=kvm`. * Restart docker: `sudo service docker restart` @@ -46,7 +46,7 @@ Given the runtime above runtime `myrunsc`, run benchmarks with the following: ``` make sudo TARGETS=//path/to:target ARGS="--runtime=myrunsc -test.v \ - -test.bench=." OPTIONS="-c opt + -test.bench=." OPTIONS="-c opt" ``` For example, to run only the Iperf tests: |