Remove crufts from the scripts

(cherry picked from commit 5b5be4cee380da7d885524b6415d40e99f8040ef)
This commit is contained in:
Guillaume DIDIER 2021-08-03 08:03:44 +02:00
parent a97a16ad66
commit ffb5bf66c0
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
#!/bin/bash
PREFETCH_MSR=$1
sudo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo echo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo rdmsr -a 0x1a4
cargo run --release --bin new_page > np-with-${PREFETCH_MSR}-prefetcher.log
sudo rdmsr -a 0x1a4

View File

@ -1,8 +1,6 @@
#!/bin/bash
PREFETCH_MSR=$1
sudo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo echo wrmsr -a 0x1a4 $PREFETCH_MSR
sudo rdmsr -a 0x1a4
cargo run --release --bin rpa_patterns > rpa-with-${PREFETCH_MSR}-prefetcher.log
sudo rdmsr -a 0x1a4