Skip to content

Commit

Permalink
NO-JIRA update perf journal wording to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jbertram committed Dec 19, 2023
1 parent 59b9997 commit 9b76574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public Object execute(ActionContext context) throws Exception {

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();
Expand Down

0 comments on commit 9b76574

Please sign in to comment.