-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Release rlt version 0.1.1-rc.1
Signed-off-by: Wenxuan Zhang <wenxuangm@gmail.com>
- Loading branch information
Showing
3 changed files
with
147 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.1.1-rc.1] - 2024-04-14 | ||
|
||
### 🚀 Features | ||
|
||
- Add debug derive to BenchCli (#7) | ||
- Implement logical clock (#6) | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fix panic when the receiver is dropped #2 | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Remove spaces in tui title | ||
- Use git-cliff to generate changlog (#8) | ||
- Release rlt version 0.1.1-rc.1 | ||
|
||
## [0.1.1-alpha.6] - 2024-04-12 | ||
|
||
### 🚀 Features | ||
|
||
- Add log framework | ||
|
||
### 🚜 Refactor | ||
|
||
- Make log feature optional | ||
- Simplify key event handling for log win | ||
- Remove unnecessary log messages | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Release rlt version 0.1.1-alpha.6 | ||
|
||
## [0.1.1-alpha.5] - 2024-04-06 | ||
|
||
### 📚 Documentation | ||
|
||
- Update description | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Release rlt version 0.1.1-alpha.5 | ||
|
||
## [0.1.1-alpha.4] - 2024-04-06 | ||
|
||
### 📚 Documentation | ||
|
||
- Update description | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Release rlt version 0.1.1-alpha.4 | ||
|
||
## [0.1.1-alpha.3] - 2024-04-05 | ||
|
||
### 🚀 Features | ||
|
||
- Add postgres example | ||
|
||
### 🚜 Refactor | ||
|
||
- Simplify the cli interface | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Release rlt version 0.1.1-alpha.3 | ||
|
||
## [0.1.1-alpha.2] - 2024-04-05 | ||
|
||
### 🚀 Features | ||
|
||
- Add simple example | ||
- Add StatelessBenchSuite trait | ||
- Make runner state mutable | ||
- Improve time unit display in tui | ||
- Improve the tui and text reporter output | ||
- Change the separator of the histogram | ||
- Add worker_id to BenchSuite::state() | ||
- Add setup and teardown hooks to BenchSuite | ||
- Remove rand dependency | ||
- Change the signature of `teardown` method | ||
- Add http_reqwest example | ||
- Add http feature | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fix auto time window selection | ||
- Fix indent for text reporter | ||
- Fix hang in case iterations reached first | ||
- Make sure all tasks are joined | ||
|
||
### 🚜 Refactor | ||
|
||
- Rename UnknownError status | ||
- Remove unnecessary init function | ||
- Rename example | ||
- Update summary format for text reporter | ||
- Use JoinSet instead of Vec<JoinHandle> | ||
- Rename RunnerState to WorkerInfo | ||
- Remove init method from BenchSuite | ||
- Avoid extra newline in text reporter | ||
- Rename | ||
|
||
### 📚 Documentation | ||
|
||
- Update README.md | ||
- Add docs for the CLI module | ||
- Add more docs | ||
- Add `no_run` mark | ||
- Update README.md | ||
- Improve README.md | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Release rlt version 0.1.1-alpha.2 | ||
|
||
## [0.1.1-alpha.1] - 2024-03-26 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fix hang when canceling a paused bench | ||
|
||
### 🚜 Refactor | ||
|
||
- Update module visibility | ||
|
||
### 📚 Documentation | ||
|
||
- Update readme | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Add rustfmt config file | ||
- Setup | ||
- Update rustfmt & rust-toolchain | ||
- Simplify workflows | ||
- Remove unused dependency | ||
- Disable minimal version check | ||
- Release rlt version 0.1.1-alpha.1 | ||
|
||
<!-- generated by git-cliff --> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters