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

Function TEST_F

benchmarks/test_compression_ratio.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "benchmark.hpp"
2
3TEST_F(ALPBench, bench_alp_on_alp_dataset) {
4 std::string result_path = alp_bench::get_paths().alp_result_dir_path + "compression_ratio/double/alp_dataset.csv";
5 typed_bench_dataset<double>(alp_bench::get_alp_dataset(), result_path);
6}
7
8TEST_F(ALPBench, bench_alp_on_sp_dataset) {
9 std::string result_path = alp_bench::get_paths().alp_result_dir_path + "compression_ratio/float/sp_dataset.csv";

Callers

nothing calls this directly

Calls 5

get_pathsFunction · 0.85
get_alp_datasetFunction · 0.85
get_sp_datasetsFunction · 0.85
get_issue_datasetFunction · 0.85

Tested by

no test coverage detected