diff options
Diffstat (limited to 'data-analysis-router/ciphers/gather.sh')
| -rw-r--r-- | data-analysis-router/ciphers/gather.sh | 16 |
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 |
