summaryrefslogtreecommitdiff
path: root/README.rst
blob: 33b2026ec7426ba1d9d1236809b2291a80028fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
soledad performance tests
-------------------------
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