NO-JIRA update perf journal wording to be consistent

This commit is contained in:
Justin Bertram 2023-12-19 11:06:08 -06:00 committed by GitHub
parent 59b9997c10
commit 9b76574de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class PerfJournal extends OptionalLocking {
String writesPerMillisecondStr = new DecimalFormat("###.##").format(writesPerMillisecond);
context.out.println("Your system can execute " + writesPerMillisecondStr + " syncs per millisecond");
context.out.println("Your system can execute " + writesPerMillisecondStr + " writes per millisecond");
context.out.println("Your journal-buffer-timeout should be:" + nanosecondsWait);
context.out.println("You should use this following configuration:");
context.out.println();