summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-03-31 21:02:10 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-03-31 21:08:57 -0400
commit54275217d20f0412c08f78d670ec704745341957 (patch)
treec1d2da35440c22a53fecc25aedc238038a5101c5
parentc2af2bdb6e9b82bb91a1d20f4fbefe5652fa383f (diff)
explain a little the prototypes
-rw-r--r--README.rst19
1 files changed, 18 insertions, 1 deletions
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
+