On 7/17/25 12:23 AM, Junio C Hamano wrote: > René Scharfe <l.s.r@xxxxxx> writes: > >> t/perf/p1501-rev-parse-oneline.sh | 55 +++++++++++++++++++++++++++++++ >> create mode 100755 t/perf/p1501-rev-parse-oneline.sh > > This unfortunately calls for something like. > > Tonight's integration cycle I have this on top of your series > in 'seen'. > > Subject: [PATCH] fixup! commit: convert pop_most_recent_commit() to prio_queue > > t/meson.build | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/t/meson.build b/t/meson.build > index d052fc3e23..b39f6d008d 100644 > --- a/t/meson.build > +++ b/t/meson.build > @@ -1117,6 +1117,7 @@ benchmarks = [ > 'perf/p1450-fsck.sh', > 'perf/p1451-fsck-skip-list.sh', > 'perf/p1500-graph-walks.sh', > + 'perf/p1501-rev-parse-oneline.sh', > 'perf/p2000-sparse-operations.sh', > 'perf/p3400-rebase.sh', > 'perf/p3404-rebase-interactive.sh', Oh, OK, thanks. Will include it in v2. René