mirror of
https://github.com/intel/isa-l.git
synced 2025-11-02 05:46:20 +01:00
igzip: Remove igzip_stateless_file_perf
Remove igzip_stateless_file_perf as all the functionality is included in igzip_perf Change-Id: Icfd4dfd25af1a3a6c16fa2c3299d277c18f204d9 Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
This commit is contained in:
@@ -146,7 +146,7 @@ fi
|
||||
for f in $samp_files; do
|
||||
echo Using sample file $f
|
||||
f_base=`basename $f`
|
||||
./igzip_stateless_file_perf $f -o $fuzzin_dir/samp_${f_base}_cmp
|
||||
./igzip_file_perf $f -o $fuzzin_dir/samp_${f_base}_cmp
|
||||
done
|
||||
|
||||
# Optionally run tests alternately one after the other
|
||||
|
||||
Reference in New Issue
Block a user