Re: [Qemu-devel] [PATCH] qemu_coroutine_yield benchmark

2013-09-19 Thread Stefan Hajnoczi
On Tue, Sep 17, 2013 at 05:09:39PM +0200, Gabriel Kerneis wrote: > Current coroutine performance benchmarks test only coroutine creation, > either directly or in a nested way. This patch adds a benchmark to > evaluate the performance of qemu_coroutine_yield. > > Signed-off-by: Gabriel Kerneis > -

[Qemu-devel] [PATCH] qemu_coroutine_yield benchmark

2013-09-17 Thread Gabriel Kerneis
Current coroutine performance benchmarks test only coroutine creation, either directly or in a nested way. This patch adds a benchmark to evaluate the performance of qemu_coroutine_yield. Signed-off-by: Gabriel Kerneis --- tests/test-coroutine.c | 33 + 1 file cha