update benchmarks: 2.5ns on x86_64!

master
edef 2016-04-03 12:04:46 +02:00
parent a50e6771b4
commit 026f7b9925
1 changed files with 3 additions and 3 deletions

View File

@ -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)