From ad933331a23dd9768afa2fda5023f1813c39c27d Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Fri, 3 Jun 2011 01:30:11 +0400 Subject: [PATCH] add benchmarks --- .../results/long_polling_broadcast_time.html | 59 ++++++++--------- .../long_polling_client_loose_count.html | 44 ------------- .../long_polling_client_lost_count.html | 47 ++++++++++++++ .../results/websocket_broadcast_time.html | 63 ++++++++++--------- .../results/websocket_client_loose_count.html | 43 ------------- .../results/websocket_client_lost_count.html | 46 ++++++++++++++ 6 files changed, 157 insertions(+), 145 deletions(-) delete mode 100644 benchmarks/results/long_polling_client_loose_count.html create mode 100644 benchmarks/results/long_polling_client_lost_count.html delete mode 100644 benchmarks/results/websocket_client_loose_count.html create mode 100644 benchmarks/results/websocket_client_lost_count.html diff --git a/benchmarks/results/long_polling_broadcast_time.html b/benchmarks/results/long_polling_broadcast_time.html index c9dadc2..e473fe2 100644 --- a/benchmarks/results/long_polling_broadcast_time.html +++ b/benchmarks/results/long_polling_broadcast_time.html @@ -4,38 +4,41 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - + Long polling broadcast time + +
\ No newline at end of file diff --git a/benchmarks/results/long_polling_client_loose_count.html b/benchmarks/results/long_polling_client_loose_count.html deleted file mode 100644 index fac04e3..0000000 --- a/benchmarks/results/long_polling_client_loose_count.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/benchmarks/results/long_polling_client_lost_count.html b/benchmarks/results/long_polling_client_lost_count.html new file mode 100644 index 0000000..aa8ab98 --- /dev/null +++ b/benchmarks/results/long_polling_client_lost_count.html @@ -0,0 +1,47 @@ + + + + + Long polling lost clients + + + +
+ + + \ No newline at end of file diff --git a/benchmarks/results/websocket_broadcast_time.html b/benchmarks/results/websocket_broadcast_time.html index 52ae34a..c5b349a 100644 --- a/benchmarks/results/websocket_broadcast_time.html +++ b/benchmarks/results/websocket_broadcast_time.html @@ -4,40 +4,43 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - + WebSocket client broadcast time + +
\ No newline at end of file diff --git a/benchmarks/results/websocket_client_loose_count.html b/benchmarks/results/websocket_client_loose_count.html deleted file mode 100644 index 846daae..0000000 --- a/benchmarks/results/websocket_client_loose_count.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/benchmarks/results/websocket_client_lost_count.html b/benchmarks/results/websocket_client_lost_count.html new file mode 100644 index 0000000..cd3b9d8 --- /dev/null +++ b/benchmarks/results/websocket_client_lost_count.html @@ -0,0 +1,46 @@ + + + + + WebSocket lost clients + + + +
+ + + \ No newline at end of file