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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user