#include "catch.hpp"
#include "kblib/sort.h"
#include "kblib/stats.h"
#include "kblib/stringops.h"
#include <iomanip>
#include <iostream>
#include <map>
Go to the source code of this file.
|
#define | TIME(...) time_and_log(__LINE__, __VA_ARGS__) |
|
◆ TIME
#define TIME |
( |
|
... | ) |
time_and_log(__LINE__, __VA_ARGS__) |
◆ linear()
auto linear |
( |
std::size_t |
i | ) |
|
◆ sort_test()
template<typename T , std::size_t N>
◆ TEST_CASE() [1/3]
TEST_CASE |
( |
"byte extraction" |
| ) |
|
◆ TEST_CASE() [2/3]
TEST_CASE |
( |
"insertion sort performance" |
| ) |
|
◆ TEST_CASE() [3/3]