mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

- Added 'performance' make target that constructs an 8,000+ task database and runs benchmark queries against it.
6 lines
218 B
CMake
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)
|
|
|