X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=core%2Fapplications%2Fnechung%2Ftest_nechung.sh;fp=core%2Fapplications%2Fnechung%2Ftest_nechung.sh;h=0000000000000000000000000000000000000000;hb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;hp=3acabd951cfc0b0c4ad9b92909133e13a14510f5;hpb=32d7caf45d886d0d24e69eea00511c7815ac15d0;p=feisty_meow.git diff --git a/core/applications/nechung/test_nechung.sh b/core/applications/nechung/test_nechung.sh deleted file mode 100644 index 3acabd95..00000000 --- a/core/applications/nechung/test_nechung.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# prints out the time it takes to run the nechung oracle a thousand times. -# the number of seconds in the result should be equivalent to the number of -# milliseconds that nechung takes to run and produce a fortune, on average. - -export i=0 - -mdate -while [ $i -le 1000 ]; do -# echo $i - nechung >/dev/null - let i++ -done -mdate