summaryrefslogtreecommitdiffstats
path: root/access.sh
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-08-13 16:44:04 +0200
committerLouis Burda <quent.burda@gmail.com>2022-08-13 16:45:08 +0200
commit98babf91dcf166bc7644a3d70a90dac272f12a75 (patch)
tree529acab95367ae6ed35eddf0731ee82f73c94842 /access.sh
parent88d598bc2894c28d8dd9c2259c5c8cbe2ec7ce55 (diff)
downloadcachepc-98babf91dcf166bc7644a3d70a90dac272f12a75.tar.gz
cachepc-98babf91dcf166bc7644a3d70a90dac272f12a75.zip
Reorder repo into module and tests
Diffstat (limited to 'access.sh')
-rwxr-xr-xaccess.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/access.sh b/access.sh
deleted file mode 100755
index 5f862ab..0000000
--- a/access.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-for i in $(seq 0 100); do
- echo -n "\rRun $i"
- bash build.sh load 1>/dev/null
-done
-echo ""
-dmesg -k | grep "CachePC:" | grep "access test" | tail -n100