IMO, you should refactor your test. If regression test needs as long as 6
hours to complete, the test itself is a problem.
A simple and intuitive approach is to split the test cases into multiple
groups, and run the groups in parallel on different servers/VMs
On Thu, Jul 31, 2014 at 6:09 AM, Ton
If your main objective is performance, I don't think that there is
any question you should be considering LXC to eliminate overhead.
The reason why LXC is the ultimate in performance is because the
Guests run in a bare metal environment, resources are not virtualized
but simply isolated from other
> From: chester tinemas
>
> I am trying to increase the speed at which a guest runs in Qemu, so that I
> can run a regression test on software within the guest OS in a shorter
> amount of time. Hopefully this would allow a test that would take 6 hours
> normally take less when run inside qemu. Is
Hi
I am trying to increase the speed at which a guest runs in Qemu, so that I
can run a regression test on software within the guest OS in a shorter
amount of time. Hopefully this would allow a test that would take 6 hours
normally take less when run inside qemu. Is this possible using qemu or
oth