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 2ea9234 commit 63fdb69Copy full SHA for 63fdb69
benchmarks/src/main/scala/io/udash/rest/RestApi.scala
@@ -40,6 +40,7 @@ private object RestApi {
40
@OutputTimeUnit(TimeUnit.SECONDS)
41
@BenchmarkMode(Array(Mode.Throughput))
42
@State(Scope.Thread)
43
+@Fork(1)
44
class RestApi {
45
implicit def scheduler: Scheduler = Scheduler.global
46
benchmarks/src/main/scala/io/udash/rest/StreamingRestApi.scala
@@ -65,6 +65,7 @@ private object StreamingRestApi {
65
66
67
68
69
class StreamingRestApi {
70
71
private final val (impl, proxy) = StreamingRestApi.creteApiProxy()
0 commit comments