MCPcopy Create free account
hub / github.com/cwida/ALP / TEST_F

Function TEST_F

publication/source_code/bench_compression_ratio/zstd.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90};
91
92TEST_F(zstd_test, test_zstd128_on_whole_datasets) {
93 auto result_path = alp_bench::get_paths().result_dir_path + "compression_ratio_result/double/zstd.csv";
94 bench_compression_ratio<double, 30>(alp_bench::get_alp_dataset(), result_path);
95}
96
97TEST_F(zstd_test, test_zstd128_on_float_datasets) {
98 auto result_path = alp_bench::get_paths().result_dir_path + "compression_ratio_result/float/zstd.csv";

Callers

nothing calls this directly

Calls 3

get_pathsFunction · 0.85
get_alp_datasetFunction · 0.85
get_sp_datasetsFunction · 0.85

Tested by

no test coverage detected