Skip to content

Commit

Permalink
Merge pull request #556 from jeremyandrews/v0.17.1
Browse files Browse the repository at this point in the history
tag 0.17.1 release
  • Loading branch information
jeremyandrews committed Aug 17, 2023
2 parents 29cccbe + 4cf0651 commit 4bcf52e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.17.1-dev
## 0.17.1 August 17, 2023
- [#543](https://github.com/tag1consulting/goose/pull/543) remove external dependency on num_cpus(), use instead built-in available_parallelism() added in rust 1.59.0
- [#552](https://github.com/tag1consulting/goose/pull/552) add `scenario_index`, `scenario_name`, `transaction_index` and `transaction_name` to the request log
- [#553](https://github.com/tag1consulting/goose/pull/553) remove `serde_cbor` dependency no longer required due to [#529]
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.17.1-dev"
version = "0.17.1"
authors = ["Jeremy Andrews <jeremy@tag1consulting.com>"]
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.17.0 controller commands:
goose 0.17.1 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.17.0
goose v0.17.1
------------------------------------------------------------------------------
```
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.17.0
Downloaded goose v0.17.1
...
Compiling goose v0.17.0
Compiling goose v0.17.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
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.17.0 (~/goose)
Compiling goose v0.17.1 (~/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.17.0
goose v0.17.1
------------------------------------------------------------------------------
```

Expand Down
2 changes: 1 addition & 1 deletion src/docs/goose-book/src/getting-started/scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Or, to run only the "Anonymous Spanish user" and "Admin user" Scenarios, you cou

```bash,ignore
% cargo run --release --example umami -- --hatch-rate 10 --scenarios "spanish,admin"
Compiling goose v0.17.0 (/Users/jandrews/devel/goose)
Compiling goose v0.17.1 (/Users/jandrews/devel/goose)
Finished release [optimized] target(s) in 11.79s
Running `target/release/examples/umami --hatch-rate 10 --scenarios spanish,admin`
05:53:45 [INFO] Output verbosity level: INFO
Expand Down

0 comments on commit 4bcf52e

Please sign in to comment.