=str Deprecate statefulMapConcat operator.

This commit is contained in:
He-Pin 2023-09-01 22:48:40 +08:00 committed by kerr
parent 78644856a2
commit 8d2141a5c9
10 changed files with 46 additions and 0 deletions

View file

@ -30,6 +30,8 @@ import org.apache.pekko
import pekko.actor.ActorSystem
import pekko.stream.scaladsl._
import scala.annotation.nowarn
object ZipWithIndexBenchmark {
final val OperationsPerInvocation = 100000
}
@ -37,6 +39,7 @@ object ZipWithIndexBenchmark {
@State(Scope.Benchmark)
@OutputTimeUnit(TimeUnit.SECONDS)
@BenchmarkMode(Array(Mode.Throughput))
@nowarn("msg=deprecated")
class ZipWithIndexBenchmark {
import ZipWithIndexBenchmark._