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-25 04:11:14 -03:00
Code Issues Packages Projects Releases Wiki Activity
Files
3191ac13e553d71cc2b1526121aa352efc8a3d89
fish-shell/cmake/Benchmark.cmake

8 lines
177 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
cmake: build executables by driving cargo directly Drops the requirement for Corrosion, as almost none of its extensive features are required.
2024-01-25 19:58:50 +08:00
COMMAND ${CMAKE_SOURCE_DIR}/benchmarks/driver.sh ${CMAKE_BINARY_DIR}/fish
DEPENDS 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: 104ms 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