From 026f7b9925725aa076ef9f18388a8fef48345eb4 Mon Sep 17 00:00:00 2001 From: edef Date: Sun, 3 Apr 2016 12:04:46 +0200 Subject: [PATCH] update benchmarks: 2.5ns on x86_64! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bed750..eaee2f0 100644 --- a/README.md +++ b/README.md @@ -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)