Skip to content

Commit 0ff7889

Browse files
committed
Updated README
1 parent deee15d commit 0ff7889

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,19 @@ assert_eq!(executor.num_tasks(), 0);
115115
# Benchmarks
116116

117117
- `executor.spawn_local`
118-
```
118+
```text
119119
Spawn 10000 tasks
120120
time: [1.3711 ms 1.3713 ms 1.3715 ms]
121121
```
122122

123123
- `executor.create_timer_from_timer_registration` under feature `timer_registration`
124-
```
124+
```text
125125
Spawn 1000 timers from timer registration
126126
time: [336.10 µs 336.42 µs 336.93 µs]
127127
```
128128

129129
- `executor.create_timer_from_tick_event` under feature `tick_event`
130-
```
130+
```text
131131
Spawn 1000 timers from tick event
132132
time: [1.5688 ms 1.5692 ms 1.5697 ms]
133133
```

0 commit comments

Comments
 (0)