Fix missing --bin in cargo invocation

This commit is contained in:
Guillaume DIDIER 2021-08-02 15:53:22 +02:00 committed by Guillume DIDIER
parent 0e60fd62ba
commit c12a3ba29b

View File

@ -2,6 +2,6 @@
PREFETCH_MSR=$1
sudo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo rdmsr -a 0x1a4
cargo run --release > with-${PREFETCH_MSR}-prefetcher.log
cargo run --bin prefetcher_reverse --release > with-${PREFETCH_MSR}-prefetcher.log