Skip to content

Commit

Permalink
fix typo (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Mar 17, 2022
1 parent b85ee96 commit 0144f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async\_simple是阿里巴巴开源的轻量级C++异步框架。提供了基于C

# 准备环境

sync\_simple 涉及 C++20 协程,对编译器版本有较高要求。需要 clang11 或 gcc10 及其以上版本。编译运行测试需要 gtest。需要 libaio 的功能的需要依赖 libaio。
async\_simple 涉及 C++20 协程,对编译器版本有较高要求。需要 clang11 或 gcc10 及其以上版本。编译运行测试需要 gtest。需要 libaio 的功能的需要依赖 libaio。

## Debian/Ubuntu系列

Expand Down

1 comment on commit 0144f11

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C++ Benchmark

Benchmark suite Current: 0144f11 Previous: b85ee96 Ratio
Future_chain 32558172.049999997 ns/iter 32599057.96000055 ns/iter 1.00
Future_collectAll 60219596.40540561 ns/iter 61944316.02702597 ns/iter 0.97
async_simple_Lazy_chain 23972.09847075842 ns/iter 23834.208026459994 ns/iter 1.01
async_simple_Lazy_collectAll 8954977.571428506 ns/iter 14296701.40816356 ns/iter 0.63
RescheduleLazy_chain 53815.80705969768 ns/iter 54178.71535588907 ns/iter 0.99
RescheduleLazy_collectAll 30526755.0100001 ns/iter 31691736.839999862 ns/iter 0.96
Uthread_switch 131986593.16666786 ns/iter 135996656.9999967 ns/iter 0.97
Uthread_async 136568608.8571465 ns/iter 136572310.42857835 ns/iter 1.00
Uthread_await 132530558.00000116 ns/iter 140004858.7142838 ns/iter 0.95
Uthread_collectAll 43595764.38461542 ns/iter 44513385.806451865 ns/iter 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.