mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 14:31:43 +08:00
c39950e49a
This adds a benchmark target to CMake to run the new benchmarks. example: ninja benchmark
6 lines
137 B
CMake
6 lines
137 B
CMake
# Support for benchmarking fish.
|
|
|
|
ADD_CUSTOM_TARGET(benchmark
|
|
COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh $<TARGET_FILE:fish>
|
|
)
|