ssnetsim / supersim

A flexible event-driven cycle-accurate network simulator
Apache License 2.0
8 stars 1 forks source link

Test simulator determinism #7

Open nicmcd opened 4 years ago

nicmcd commented 4 years ago

Modify run_examples.py to run each benchmark multiple times with the output logs. Verify that the simulator runs with determinism.

nicmcd commented 4 years ago

Since #21 simplified run_examples.py to a single run_example.py, this should be easier now.