From 4684836f4fbaea1d5416306173306bac56361d83 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 20 Jan 2022 21:59:46 -0800 Subject: [PATCH] update regression tests minor compression ratio benefits in some cases, no compression ratio regression in the measured scenarios. --- lib/compress/huf_compress.c | 18 +++++++++--------- lib/compress/zstd_compress_literals.c | 2 +- tests/regression/results.csv | 22 +++++++++++----------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/lib/compress/huf_compress.c b/lib/compress/huf_compress.c index e61b39f60..fee2c0b52 100644 --- a/lib/compress/huf_compress.c +++ b/lib/compress/huf_compress.c @@ -598,21 +598,21 @@ static void HUF_sort(nodeElt huffNode[], const unsigned count[], U32 const maxSy } -size_t showHNodeSymbols(const nodeElt* hnode, size_t size) +static size_t showHNodeSymbols(const nodeElt* hnode, size_t size) { size_t u; for (u=0; u