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 (2):
  ovn-northd: Add useful stopwatches
  tests: Add check-perf target

 Documentation/topics/testing.rst |  50 ++++++++
 lib/automake.mk                  |   3 +-
 lib/stopwatch-names.h            |  25 ++++
 northd/ovn-northd-ddlog.c        |  12 ++
 northd/ovn-northd.c              |  17 +++
 tests/.gitignore                 |   3 +
 tests/automake.mk                |  27 ++++
 tests/perf-northd.at             | 207 +++++++++++++++++++++++++++++++
 tests/perf-testsuite.at          |  26 ++++
 9 files changed, 369 insertions(+), 1 deletion(-)
 create mode 100644 lib/stopwatch-names.h
 create mode 100644 tests/perf-northd.at
 create mode 100644 tests/perf-testsuite.at

-- 
2.27.0


_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to