Skip to content

Commit 1b71127

Browse files
committed
spell check
1 parent 6fc00bf commit 1b71127

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/metrics.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ loadgen.soroban.setup_invoke | meter | loadgenerator: soroban s
7878
loadgen.soroban.setup_upgrade | meter | loadgenerator: soroban setup upgrades TXs submitted
7979
loadgen.soroban.upload | meter | loadgenerator: soroban upload TXs submitted
8080
loadgen.step.count | meter | loadgenerator: generated some transactions
81-
loadgen.step.submit | timer | loadgenerator: time spent submiting transactions per step
81+
loadgen.step.submit | timer | loadgenerator: time spent submitting transactions per step
8282
loadgen.txn.attempted | meter | loadgenerator: transaction submitted
8383
loadgen.txn.bytes | meter | loadgenerator: size of transactions submitted
8484
loadgen.txn.rejected | meter | loadgenerator: transaction rejected
@@ -177,15 +177,15 @@ soroban.host-fn-op.emit-event-byte | meter | number of event bytes
177177
soroban.host-fn-op.cpu-insn | meter | metered cpu instructions
178178
soroban.host-fn-op.mem-byte | meter | metered memory bytes
179179
soroban.host-fn-op.invoke-time-nsecs | timer | time spent in `invoke_host_function`
180-
soroban.host-fn-op.cpu-insn-excl-vm | meter | metered cpu instructions excluding VM instantation
181-
soroban.host-fn-op.invoke-time-nsecs-excl-vm | timer | time spent in `invoke_host_function` excluding VM instantation
180+
soroban.host-fn-op.cpu-insn-excl-vm | meter | metered cpu instructions excluding VM instantiation
181+
soroban.host-fn-op.invoke-time-nsecs-excl-vm | timer | time spent in `invoke_host_function` excluding VM instantiation
182182
soroban.host-fn-op.invoke-time-fsecs-cpu-insn-ratio | histogram | ratio between invoke_time (femto-seconds) and cpu instructions
183-
soroban.host-fn-op.invoke-time-fsecs-cpu-insn-ratio-excl-vm | histogram | ratio between invoke_time (femto-seconds) and cpu instructions excluding VM instantation
183+
soroban.host-fn-op.invoke-time-fsecs-cpu-insn-ratio-excl-vm | histogram | ratio between invoke_time (femto-seconds) and cpu instructions excluding VM instantiation
184184
soroban.host-fn-op.max-rw-key-byte | meter | bytes of the largest key in entries read/written
185185
soroban.host-fn-op.max-rw-data-byte | meter | bytes of the largest data entry read/written
186186
soroban.host-fn-op.max-rw-code-byte | meter | bytes of the largest code entry read/written
187187
soroban.host-fn-op.max-emit-event-byte | meter | bytes of the largest event emitted
188-
soroban.host-fn-op.success | meter | number of sucessful `InvokeHostFunctionOp` operations
188+
soroban.host-fn-op.success | meter | number of successful `InvokeHostFunctionOp` operations
189189
soroban.host-fn-op.count | meter | number of total `InvokeHostFunctionOp` operations
190190
soroban.host-fn-op.exec | timer | time spent in `InvokeHostFunctionOp`
191191
soroban.restore-fprint-op.read-ledger-byte | meter | number of entry bytes in read entries

0 commit comments

Comments
 (0)