Update results.csv

This commit is contained in:
Sen Huang 2021-03-25 10:43:10 -07:00
parent f27e326456
commit bbbd578f45
3 changed files with 1179 additions and 11 deletions

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},

View File

@ -14,7 +14,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdlib.h> /* free() */
#include <sys/stat.h>

File diff suppressed because it is too large Load Diff