Added normal speed example.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s

This commit is contained in:
Willem Cazander 2024-06-24 20:55:12 +02:00
parent 5d9ddf23f4
commit d66976afaf

View file

@ -51,15 +51,17 @@ And override the required paths;
Then build result based compile rules see an example in; `test/ahello-m80/0module.mk` Then build result based compile rules see an example in; `test/ahello-m80/0module.mk`
When you want to see whats happening do a debug run; When you want to see whats happening do a debug run;
debug run; normal run;
time make clean assert-all
real 0m1.938s
debug run;
time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make clean assert-all time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make clean assert-all
real 0m32.977s real 0m32.977s
normal run; debug run real msx speed;
time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON MB_OPENMSX_SPEED=100 make clean assert-all
time make clean assert-all real 1m44.184s
real 0m1.938s
## Functions ## Functions