Skip to content

Commit 392238f

Browse files
Comments on Performance Increase
1 parent 6d11a55 commit 392238f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rxjava-core/src/test/java/rx/subjects/SubjectPerformanceTests.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ public long baseline() {
115115
* Run: 12 - 16,158,874 ops/sec
116116
* Run: 13 - 16,209,504 ops/sec
117117
* Run: 14 - 16,151,174 ops/sec
118+
*
119+
* Map to Arrays and other enhancements from https://github.com/Netflix/RxJava/pull/652
120+
*
121+
* Run: 10 - 54,231,405 ops/sec
122+
* Run: 11 - 56,239,490 ops/sec
123+
* Run: 12 - 55,424,384 ops/sec
124+
* Run: 13 - 56,370,421 ops/sec
125+
* Run: 14 - 56,617,767 ops/sec
118126
*/
119127
public long unboundedReplaySubject() {
120128
ReplaySubject<Long> s = ReplaySubject.create();

0 commit comments

Comments
 (0)