diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-12-20 15:08:37 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-12-20 15:08:37 +0000 |
| commit | 0b34bd33d9b74e51adccba4b330b0bd264a7d24c (patch) | |
| tree | aaef37fc02cbd8b70cadc6ce94e83e85f83c32b8 /test/perf-ingest.cpp | |
| parent | 28892f3d4cf6d9fb6486de5197dd6d46da706f13 (diff) | |
| download | webstat-0b34bd33d9b74e51adccba4b330b0bd264a7d24c.tar.bz2 webstat-0b34bd33d9b74e51adccba4b330b0bd264a7d24c.tar.xz webstat-0b34bd33d9b74e51adccba4b330b0bd264a7d24c.zip | |
Rename test utilities to avoid name conflict.
Diffstat (limited to 'test/perf-ingest.cpp')
| -rw-r--r-- | test/perf-ingest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/perf-ingest.cpp b/test/perf-ingest.cpp index 3251107..69212de 100644 --- a/test/perf-ingest.cpp +++ b/test/perf-ingest.cpp @@ -1,7 +1,7 @@ #include <benchmark/benchmark.h> #include <filesystem> -#include "test-util.hpp" +#include "testing-util.hpp" #include <c++11Helpers.h> #include <ingestor.hpp> |
