]> git.ipfire.org Git - thirdparty/git.git/commit
meson: wire up benchmarking options
authorPatrick Steinhardt <ps@pks.im>
Mon, 28 Apr 2025 07:30:50 +0000 (09:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Apr 2025 20:13:52 +0000 (13:13 -0700)
commitc3fc5c68f65fdd50d94672267cf2be77d96cfcf7
treeee6af59886a973b7d0c03f69364b02b79a9071bf
parentd84eefaeea10cba53fda063f2b68e6c47f250029
meson: wire up benchmarking options

Wire up a couple of benchmarking options that we end up writing into our
"GIT-BUILD-OPTIONS" file. These options allow users to control how
exactly benchmarks are executed.

Note that neither `GIT_PERF_MAKE_COMMAND` nor `GIT_PERF_MAKE_OPTS` are
exposed as a build option. Those options are used by "t/perf/run", which
is not used by Meson.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
meson.build
meson_options.txt