| 141 | }; |
| 142 | |
| 143 | TEST_F(patas_test, test_patas128_on_whole_datasets) { |
| 144 | auto result_path = alp_bench::get_paths().result_dir_path + "compression_ratio_result/double/patas.csv"; |
| 145 | bench_compression_ratio<double, 30>(alp_bench::get_alp_dataset(), result_path); |
| 146 | } |
| 147 | |
| 148 | TEST_F(patas_test, test_patas128_on_float_datasets) { |
| 149 | auto result_path = alp_bench::get_paths().result_dir_path + "compression_ratio_result/float/patas.csv"; |
nothing calls this directly
no test coverage detected