| 90 | }; |
| 91 | |
| 92 | TEST_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 | |
| 97 | TEST_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"; |
nothing calls this directly
no test coverage detected