...refine the handling of FrameRates close to the definition bounds ...implement the actual rule to scale allocator capacity on announcement ...hook up into the seedCalcStream() with a default of +25FPS + test coverage
61 lines
828 B
Text
61 lines
828 B
Text
TESTING "Component Test Suite: Scheduler" ./test-suite --group=engine
|
|
|
|
|
|
|
|
TEST "Activity observation framework" ActivityDetector_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "BlockFlow memory management scheme" BlockFlow_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Scheduler Activity Language" SchedulerActivity_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Scheduler Layer-1" SchedulerInvocation_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Scheduler Layer-2" SchedulerCommutator_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Scheduler Load-Control" SchedulerLoadControl_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
PLANNED "Scheduler Integration" SchedulerService_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
PLANNED "Scheduler Performance" SchedulerStress_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
PLANNED "Scheduler Usage" SchedulerUsage_test <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
|
|
TEST "Worker Thread Service" WorkForce_test <<END
|
|
return: 0
|
|
END
|