pci-latency.sh 310 Bytes
Newer Older
Hejing Li's avatar
Hejing Li committed
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Runs simulation with varying PCI latency configuration
# It will generate raw simulation json file result in out/
python3 run.py pyexps/ae/f9_latency.py --filter pci-gt-ib-sw-* --force --verbose

# Process the results and prints
python3 pyexps/ae/data_pci_latency.py out/ > ae/pci_latency.data