Change threshold for benchmarking

This commit is contained in:
Danielle Rozenblit 2022-10-27 13:13:17 -07:00
parent db74d043d6
commit c2638212af

View File

@ -173,7 +173,7 @@ size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize,
/* ****************************************
* HUF detailed API
* ****************************************/
#define HUF_OPTIMAL_DEPTH_THRESHOLD ZSTD_btultra
#define HUF_OPTIMAL_DEPTH_THRESHOLD 3
typedef enum {
HUF_depth_fast, /** Use heuristic to find the table depth**/
HUF_depth_optimal /** Test possible table depths to find the one that produces the smallest header + encoded size**/