mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -06:00
typo fixes
This commit is contained in:
parent
d2f302d02c
commit
20f7d05c9a
@ -54,7 +54,7 @@ public class S4JAdapterMetrics {
|
||||
this.executeTimer = s4jBaseOpDispenser.create().timer(
|
||||
"s4j_execute",
|
||||
MetricCategory.Driver,
|
||||
"S4j execut timer"
|
||||
"S4j execute timer"
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -91,7 +91,7 @@ public class ComponentActivityInstrumentation implements ActivityInstrumentation
|
||||
"cycles" + ComponentActivityInstrumentation.RESPONSE_TIME,
|
||||
hdrdigits,
|
||||
MetricCategory.Core,
|
||||
"response timer for a cycle, including all of bind, execut, result and result_success;" +
|
||||
"response timer for a cycle, including all of bind, execute, result and result_success;" +
|
||||
" response timers include scheduling delays which occur when an activity falls behind its target rate"
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user