Unwrap single string interpolation syntax
This commit is contained in:
parent
dc216add10
commit
480f516398
94 changed files with 276 additions and 276 deletions
|
|
@ -37,7 +37,7 @@ object BenchRunner {
|
|||
result.getParams.getParamsKeys.asScala.map(key => s"$key=${result.getParams.getParam(key)}").mkString("_")
|
||||
val score = result.getAggregatedResult.getPrimaryResult.getScore.round
|
||||
val unit = result.getAggregatedResult.getPrimaryResult.getScoreUnit
|
||||
s"\t${bench}_${params}\t$score\t$unit"
|
||||
s"\t${bench}_$params\t$score\t$unit"
|
||||
}
|
||||
|
||||
report.toList.sorted.foreach(println)
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ class SerializationFormatCacheBenchmark {
|
|||
Promise(),
|
||||
"Any",
|
||||
// request path is encoded in this string
|
||||
s"_user_region_shard${n % 100}_entitypretendid${n}"))
|
||||
s"_user_region_shard${n % 100}_entitypretendid$n"))
|
||||
|
||||
topLevelActorRefs = Array.tabulate(uniqueTopLevelRefs)(n => system.actorOf(Props.empty, s"actor_$n"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue