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

Function TEST_F

publication/source_code/bench_compression_ratio/chimp.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159};
160
161TEST_F(chimp_test, test_chimp128_on_whole_datasets) {
162 auto result_path = alp_bench::get_paths().result_dir_path + "compression_ratio_result/double/chimp.csv";
163 bench_compression_ratio<double, 30>(alp_bench::get_alp_dataset(), result_path);
164}
165
166TEST_F(chimp_test, test_chimp128_on_float_datasets) {
167 auto result_path = alp_bench::get_paths().result_dir_path + "compression_ratio_result/float/chimp.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