[Libguestfs] [PATCH v3 11/11] REDUCE PASSES IN BOOT ANALYSIS

Richard W.M. Jones rjones at redhat.com
Tue Mar 22 19:05:30 UTC 2016


---
 tests/qemu/boot-analysis.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/qemu/boot-analysis.c b/tests/qemu/boot-analysis.c
index 41f91bc..0137913 100644
--- a/tests/qemu/boot-analysis.c
+++ b/tests/qemu/boot-analysis.c
@@ -79,8 +79,12 @@
 #include "guestfs.h"
 #include "guestfs-internal-frontend.h"
 
+/*
 #define NR_WARMUP_PASSES 3
 #define NR_TEST_PASSES   5
+*/
+#define NR_WARMUP_PASSES 1
+#define NR_TEST_PASSES   2
 
 /* Per-pass data collected. */
 struct pass_data {
-- 
2.7.4




More information about the Libguestfs mailing list