taskwarrior/performance/CMakeLists.txt
Paul Beckingham e3afa04e2d Performance Testing
- Added 'performance' make target that constructs an 8,000+ task database and
  runs benchmark queries against it.
2013-03-11 23:55:17 -04:00

6 lines
218 B
CMake

cmake_minimum_required (VERSION 2.8)
add_custom_target (performance ./run_perf
DEPENDS task_executable
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/performance)