forked from ReactiveX/RxJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue ReactiveX#12 CAS with back-off benchmark
- Loading branch information
1 parent
eb47a8e
commit 7fb310c
Showing
3 changed files
with
67 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Benchmark Mode Cnt Score Error Units | ||
RateLimiterBenchmark.atomic thrpt 10 8.016 ± 0.327 ops/us | ||
RateLimiterBenchmark.atomicBackOf thrpt 10 14.104 ± 0.097 ops/us | ||
RateLimiterBenchmark.atomicPermission thrpt 10 7.429 ± 0.299 ops/us | ||
RateLimiterBenchmark.mutex thrpt 10 7.520 ± 0.304 ops/us | ||
RateLimiterBenchmark.semaphoreBasedPermission thrpt 10 17.923 ± 6.043 ops/us |
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