summaryrefslogtreecommitdiff
path: root/data-analysis-router/ciphers/gather.sh
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2022-08-17 22:17:30 -0400
committerWill Hawkins <[email protected]>2022-08-17 22:17:30 -0400
commitb96c0e0afda482d6841584d0f2e35a2883b346b6 (patch)
tree9c148c2be9e3b9526370dd8137dd517ac3412e9a /data-analysis-router/ciphers/gather.sh
parent79c53ee4dfc86c290fc3d05aa5061ed522bf3bcf (diff)
Removing (old) experiment data files.
Diffstat (limited to 'data-analysis-router/ciphers/gather.sh')
-rw-r--r--data-analysis-router/ciphers/gather.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/data-analysis-router/ciphers/gather.sh b/data-analysis-router/ciphers/gather.sh
deleted file mode 100644
index 735b3c5..0000000
--- a/data-analysis-router/ciphers/gather.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-CHACHALOG="originalSamples.log"
-AESLOG="patchSamples.log"
-i=0
-
-while [ "$i" -lt 100 ]
-do
- date >> ${CHACHALOG}
- ./networkQARM5 -config rpm.obs.cr -path config -port 4043 >> ${CHACHALOG}
- echo "Done with original (CHACHA) run (#${i})"
- date >> ${AESLOG}
- ./networkQARM5Patch -config rpm.obs.cr -path config -port 4043 >> ${AESLOG}
- echo "Done with patch (AES) run (#${i})"
- i=`expr $i + 1`
-done \ No newline at end of file