Build akka-bench-jmh with scala3 (#30682)
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
This commit is contained in:
parent
d20ebf8c78
commit
4fe93e85bb
2 changed files with 2 additions and 1 deletions
1
.github/workflows/scala3-build.yml
vendored
1
.github/workflows/scala3-build.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
||||||
command:
|
command:
|
||||||
- akka-testkit/test akka-actor-tests/test
|
- akka-testkit/test akka-actor-tests/test
|
||||||
- akka-actor-testkit-typed/test akka-actor-typed-tests/test
|
- akka-actor-testkit-typed/test akka-actor-typed-tests/test
|
||||||
|
- akka-bench-jmh/test
|
||||||
- akka-cluster/Test/compile akka-cluster-tools/test akka-distributed-data/test
|
- akka-cluster/Test/compile akka-cluster-tools/test akka-distributed-data/test
|
||||||
- akka-coordination/test
|
- akka-coordination/test
|
||||||
- akka-discovery/test
|
- akka-discovery/test
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ class TypedActorBenchmark {
|
||||||
@Benchmark
|
@Benchmark
|
||||||
@OperationsPerInvocation(totalMessages)
|
@OperationsPerInvocation(totalMessages)
|
||||||
def echo(): Unit = {
|
def echo(): Unit = {
|
||||||
Await.result(system.ask(Start), timeout)
|
Await.result(system.ask(Start(_)), timeout)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue