forked from M-Labs/libfringe
update benchmarks: 2.5ns on x86_64!
This commit is contained in:
parent
a50e6771b4
commit
026f7b9925
|
@ -15,12 +15,12 @@
|
|||
|
||||
## Performance
|
||||
|
||||
libfringe does context switches in 3.5ns flat on x86_64!
|
||||
libfringe does context switches in 2.5ns flat on x86_64!
|
||||
```
|
||||
test swap ... bench: 7 ns/iter (+/- 0)
|
||||
test swap ... bench: 5 ns/iter (+/- 1)
|
||||
```
|
||||
|
||||
…and on x86, a mere 2.5ns!
|
||||
…and on x86:
|
||||
|
||||
```
|
||||
test swap ... bench: 5 ns/iter (+/- 1)
|
||||
|
|
Loading…
Reference in New Issue