Skip to content

Commit

Permalink
tag 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews committed Jun 5, 2020
1 parent b9aa697 commit 38f154f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## 0.7.3-dev
## 0.7.3 June 5, 2020
- move client out of GooseClient into global GooseClientState
- introduce `test_start_task` and `test_stop_task` allowing global setup and teardown
- don't panic if a load test doesn't define any normal tasks
- pass immutable GooseClient to tasks
- integrate httpmock into testing load test

## 0.7.2 June 1, 2020
- don't shuffle order of weighted task sets when launching clients
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.7.3-dev"
version = "0.7.3"
authors = ["Jeremy Andrews <[email protected]>"]
edition = "2018"
description = "A load testing tool inspired by Locust."
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ resulting binary only displays "Hello, world!":
```
$ cargo run
Updating crates.io index
Downloaded goose v0.7.2
Downloaded goose v0.7.3
...
Compiling goose v0.7.2
Compiling goose v0.7.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 Expand Up @@ -165,7 +165,7 @@ load tests. For example, pass the `-h` flag to the `simple` example,
`cargo run --example simple -- -h`:

```
client 0.7.2
client 0.7.3
CLI options available when launching a Goose loadtest
USAGE:
Expand Down

0 comments on commit 38f154f

Please sign in to comment.