[ovs-dev] [PATCH ovn v4 0/2] tests: Add check-perf target

Mark Gray mark.d.gray at redhat.com
Wed Jun 30 12:51:53 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 (2):
  ovn-northd: Add useful stopwatches
  tests: Add check-perf target

 Documentation/topics/testing.rst |  50 ++++++++
 lib/automake.mk                  |   3 +-
 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 ++++
 8 files changed, 344 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