ClickHouse/dbms/programs/performance-test
Alexander Kuzmenkov 367c537106 Do not include Field.h everywhere through SettingsCommon.h.
Move the methods of SettingsCollection<> that are dependent on Field to
a separate file, and include it once for each instantiation. This allows
to work on Field without always recompiling the entire project.
2019-10-07 20:23:05 +03:00
..
applySubstitutions.cpp
applySubstitutions.h
clickhouse-performance-test.cpp
CMakeLists.txt
ConfigPreprocessor.cpp
ConfigPreprocessor.h
executeQuery.cpp
executeQuery.h
JSONString.cpp
JSONString.h
PerformanceTest.cpp In performance test, do not read query log for queries we didn't run. (#6427) 2019-08-14 14:04:11 +03:00
PerformanceTest.h
PerformanceTestInfo.cpp Do not include Field.h everywhere through SettingsCommon.h. 2019-10-07 20:23:05 +03:00
PerformanceTestInfo.h
PerformanceTestSuite.cpp Renaming 2019-08-23 18:47:27 +03:00
ReportBuilder.cpp Do not report strange exception messages into JSON report from performance-test 2019-07-29 12:05:37 +03:00
ReportBuilder.h
StopConditionsSet.cpp Typo 2019-09-13 19:24:59 +03:00
StopConditionsSet.h
TestStats.cpp
TestStats.h
TestStopConditions.cpp
TestStopConditions.h