Skip to content

Commit a7cbb32

Browse files
committed
fixing switch to switching
1 parent 9b39550 commit a7cbb32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/concepts/benchmarking/results

_docs/concepts/benchmarking/results/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ _Observations:_
106106

107107
According to the results reported above, the software is running a deterministic way. Indeed, by looking closer, it is noticeable that the running sequence is the same.
108108

109-
Additionally, timing deltas between correlated events have a really low variation when switch (consecutive thread_suspend/thread_resume).
109+
Additionally, timing deltas between correlated events have a really low variation when switching between events (consecutive thread_suspend/thread_resume).
110110

111111
Moreover, the scheduler performs fast context switches, which on average, last 10 microseconds.
112112

0 commit comments

Comments
 (0)