We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deee15d commit 0ff7889Copy full SHA for 0ff7889
README.md
@@ -115,19 +115,19 @@ assert_eq!(executor.num_tasks(), 0);
115
# Benchmarks
116
117
- `executor.spawn_local`
118
-```
+```text
119
Spawn 10000 tasks
120
time: [1.3711 ms 1.3713 ms 1.3715 ms]
121
```
122
123
- `executor.create_timer_from_timer_registration` under feature `timer_registration`
124
125
Spawn 1000 timers from timer registration
126
time: [336.10 µs 336.42 µs 336.93 µs]
127
128
129
- `executor.create_timer_from_tick_event` under feature `tick_event`
130
131
Spawn 1000 timers from tick event
132
time: [1.5688 ms 1.5692 ms 1.5697 ms]
133
0 commit comments