minor boundary change

improves compression ratio at low levels
This commit is contained in:
Yann Collet
2025-02-05 18:41:59 -08:00
parent ffa66a6971
commit 34ba14437a
3 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -296,9 +296,9 @@ msanregressiontest:
update_regressionResults : REGRESS_RESULTS_DIR := /tmp/regress_results_dir/
update_regressionResults:
$(MAKE) -C programs zstd
$(MAKE) -C tests/regression test
$(RM) -rf $(REGRESS_RESULTS_DIR)
$(MAKE) -j -C programs zstd
$(MAKE) -j -C tests/regression test
$(RM) -r $(REGRESS_RESULTS_DIR)
$(MKDIR) $(REGRESS_RESULTS_DIR)
./tests/regression/test \
--cache tests/regression/cache \