百事可乐
BGP路径传播推断
基本基准
您可以使用tests/bench_bgpsim.py脚本在CAIDA的2020年1月图上检查随机路径推断的运行时间。 它报告了5个平均值,每个平均值进行了32次完整的推理。 使用-O禁用断言可以使代码显着更快,因为断言非常繁琐。
$ python3 tests/bench_bgpsim.py
[1065.9921099510975, 1129.7197931839619, 1341.9510222299723, 1212.2649150219513, 1117.318360270001]
$ python3 -O tests/bench_bgpsim.py
[244.108187089907, 246.5742465169169, 244.00426896300633, 235.13479439693037, 255.45060764998198]
2022-07-04 09:25:40
22KB
Python
1