[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC 25/59] main: Change default workload to something a bit more extreme
From: George Dunlap <george.dunlap@xxxxxxxxxx> Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxx> --- main.go | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/main.go b/main.go index bb46dbc..61d3949 100644 --- a/main.go +++ b/main.go @@ -29,15 +29,15 @@ func main() { switch(os.Args[1]) { case "plan": - workerA := []string{"burnwait", "20", "20000000"} + workerA := []string{"burnwait", "1", "20000000"} //workerB := []string{"burnwait", "10", "20000000"} - workerB := []string{"burnwait", "1", "20000000", - "burnwait", "2", "20000000", - "burnwait", "1", "20000000", - "burnwait", "1", "20000000", - "burnwait", "1", "20000000", - "burnwait", "1", "20000000", - "burnwait", "3", "20000000", + workerB := []string{"burnwait", "1", "30000000", + "burnwait", "2", "30000000", + "burnwait", "1", "30000000", + "burnwait", "1", "30000000", + "burnwait", "1", "30000000", + "burnwait", "1", "30000000", + "burnwait", "3", "30000000", } @@ -58,7 +58,6 @@ func main() { RuntimeSeconds:10,}, }} - for i := 1; i <= 16 ; i *= 2 { label := fmt.Sprintf("%da+%db", i, i) run := BenchmarkRun{ @@ -98,7 +97,7 @@ func main() { os.Exit(1) } - err = plan.TextReport(2) + err = plan.TextReport(0) if err != nil { fmt.Println("Running benchmark run:", err) os.Exit(1) -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |