Performance Testing
- Added 'performance' make target that constructs an 8,000+ task database and runs benchmark queries against it.
This commit is contained in:
6
performance/CMakeLists.txt
Normal file
6
performance/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
add_custom_target (performance ./run_perf
|
||||
DEPENDS task_executable
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/performance)
|
||||
|
||||
Reference in New Issue
Block a user