We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d11a55 commit 392238fCopy full SHA for 392238f
rxjava-core/src/test/java/rx/subjects/SubjectPerformanceTests.java
@@ -115,6 +115,14 @@ public long baseline() {
115
* Run: 12 - 16,158,874 ops/sec
116
* Run: 13 - 16,209,504 ops/sec
117
* 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
126
*/
127
public long unboundedReplaySubject() {
128
ReplaySubject<Long> s = ReplaySubject.create();
0 commit comments