Added project phases and flow generators.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s
This commit is contained in:
parent
51a3276e39
commit
f7324721c2
29 changed files with 606 additions and 287 deletions
12
README.md
12
README.md
|
|
@ -84,27 +84,27 @@ Running: `make`
|
|||
When you want to see whats happening do a debug run;
|
||||
|
||||
normal run;
|
||||
time make bin/@assert-all
|
||||
time make @package-qa
|
||||
real 0m3.223s
|
||||
|
||||
debug run at 11 Mhz;
|
||||
time VERBOSE=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on make bin/@assert-all
|
||||
time VERBOSE=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on make @package-qa
|
||||
real 1m4.856s
|
||||
|
||||
debug run real msx speed;
|
||||
time VERBOSE=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_OPENMSX_SPEED=100 make bin/@assert-all
|
||||
time VERBOSE=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_OPENMSX_SPEED=100 make @package-qa
|
||||
real 2m37.379s
|
||||
|
||||
record run with screenshot on exit; (black screens without throttle)
|
||||
time MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_FLIGHT_SCREEN=on make bin/@assert-all
|
||||
time MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_FLIGHT_SCREEN=on make @package-qa
|
||||
real 1m14.043s
|
||||
|
||||
record run with video per session and merge to one video file;
|
||||
time MB_OPENMSX_HEADLESS=off MB_FLIGHT_VIDEO=on make bin/@assert-all
|
||||
time make @package-qa-video
|
||||
real 0m7.136s
|
||||
|
||||
build parallel;
|
||||
time make -j4 bin/@assert-all
|
||||
time make -j4 @package-qa
|
||||
real 0m1.817s
|
||||
|
||||
manual test msxhub on machine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue