= all remove semicolons "bye-bye semicolon" (#24659)
This commit is contained in:
parent
6646eded2c
commit
97ca714d17
13 changed files with 29 additions and 29 deletions
|
|
@ -41,7 +41,7 @@ object BenchmarkFileReporter {
|
|||
Try("git describe".!!.trim).getOrElse("[unknown]")
|
||||
}
|
||||
val testResultFile: File = {
|
||||
val timestamp = formatter.format(LocalDateTime.ofInstant(Instant.now(), ZoneId.systemDefault()));
|
||||
val timestamp = formatter.format(LocalDateTime.ofInstant(Instant.now(), ZoneId.systemDefault()))
|
||||
val fileName = s"$timestamp-Artery-$testName-$gitCommit-results.txt"
|
||||
new File(targetDirectory, fileName)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ abstract class AeronStreamMaxThroughputSpec
|
|||
|
||||
val pool = new EnvelopeBufferPool(1024 * 1024, 128)
|
||||
|
||||
val cncByteBuffer = IoUtil.mapExistingFile(new File(driver.aeronDirectoryName, CncFileDescriptor.CNC_FILE), "cnc");
|
||||
val cncByteBuffer = IoUtil.mapExistingFile(new File(driver.aeronDirectoryName, CncFileDescriptor.CNC_FILE), "cnc")
|
||||
val stats =
|
||||
new AeronStat(AeronStat.mapCounters(cncByteBuffer))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue