mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
9 lines
221 B
C++
9 lines
221 B
C++
#pragma once
|
|
|
|
namespace json_benchmark {
|
|
|
|
static constexpr const char *TWITTER_JSON = SIMDJSON_BENCHMARK_DATA_DIR "twitter.json";
|
|
static constexpr const char *NUMBERS_JSON = SIMDJSON_BENCHMARK_DATA_DIR "numbers.json";
|
|
|
|
}
|