=str Deprecate statefulMapConcat operator.
This commit is contained in:
parent
78644856a2
commit
8d2141a5c9
10 changed files with 46 additions and 0 deletions
|
|
@ -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._
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue