Skip to content

Commit

Permalink
Merge pull request #475 from jeremyandrews/v0.16.1
Browse files Browse the repository at this point in the history
release 0.16.1
  • Loading branch information
jeremyandrews authored May 12, 2022
2 parents 3ced8bd + 362e36d commit 67fe1e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1-dev
## 0.16.1 May 12, 2022
- [#464](https://github.com/tag1consulting/goose/pull/464) add `startuptime` (and `startup_time`) TIME to controllers, setting how long the load test should spend starting configured number of users
- [#469](https://github.com/tag1consulting/goose/pull/469) support `users` INT command on controllers during a running load test
- [#473](https://github.com/tag1consulting/goose/pull/473) introduce `test-plan PLAN` command allowing configuration of test plan with the controller during running and idle load tests
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.1-dev"
version = "0.16.1"
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/getting-started/creating.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,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.0
Downloaded goose v0.16.1
...
Compiling goose v0.16.0
Compiling goose v0.16.1
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
2 changes: 1 addition & 1 deletion src/docs/goose-book/src/getting-started/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ All 9 users hatched.
Decreasing: 2022-04-28 10:22:34 - 2022-04-28 10:22:34 (00:00:00, 0 <- 9)

Target host: http://umami.ddev.site/
goose v0.16.0
goose v0.16.1
------------------------------------------------------------------------------
```

Expand Down

0 comments on commit 67fe1e0

Please sign in to comment.