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
> -
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