From 171e8fe22d6986e04363e46f57fde7c1ed6496d5 Mon Sep 17 00:00:00 2001 From: blinkfox Date: Wed, 20 May 2020 23:37:45 +0800 Subject: [PATCH] =?UTF-8?q?CHANGELOG=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 990d9fe..4fc75c9 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_CN.md b/README_CN.md index 479d896..9254e27 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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)