Home
       add stress_test.sh - hbb - hyperbitblock
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 69f2fa488c6ccd3ad8c6fd8420b412392d4ec1bb
   DIR parent 2f1c76ab60a64502747b6451b2a32206d39b9258
  HTML Author: kroovy <me@kroovy.de>
       Date:   Tue, 22 Apr 2025 21:10:39 +0200
       
       add stress_test.sh
       
       Diffstat:
         A stress_test.sh                      |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/stress_test.sh b/stress_test.sh
       @@ -0,0 +1,3 @@
       +date
       +time for a in $(seq 0 255); do for b in $(seq 0 255); do for c in $(seq 0 255); do for d in $(seq 0 255); do echo $a.$b.$c.$d > mynamedpipe; done; done; done; done
       +date