Skip to content

Commit

Permalink
Merge pull request #508 from jeremyandrews/r0.16.3
Browse files Browse the repository at this point in the history
release 0.16.3
  • Loading branch information
jeremyandrews authored Jul 17, 2022
2 parents be70e33 + e7d6baf commit 5c1bce5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.16.3-dev
## 0.16.3 July 17, 2022
- [#498](https://github.com/tag1consulting/goose/issues/498) ignore `GooseDefault::Host` if set to an empty string
- [#487](https://github.com/tag1consulting/goose/pull/487) add dev-dependency on (nix)[https://docs.rs/nix] to provide test coverage confirming proper shutdown from SIGINT (ctrl-c); capture ctrl-c in a lazy_static wrapped in a RwLock so it can be reset
- [#489](https://github.com/tag1consulting/goose/pull/489) don't panic when writing report file and shutting down with controller
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "goose"
version = "0.16.3-dev"
version = "0.16.3"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "A load testing framework inspired by Locust."
Expand Down
4 changes: 2 additions & 2 deletions src/docs/goose-book/src/controller/telnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
goose> ?
goose 0.16.1 controller commands:
goose 0.16.3 controller commands:
help this help
exit exit controller

Expand Down Expand Up @@ -110,6 +110,6 @@ The above commands are also summarized in the metrics overview:
Canceling: 2022-05-05 07:11:13 - 2022-05-05 07:11:13 (00:00:00, 0 <- 20)

Target host: https://umami.ddev.site/
goose v0.16.1
goose v0.16.3
------------------------------------------------------------------------------
```
4 changes: 2 additions & 2 deletions src/docs/goose-book/src/getting-started/creating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
Downloaded goose v0.16.3
...
Compiling goose v0.16.2
Compiling goose v0.16.3
Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest)
Finished dev [unoptimized + debuginfo] target(s) in 52.97s
Running `target/debug/loadtest`
Expand Down
4 changes: 2 additions & 2 deletions src/docs/goose-book/src/getting-started/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (~/goose)
Compiling goose v0.16.3 (~/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
Expand Down Expand Up @@ -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
goose v0.16.3
------------------------------------------------------------------------------
```

Expand Down

0 comments on commit 5c1bce5

Please sign in to comment.