Logo
Explore Help
Sign In
h/fish-shell
1
Fork 0
You've already forked fish-shell
mirror of https://github.com/fish-shell/fish-shell.git synced 2026-04-20 16:11:14 -03:00
Code Issues Packages Projects Releases Wiki Activity
Files
f39bc9317d252ce2229ebc11a8a6fe2d98abf430
fish-shell/cmake/Benchmark.cmake

7 lines
155 B
CMake
Raw Normal View History

Add benchmark target to CMake This adds a benchmark target to CMake to run the new benchmarks. example: ninja benchmark
2019-04-10 14:30:31 -07:00
# Support for benchmarking fish.
Use lowercase CMake function names This is a best practice to distinguish them from variables.
2020-03-14 16:11:35 -07:00
add_custom_target(benchmark
Add benchmark target to CMake This adds a benchmark target to CMake to run the new benchmarks. example: ninja benchmark
2019-04-10 14:30:31 -07:00
COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh $<TARGET_FILE:fish>
Mark the benchmark as using the terminal Prevents buffering all output from the command.
2019-04-13 12:39:01 -07:00
USES_TERMINAL
Add benchmark target to CMake This adds a benchmark target to CMake to run the new benchmarks. example: ninja benchmark
2019-04-10 14:30:31 -07:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 81ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API