Skip to content

Commit 2479ed1

Browse files
Merge pull request #485 from jeremyandrews/v0.16.2
release 0.16.2
2 parents 0718b24 + b4e4529 commit 2479ed1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.16.2-dev
3+
## 0.16.2 May 20, 2022
44
- [#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`)
55
- [#483](https://github.com/tag1consulting/goose/pull/483) remove duplicate help (-h) output
66

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "goose"
3-
version = "0.16.2-dev"
3+
version = "0.16.2"
44
authors = ["Jeremy Andrews <jeremy@tag1consulting.com>"]
55
edition = "2018"
66
description = "A load testing framework inspired by Locust."

src/docs/goose-book/src/getting-started/creating.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ At this point it's possible to compile all dependencies, though the resulting bi
2323
```bash
2424
$ cargo run
2525
Updating crates.io index
26-
Downloaded goose v0.16.1
26+
Downloaded goose v0.16.2
2727
...
28-
Compiling goose v0.16.1
28+
Compiling goose v0.16.2
2929
Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest)
3030
Finished dev [unoptimized + debuginfo] target(s) in 52.97s
3131
Running `target/debug/loadtest`

src/docs/goose-book/src/getting-started/metrics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this case, the [Drupal Umami demo](https://www.drupal.org/docs/umami-drupal-d
77
## ASCII metrics
88
```bash
99
% cargo run --release --example umami -- --host http://umami.ddev.site/ -u9 -r3 -t1m --no-reset-metrics --report-file report.html
10-
Compiling goose v0.16.2-dev (~/goose)
10+
Compiling goose v0.16.2 (~/goose)
1111
Finished release [optimized] target(s) in 11.88s
1212
Running `target/release/examples/umami --host 'http://umami.ddev.site/' -u9 -r3 -t1m --no-reset-metrics --report-file report.html`
1313
05:09:05 [INFO] Output verbosity level: INFO
@@ -285,7 +285,7 @@ All 9 users hatched.
285285
Decreasing: 2022-05-17 07:10:08 - 2022-05-17 07:10:08 (00:00:00, 0 <- 9)
286286

287287
Target host: http://umami.ddev.site/
288-
goose v0.16.2-dev
288+
goose v0.16.2
289289
------------------------------------------------------------------------------
290290
```
291291

0 commit comments

Comments
 (0)