|
1 gadu atpakaļ | |
---|---|---|
FlameGraph @ a8d807a11c | 1 gadu atpakaļ | |
data | 1 gadu atpakaļ | |
enigmail-linux @ 5af0043728 | 1 gadu atpakaļ | |
.gitignore | 1 gadu atpakaļ | |
.gitmodules | 1 gadu atpakaļ | |
LICENSE | 1 gadu atpakaļ | |
README.md | 1 gadu atpakaļ | |
key.gpg | 1 gadu atpakaļ | |
perf-identity | 1 gadu atpakaļ | |
run_gpg.sh | 1 gadu atpakaļ | |
run_perf.py | 1 gadu atpakaļ |
benchmarking performance of the json-adapter
includes a number of simple messages + key material
$ python3 run_perf.py data/mime_mails_with_key/
will run the benchmark with supplied test data and output a FlameGraph of the run to `/tmp/perf.svg`. Web browsers may be better at rendering this svg then your image viewer.
This depends on
FlameGraph
which is a submodule of this repoperf
(which on debian is in linux-base
)pep-json-server
which it looks for in your $HOME
- if you’re running enigmail/pEp you’re goodenigmail-linux
, which is also a submodule of this repo (Build infrastructure for the pEp-part of enigmail/pEpperf
being able to collect stats: as root you can enable this byecho 2 > /proc/sys/kernel/perf_event_paranoid
if you’re on linux, install enigmail2 in the default pEp-mode, git submodule update --init
and you should be good to go.