Home | History | Annotate | Line # | Download | only in compression
      1 #!/bin/sh
      2 
      3 set -e
      4 
      5 # Test stream size & hint
      6 datagen -g7654 | zstd --stream-size=7654 | zstd -t
      7 datagen -g7654 | zstd --size-hint=7000   | zstd -t
      8