mbox series

[ovs-dev,v2,0/3] tests: Add check-perf target

Message ID 20210617174253.3459548-1-mark.d.gray@redhat.com
Headers show
Series tests: Add check-perf target | expand

Message

Mark Gray June 17, 2021, 5:42 p.m. UTC
This is a proposal to add some micro-benchmarks to aid developers
in benchmarking optimizations to OVN. It starts by adding simple
metrics for northd but could be expanded in future patches.

Mark Gray (3):
  ovn-macros.at: fix typo
  ovn-northd: Add useful stopwatches
  tests: Add check-perf target

 Documentation/topics/testing.rst |  49 ++++++++
 northd/ovn-northd-ddlog.c        |  15 +++
 northd/ovn-northd.c              |  20 +++
 tests/.gitignore                 |   3 +
 tests/automake.mk                |  26 ++++
 tests/ovn-macros.at              |   2 +-
 tests/perf-northd.at             | 207 +++++++++++++++++++++++++++++++
 tests/perf-testsuite.at          |  26 ++++
 8 files changed, 347 insertions(+), 1 deletion(-)
 create mode 100644 tests/perf-northd.at
 create mode 100644 tests/perf-testsuite.at