Update results.csv

This commit is contained in:
Sen Huang
2021-03-25 11:16:37 -07:00
parent f27e326456
commit bbbd578f45
3 changed files with 1179 additions and 11 deletions
-10
View File
@@ -222,16 +222,6 @@ static config_t huffman_literals = {
.param_values = PARAM_VALUES(huffman_literals_param_values),
};
static param_value_t const dict_mode_dms_param_values[] = {
{.param = ZSTD_c_enableDedicatedDictSearch, .value = 0},
{.param = ZSTD_c_forceAttachDict, .value = ZSTD_lcm_huffman},
};
static config_t dict_mode_dms = {
.name = "dict match state",
.param_values = PARAM_VALUES(dict_mode_dms_param_values),
};
static param_value_t const explicit_params_param_values[] = {
{.param = ZSTD_c_checksumFlag, .value = 1},
{.param = ZSTD_c_contentSizeFlag, .value = 0},