Skip to content

Commit

Permalink
igzip: Remove igzip_stateless_file_perf
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rjoursler committed Mar 7, 2019
1 parent 4ac2b78 commit bde3fc5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 296 deletions.
2 changes: 1 addition & 1 deletion igzip/Makefile.am
Expand Up @@ -69,7 +69,7 @@ check_tests += igzip/igzip_rand_test
check_tests += igzip/igzip_wrapper_hdr_test
check_tests += igzip/checksum32_funcs_test

other_tests += igzip/igzip_file_perf igzip/igzip_stateless_file_perf igzip/igzip_hist_perf
other_tests += igzip/igzip_file_perf igzip/igzip_hist_perf
other_tests += igzip/igzip_perf
other_tests += igzip/igzip_semi_dyn_file_perf
other_tests += igzip/igzip_build_hash_table_perf
Expand Down
291 changes: 0 additions & 291 deletions igzip/igzip_stateless_file_perf.c

This file was deleted.

3 changes: 0 additions & 3 deletions tools/test_extended.sh
Expand Up @@ -110,9 +110,6 @@ echo Other tests using $in_file
test_start "igzip_file_perf"
./igzip_file_perf $in_file
test_end "igzip_file_perf" $?
test_start "igzip_stateless_file_perf"
./igzip_stateless_file_perf $in_file
test_end "igzip_stateless_file_perf" $?
test_start "igzip_hist_perf"
./igzip_hist_perf $in_file
test_end "igzip_hist_perf" $?
Expand Down
2 changes: 1 addition & 1 deletion tools/test_fuzz.sh
Expand Up @@ -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
Expand Down

0 comments on commit bde3fc5

Please sign in to comment.