Skip to content

Commit 3c23aff

Browse files
Merge pull request tag1consulting#369 from jeremyandrews/v0.14.1
release 0.14.1
2 parents 3db41cf + b51913b commit 3c23aff

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CHANGELOG.md

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

3-
## 0.14.1-dev
3+
## 0.14.1 October 13, 2021
44
- [#364](https://github.com/tag1consulting/goose/pull/364) add link from the [Developer Documentation](https://docs.rs/goose) to [The Git Book](https://book.goose.rs)
5-
- [#368](https://github.com/tag1consulting/goose/pull/368) optimize fastpath if no delay between tasks
5+
- [#368](https://github.com/tag1consulting/goose/pull/368) **fix performance regression**: optimize fastpath if no delay between tasks
66

77
## 0.14.0 September 15, 2021
88
- [#361](https://github.com/tag1consulting/goose/pull/361) convert `README.md` (and enhance) into [`The Goose Book`](https://book.goose.rs/)

Cargo.toml

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

src/docs/goose-book/src/controller/telnet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Trying 127.0.0.1...
1111
Connected to localhost.
1212
Escape character is '^]'.
1313
goose> ?
14-
goose 0.14.0 controller commands:
14+
goose 0.14.1 controller commands:
1515
help (?) this help
1616
exit (quit) exit controller
1717
start start an idle load test

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ At this point it's possible to compile all dependencies, though the resulting bi
2020
```bash
2121
$ cargo run
2222
Updating crates.io index
23-
Downloaded goose v0.14.0
23+
Downloaded goose v0.14.1
2424
...
25-
Compiling goose v0.14.0
25+
Compiling goose v0.14.1
2626
Compiling loadtest v0.1.0 (/home/jandrews/devel/rust/loadtest)
2727
Finished dev [unoptimized + debuginfo] target(s) in 52.97s
2828
Running `target/debug/loadtest`

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ All 1024 users hatched.
9999
Running: 2021-08-12 10:55:42 - 2021-08-12 11:05:09 (duration: 00:10:00)
100100
Stopping: 2021-08-12 11:05:09 - 2021-08-12 11:05:11 (duration: 00:00:02)
101101

102-
goose v0.14.0
102+
goose v0.14.1
103103
------------------------------------------------------------------------------
104104
```
105105

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
//! During: 2021-08-12 15:42:31 - 2021-08-12 15:43:02 (duration: 00:00:30)
414414
//! Stopping: 2021-08-12 15:43:02 - 2021-08-12 15:43:02 (duration: 00:00:00)
415415
//!
416-
//! goose v0.14.0
416+
//! goose v0.14.1
417417
//! ------------------------------------------------------------------------------
418418
//! ```
419419
//!

0 commit comments

Comments
 (0)