format source with scalafmt, #26511
This commit is contained in:
parent
2ba9b988df
commit
75579bed17
779 changed files with 15729 additions and 13096 deletions
|
|
@ -83,12 +83,14 @@ class PerformanceSpec extends MultiNodeSpec(PerformanceSpec) with STMultiNodeSpe
|
|||
enterBarrier(from.name + "-joined")
|
||||
}
|
||||
|
||||
def repeat(description: String,
|
||||
keys: Iterable[ORSetKey[Int]],
|
||||
n: Int,
|
||||
expectedAfterReplication: Option[Set[Int]] = None,
|
||||
oneByOne: Boolean = false)(block: (ORSetKey[Int], Int, ActorRef) => Unit,
|
||||
afterEachKey: ORSetKey[Int] => Unit = _ => ()): Unit = {
|
||||
def repeat(
|
||||
description: String,
|
||||
keys: Iterable[ORSetKey[Int]],
|
||||
n: Int,
|
||||
expectedAfterReplication: Option[Set[Int]] = None,
|
||||
oneByOne: Boolean = false)(
|
||||
block: (ORSetKey[Int], Int, ActorRef) => Unit,
|
||||
afterEachKey: ORSetKey[Int] => Unit = _ => ()): Unit = {
|
||||
|
||||
keys.foreach { key =>
|
||||
val startTime = System.nanoTime()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue