cmd/bent: minor README clarifications Change-Id: I8005319e245f52cc0d0b8a20ba8221721180ddb8 Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/404035 Reviewed-by: David Chase <drchase@google.com>
diff --git a/cmd/bent/README.md b/cmd/bent/README.md index 213e5db..0b7e8e5 100644 --- a/cmd/bent/README.md +++ b/cmd/bent/README.md
@@ -5,7 +5,9 @@ a mess on the benchmark-running machine. Installation: -```go get github.com/dr2chase/bent``` +``` +go install golang.org/x/benchmarks/cmd/bent@latest +``` Depends on burntsushi/toml, and expects that Docker is installed and available on the command line. You can avoid the need for Docker with the `-U` command line flag, if you're okay with running benchmarks outside containers. @@ -23,7 +25,7 @@ bent -I cp configurations-sample.toml configurations.toml nano configurations.toml # or use your favorite editor -bent -v # will run default set of ~50 benchmarks using supplied configuration(s) +bent -v -N 10 # will run default set of ~50 benchmarks 10 times using supplied configuration(s) ``` Bent now comes with several shell scripts to automate common uses.