[ovs-dev] [PATCH ovn v3 0/3] tests: Add check-perf target

Mark Gray mark.d.gray at redhat.com
Fri Jun 18 08:52:38 UTC 2021


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                |  27 ++++
 tests/ovn-macros.at              |   2 +-
 tests/perf-northd.at             | 207 +++++++++++++++++++++++++++++++
 tests/perf-testsuite.at          |  26 ++++
 8 files changed, 348 insertions(+), 1 deletion(-)
 create mode 100644 tests/perf-northd.at
 create mode 100644 tests/perf-testsuite.at

-- 
2.27.0




More information about the dev mailing list