From 406a87a93b1574c97713b5e5dd87841ad4911c4d Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 19 Mar 2015 00:17:50 -0400 Subject: [PATCH] Improve layout of summary page, and add explanatory text --- latest-results.html | 160 +++++++++++++++++++++++++++++++------------- 1 file changed, 112 insertions(+), 48 deletions(-) diff --git a/latest-results.html b/latest-results.html index c50b97e..03b5012 100644 --- a/latest-results.html +++ b/latest-results.html @@ -7,62 +7,82 @@ .logscale { background-color: #cfc; } .linearscale { background-color: #ccf; } .internallatency { background-color: #fcc; } + .serverstats { background-color: #ffc; }

Latest minimart-benchmark results

External latency

+

+ Measures round-trip latency of back-to-back requests at + varying numbers of simultaneously-open connections. The client + chooses an open connection at random for each successive ping. +

+

+ The server variants: +

+ +

+ The server variants implemented in Racket collect server + statistics periodically as they run. +

Log-scale X axis

- - - - + + + - - - - + + + - - - - + + + - - - - + + + - - - - + + + - - - - + + + - - - - + + +
Server variantClient ping timesClient grow timesServer connectionsServer memory useRoundtrip latencySeconds per additional connectionRoundtrips per second
prospect+tcp
minimart+tcp
minimart
racket
uv
erlang
@@ -71,58 +91,102 @@ - - + + + - - + + + - - + + + - - + + + - - + + + - - + + + - - + + + + +
Server variantClient ping timesClient grow timesRoundtrip latencySeconds per additional connectionRoundtrips per second
prospect+tcp
minimart+tcp
minimart
racket
uv
erlang
+ +
+

Server Statistics

+ + + + + + + + + + + + + + + + + + + + + + + + +
Server variantServer connectionsServer memory use
prospect+tcp
minimart+tcp
minimart
racket

Internal latency

+

+ Measures message delivery latency and actor boot time with + varying numbers of actors in a world. +

- - + + + - - + + + - - + + +
Server variantSeconds per messageSeconds per booted processSingle-message latencySeconds per additional booted processMessages per second
minimart
prospect