performance-metrics: Add a binary target for performance metrics

This commit creates a new binary target for generating performance metrics,
and also adds a set of performance tests for network throughput/latency,
block I/O performance, and boot time.

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-01-10 21:27:58 -08:00
committed by Rob Bradford
parent c9c031a425
commit 1a17564ee9
5 changed files with 967 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ members = [
"net_util",
"option_parser",
"pci",
"performance-metrics",
"qcow",
"rate_limiter",
"vfio_user",