mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-19 09:17:21 -04:00
Less test data for speedier compiles
This commit is contained in:
parent
bd09004889
commit
71a22bd54c
File diff suppressed because it is too large
Load Diff
49152
test/test_strings.cpp
49152
test/test_strings.cpp
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user