automaticdai / research-dag-scheduling-analysis

Experiments and evaluation for the paper "DAG Scheduling and Analysis on Multiprocessor Systems: Exploitation of Parallelism and Dependency", RTSS 2020. (artifacts evaluation passed)
MIT License
17 stars 6 forks source link

Fix the seed for reproduciablity #12

Closed automaticdai closed 4 years ago

automaticdai commented 4 years ago

For execution models, the execution times of nodes should be the same to assure fairness

automaticdai commented 4 years ago

Solved in 8002aadcc11405991cc2daf6b1d554ead9fd74e7. Not nicely but it works.