-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementing start_switch_fiber and finish_switch_fiber for uthread t…
…o enable address sanitizer
- Loading branch information
Showing
5 changed files
with
84 additions
and
7 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
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
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
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
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
d08581c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.50
.async_simple_Lazy_collectAll
14341232.744681185
ns/iter9472943.986486448
ns/iter1.51
Uthread_read_diff_size_bench/256/iterations:3
96029548.99999835
ns/iter27697850.666659936
ns/iter3.47
Uthread_read_diff_size_bench/1024/iterations:3
236130653.6666632
ns/iter96815727.0000063
ns/iter2.44
Uthread_same_read_bench/32/iterations:3
3635312.000000112
ns/iter811566.9999995134
ns/iter4.48
Uthread_same_read_bench/128/iterations:3
4537731.666677776
ns/iter2812668.3333293083
ns/iter1.61
ThreadPool_noWorkSteal
9905392726.000002
ns/iter4576536926.000017
ns/iter2.16
Lazy_read_diff_size_bench/32/iterations:3
10099220.333340025
ns/iter6148637.333334743
ns/iter1.64
Lazy_read_diff_size_bench/128/iterations:3
35608377.666657515
ns/iter18579045.999994528
ns/iter1.92
Lazy_read_diff_size_bench/256/iterations:3
76987514.66667394
ns/iter47959899.33333544
ns/iter1.61
Lazy_read_diff_size_bench/2048/iterations:3
632088961.3333331
ns/iter363930783.0000007
ns/iter1.74
Lazy_same_read_bench/128/iterations:3
1989210.3333252938
ns/iter1203367.3333367764
ns/iter1.65
Lazy_same_read_bench/2048/iterations:3
37872063.999998316
ns/iter20880180.999995444
ns/iter1.81
Uthread_call_depth_bench/1/iterations:3
2366.6666682705304
ns/iter1533.3333275672583
ns/iter1.54
Uthread_call_depth_bench/2/iterations:3
2133.333339315868
ns/iter1133.3333323667223
ns/iter1.88
Uthread_call_depth_bench/16/iterations:3
2133.333339315868
ns/iter1166.6666637211165
ns/iter1.83
Uthread_call_depth_bench/32/iterations:3
2200.0000020246566
ns/iter1066.666669657934
ns/iter2.06
Uthread_call_depth_bench/64/iterations:3
2499.9999936881068
ns/iter1100.0000010123283
ns/iter2.27
Uthread_call_depth_bench/256/iterations:3
2733.6666524509687
ns/iter999.9999974752427
ns/iter2.73
Uthread_call_depth_bench/512/iterations:3
2833.6666749358606
ns/iter1299.999998612596
ns/iter2.18
Lazy_call_depth_bench/8/iterations:3
5066.999998841008
ns/iter2566.666665870798
ns/iter1.97
Lazy_call_depth_bench/16/iterations:3
6099.999988388542
ns/iter2666.6666599339806
ns/iter2.29
Lazy_call_depth_bench/32/iterations:3
7500.000000012126
ns/iter3333.3333249174757
ns/iter2.25
Lazy_call_depth_bench/64/iterations:3
11500.333338669103
ns/iter6333.333326817107
ns/iter1.82
Lazy_call_depth_bench/128/iterations:3
18500.33333994361
ns/iter9433.333332253824
ns/iter1.96
Lazy_call_depth_bench/256/iterations:3
33633.99999519364
ns/iter15799.999999899228
ns/iter2.13
Lazy_call_depth_bench/512/iterations:3
50900.99998975953
ns/iter26566.666662120042
ns/iter1.92
Lazy_call_depth_bench/1024/iterations:3
113868.9999985824
ns/iter50700.000002734676
ns/iter2.25
Lazy_call_depth_bench/2048/iterations:3
238238.66666816684
ns/iter103233.33333417395
ns/iter2.31
This comment was automatically generated by workflow using github-action-benchmark.