summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2017-08-06 15:40:19 +0200
committerAndy Wingo <wingo@pobox.com>2017-08-06 15:40:19 +0200
commit7b137d3e0dc12bfbb31a61b15a42aa60ab345239 (patch)
tree98fb61cad5ac29e7651057e787a129154c4af0e6
parentFix concurrency bug in memcached server (diff)
downloadguile-fibers-7b137d3e0dc12bfbb31a61b15a42aa60ab345239.tar.gz
Update speed measurement for ping-pong test
-rw-r--r--fibers.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/fibers.texi b/fibers.texi
index be1f328..fe71aa5 100644
--- a/fibers.texi
+++ b/fibers.texi
@@ -1234,12 +1234,16 @@ this:
@example
$ time ./env guile examples/ping-client.scm 1000 100
+real 0m1.647s
+user 0m2.176s
+sys 0m0.816s
+@end example
+
real 0m2.333s
user 0m3.240s
sys 0m0.796s
-@end example
-That's a throughput of somewhere around 40000 fiber switches per
+That's a throughput of somewhere around 60000 fiber switches per
second on each side, which is none too shabby.
@node Memcached