chore: Remove ccompat.JavaConverters (#2234)
This commit is contained in:
parent
9b2853c730
commit
8254acc0e8
184 changed files with 237 additions and 278 deletions
|
|
@ -19,7 +19,7 @@ import org.openjdk.jmh.runner.options.CommandLineOptions
|
|||
|
||||
object BenchRunner {
|
||||
def main(args: Array[String]) = {
|
||||
import org.apache.pekko.util.ccompat.JavaConverters._
|
||||
import scala.jdk.CollectionConverters._
|
||||
|
||||
val args2 = args.toList.flatMap {
|
||||
case "quick" => "-i 1 -wi 1 -f1 -t1".split(" ").toList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue