| 159 | }; |
| 160 | |
| 161 | TEST_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 | |
| 166 | TEST_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"; |
nothing calls this directly
no test coverage detected