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-27 06:31:19 -03:00
Code Issues Packages Projects Releases Wiki Activity
Files
0a559ac457f345c3634ced79c9d111253174b4e2
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: 82ms Template: 5ms
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