mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-05 14:07:21 +02:00
Update performance scripts (#3532)
* update performance script to work with out-of-source build * update displayed messages and remove perf.rc file * remove .gitignore in performance folder
This commit is contained in:
parent
eb22036f6b
commit
85f52e3630
5 changed files with 22 additions and 20 deletions
|
@ -1,6 +1,11 @@
|
|||
cmake_minimum_required (VERSION 3.22)
|
||||
|
||||
add_custom_target (performance ./run_perf
|
||||
DEPENDS task_executable
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/performance)
|
||||
configure_file(compare_runs.py compare_runs.py COPYONLY)
|
||||
configure_file(load load)
|
||||
configure_file(run_perf run_perf)
|
||||
|
||||
add_custom_target (performance ${CMAKE_BINARY_DIR}/performance/run_perf
|
||||
DEPENDS task_executable
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/performance)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue