diff --git a/README.md b/README.md index 355103a..6d25da3 100644 --- a/README.md +++ b/README.md @@ -49,16 +49,20 @@ Then build result based compile rules see an example in; `test/ahello-m80/0modul When you want to see whats happening do a debug run; normal run; - time make clean assert-all - real 0m1.938s + time make assert-all + real 0m2.323s - debug run; - time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make clean assert-all - real 0m32.977s + debug run at 11 Mhz; + time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make assert-all + real 0m40.930s debug run real msx speed; - time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON MB_OPENMSX_SPEED=100 make clean assert-all - real 1m44.184s + time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON MB_OPENMSX_SPEED=100 make assert-all + real 2m8.761s + + build parallel; + time make -j4 assert-all + real 0m1.346s ## Functions