From 54275217d20f0412c08f78d670ec704745341957 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 31 Mar 2016 21:02:10 -0400 Subject: explain a little the prototypes --- README.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 865a532..33b2026 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,20 @@ soledad performance tests ------------------------- -some minimalistic benchmarks +some minimalistic benchmarks. +small prototypes to compare async behavior under load. + +intended to evolve to small prototypes that: + + - run soledad + - try different things for the decryption pool + - serve also a simple server to test how reactor is able to respond under cpu + load. + + +You can use the makefile to launch different servers and compare their +performance:: + make inline-server # executes cpu load inline + make thread-server # cpu load in a twisted threadpool + make ampoule-server # cpu load in an ampoule process pool + make perf # runs httperf against the server + -- cgit v1.2.3