MXS-1992 Add program for measuring cache performance

With this program it is possible to find out the difference in
performance between cached and non-cached query classification.
This commit is contained in:
Johan Wikman
2018-07-30 14:56:32 +03:00
parent 18180cd4ac
commit f584b481eb
2 changed files with 162 additions and 0 deletions

View File

@ -24,6 +24,9 @@ if (BUILD_QC_MYSQLEMBEDDED)
add_executable(compare compare.cc testreader.cc)
target_link_libraries(compare maxscale-common)
add_executable(qc_cache qc_cache.cc)
target_link_libraries(qc_cache maxscale-common)
add_executable(version_sensitivity version_sensitivity.cc)
target_link_libraries(version_sensitivity maxscale-common)