MCPcopy Index your code
hub / github.com/ReactiveX/RxJava / setup

Method setup

src/jmh/java/io/reactivex/rxjava3/core/StrictPerf.java:38–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 Flowable<Integer> source;
37
38 @Setup
39 public void setup() {
40 Integer[] array = new Integer[count];
41 Arrays.fill(array, 777);
42
43 source = Flowable.fromArray(array);
44 }
45
46 @Benchmark
47 public void internal(Blackhole bh) {

Callers

nothing calls this directly

Calls 1

fromArrayMethod · 0.95

Tested by

no test coverage detected