tracee icon indicating copy to clipboard operation
tracee copied to clipboard

PR performance gate

Open NDStrahilevitz opened this issue 3 years ago • 0 comments

Since tracee is a performance sensitive program, there is a need to ensure consistent performance and to responsibly control performance reductions if needed. As such a performance gate for PR should be added.

Benchmark: For each category defined in our e2e, smoke tracee by running all of the signatures and tests simultaneously.

Plan:

  • [ ] Add a prometheus exporter for eBPF performance (based on @rafaeldtinoco's script)
  • [ ] A github workflow, running the benchmark and the pyroscope Makefile. At the end, export the prometheus and pyroscope dashboards to the PR.

NDStrahilevitz avatar Jul 19 '22 12:07 NDStrahilevitz