On Mon, 27 Feb 2012 at 15:50 GMT, Harald Hoyer <[email protected]> wrote:
> I am interested in:
>
> $ time sudo make testimage
> $ time sudo make hostimage
>
> Both with and without the patch.
>

[wangcong@cr0]~/dracut% git branch
  lazyinstall
  * master
[wangcong@cr0]~/dracut% time sudo make testimage
...
sudo make testimage  38.20s user 8.04s system 95% cpu 48.509 total

[wangcong@cr0]~/dracut% time sudo make hostimage
...
sudo make hostimage  11.69s user 4.00s system 101% cpu 15.401 total


[wangcong@cr0]~/dracut% git checkout lazyinstall
Switched to branch 'lazyinstall'
[wangcong@cr0]~/dracut% git branch
* lazyinstall
  master
[wangcong@cr0]~/dracut% time sudo make testimage
...
sudo make testimage  38.03s user 8.11s system 133% cpu 34.474 total

[wangcong@cr0]~/dracut% time sudo make hostimage
...
sudo make hostimage  11.36s user 3.45s system 109% cpu 13.478 total

--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to