fix: concurrent map writes in load testing

This commit is contained in:
debugtalk
2021-12-30 13:14:57 +08:00
parent 3b49d7a5fc
commit 345f8c0038
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
# Release History
## v0.3.0 (2021-12-22)
## v0.4.0 (2021-12-30)
- fix: concurrent map writes in load testing
## v0.3.0 (2021-12-24)
- feat: implement `transaction` mechanism for load test
- feat: continue running next step when failure occurs with `--continue-on-failure` flag, default to failfast