aboutsummaryrefslogtreecommitdiffstats
path: root/t/perf/aggregate.perl
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-05-05 14:56:24 -0700
committerJunio C Hamano <gitster@pobox.com>2025-05-05 14:56:25 -0700
commitcc14ba68d744b7d5db03419e15c7047cc19bf559 (patch)
tree702d43c365f9f6c42da32e2408a5f5370695925e /t/perf/aggregate.perl
parentb50795db7969712ef937906d548fe9eb58cb9fb5 (diff)
parentc3fc5c68f65fdd50d94672267cf2be77d96cfcf7 (diff)
downloadgit-cc14ba68d744b7d5db03419e15c7047cc19bf559.tar.gz
Merge branch 'ps/meson-build-perf-bench'
The build procedure based on Meson learned to drive the benchmarking tests. * ps/meson-build-perf-bench: meson: wire up benchmarking options meson: wire up benchmarks t/perf: fix benchmarks with out-of-tree builds t/perf: use configured PERL_PATH t/perf: fix benchmarks with alternate repo formats
Diffstat (limited to 't/perf/aggregate.perl')
-rwxr-xr-xt/perf/aggregate.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/aggregate.perl b/t/perf/aggregate.perl
index 575d2000cc..1791c7528a 100755
--- a/t/perf/aggregate.perl
+++ b/t/perf/aggregate.perl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
use lib '../../perl/build/lib';
use strict;