Skip to content

Commit

Permalink
CHANGELOG 修改
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed May 20, 2020
1 parent 631eead commit 171e8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ This [stalker](https://github.com/blinkfox/stalker) library is open sourced unde

- v1.1.1 New statistical index of throughput (2020-05-20)
- New statistical index of throughput;
- v1.1.0 fixes the limitation when creating too many threads (2020-05-14)
- v1.1.0 Added the function of getting return results after running (2020-05-14)
- Added the ability to output results in `MeasureOutput`, and the default run method will also return its results;
  - Added `runStatis` method, you can get the original statistical result data;
- v1.0.1 Fix the limitation problem when too many threads created (2019-09-14)
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Assert.assertFaster(Options.of(),

- v1.1.1 新增了吞吐量的统计指标 (2020-05-20)
- 新增了吞吐量的统计指标;
- v1.1.0 修复线程创建过多时的限制问题 (2020-05-14)
- v1.1.0 新增了运行后可以获取返回结果的功能 (2020-05-14)
- 新增了 `MeasureOutput` 中可输出结果的功能,且默认的 run 方法,也会返回其结果;
- 新增了 `runStatis` 方法,可以拿到原始的统计结果数据;
- v1.0.1 修复线程创建过多时的限制问题 (2019-09-14)
Expand Down

0 comments on commit 171e8fe

Please sign in to comment.