Re: [Qemu-devel] [PATCH] Fix /perf/nesting coroutine benchmark

2013-09-19 Thread Stefan Hajnoczi
On Tue, Sep 17, 2013 at 06:26:48PM +0200, Gabriel Kerneis wrote: The /perf/nesting benchmark is broken because the counters are not reset after each iteration. Therefore, nesting is done only on the first iteration, and skipped on every other. This patch fixes the issue, and reduces the

[Qemu-devel] [PATCH] Fix /perf/nesting coroutine benchmark

2013-09-17 Thread Gabriel Kerneis
The /perf/nesting benchmark is broken because the counters are not reset after each iteration. Therefore, nesting is done only on the first iteration, and skipped on every other. This patch fixes the issue, and reduces the number of iterations to make it possible to run the benchmark in a