| 198 | }; |
| 199 | |
| 200 | TEST_F(chimp128_test, test_chimp128_on_whole_datasets) { |
| 201 | auto result_path = alp_bench::get_paths().result_dir_path + "compression_ratio_result/double/chimp128.csv"; |
| 202 | bench_compression_ratio<double, 30>(alp_bench::get_alp_dataset(), result_path); |
| 203 | } |
| 204 | |
| 205 | TEST_F(chimp128_test, test_chimp128_on_float_datasets) { |
| 206 | auto result_path = alp_bench::get_paths().result_dir_path + "compression_ratio_result/float/chimp128.csv"; |
nothing calls this directly
no test coverage detected