Less test data for speedier compiles

This commit is contained in:
Marcus Holland-Moritz 2022-11-18 15:46:28 +01:00
parent bd09004889
commit 71a22bd54c
3 changed files with 1 additions and 52770 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
namespace dwarfs::test {
constexpr size_t NUM_STRINGS = 65536;
constexpr size_t NUM_STRINGS = 16384;
extern std::array<std::string_view, NUM_STRINGS> test_strings;