ChuanyuXue / tsnkit

A scheduling and benchmark toolkit for Time-Sensitive Networking in Python
https://tsnkit.readthedocs.io
Other
37 stars 9 forks source link

lack main.py in Src folder #1

Closed lxacc closed 7 months ago

lxacc commented 7 months ago

according to Reproducing benchmark paper results:

  1. Go src folder and run python main.py --method=ALL --start=0 --end=38400 but in legacy branch,there is no main.py in the src folder
ChuanyuXue commented 7 months ago

Thank you for pointing out the missing file! I've fixed this issue. You can find the updated main.py in the src folder of the legacy branch.