codex
Loading...
Searching...
No Matches
bench.hpp
Go to the documentation of this file.
1#ifndef CODEX_BENCH_BENCH_H
2#define CODEX_BENCH_BENCH_H
3
4namespace codex {
5
11constexpr auto BENCHMARK_SIZES_ENV = "CODEX_BENCHMARK_SIZES";
12
20bool set_benchmark_sizes_from_env(const char *env);
21
22}
23
24#endif
Definition rotate.hpp:6
constexpr auto BENCHMARK_SIZES_ENV
Environment variable used to override the input sizes in benchmarks.
Definition bench.hpp:11
bool set_benchmark_sizes_from_env(const char *env)
Calls QTest::newRow for each size/tag pair in the environment variable.
Definition bench.cpp:11