From b4e4529301e3c77ea3f4885a84bb53fd4fbe1fac Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Fri, 20 May 2022 06:56:13 +0200 Subject: [PATCH] release 0.16.2 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- src/docs/goose-book/src/getting-started/creating.md | 4 ++-- src/docs/goose-book/src/getting-started/metrics.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc941b7..e627eb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.16.2-dev +## 0.16.2 May 20, 2022 - [#477](https://github.com/tag1consulting/goose/pull/477) introduce `--iterations` (and `GooseDefault::Iterations`) which configures each GooseUser to run a configurable number of iterations of the assigned Scenario then exit; introduces Scenario metrics which can be disabled with `--no-scenario-metrics` (`GooseDefault::NoScenarioMetrics`); introduces `--scenario-log` and `--scenario-format` (and `GooseDefault::ScenarioLog` and `GooseDefault::ScenarioFormat`) - [#483](https://github.com/tag1consulting/goose/pull/483) remove duplicate help (-h) output diff --git a/Cargo.toml b/Cargo.toml index 59972ea4..b83dd608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "goose" -version = "0.16.2-dev" +version = "0.16.2" authors = ["Jeremy Andrews "] edition = "2018" description = "A load testing framework inspired by Locust." diff --git a/src/docs/goose-book/src/getting-started/creating.md b/src/docs/goose-book/src/getting-started/creating.md index eacdb213..ac7bec3a 100644 --- a/src/docs/goose-book/src/getting-started/creating.md +++ b/src/docs/goose-book/src/getting-started/creating.md @@ -23,9 +23,9 @@ At this point it's possible to compile all dependencies, though the resulting bi ```bash $ cargo run Updating crates.io index - Downloaded goose v0.16.1 + Downloaded goose v0.16.2 ... - Compiling goose v0.16.1 + Compiling goose v0.16.2 Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest) Finished dev [unoptimized + debuginfo] target(s) in 52.97s Running `target/debug/loadtest` diff --git a/src/docs/goose-book/src/getting-started/metrics.md b/src/docs/goose-book/src/getting-started/metrics.md index 5e0c5ffc..08f23305 100644 --- a/src/docs/goose-book/src/getting-started/metrics.md +++ b/src/docs/goose-book/src/getting-started/metrics.md @@ -7,7 +7,7 @@ In this case, the [Drupal Umami demo](https://www.drupal.org/docs/umami-drupal-d ## ASCII metrics ```bash % cargo run --release --example umami -- --host http://umami.ddev.site/ -u9 -r3 -t1m --no-reset-metrics --report-file report.html - Compiling goose v0.16.2-dev (~/goose) + Compiling goose v0.16.2 (~/goose) Finished release [optimized] target(s) in 11.88s Running `target/release/examples/umami --host 'http://umami.ddev.site/' -u9 -r3 -t1m --no-reset-metrics --report-file report.html` 05:09:05 [INFO] Output verbosity level: INFO @@ -285,7 +285,7 @@ All 9 users hatched. Decreasing: 2022-05-17 07:10:08 - 2022-05-17 07:10:08 (00:00:00, 0 <- 9) Target host: http://umami.ddev.site/ - goose v0.16.2-dev + goose v0.16.2 ------------------------------------------------------------------------------ ```