]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nk/perf-fsmonitor'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2020 21:32:52 +0000 (13:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Nov 2020 21:32:52 +0000 (13:32 -0800)
commita643735c176798fbcfd1c885349c5471c3c57a08
treeafb04e3b1bc53887a1ca1cd086ca2af60faefd36
parent66c62eaec66bb585caabf560a5e1e49cd64e7a1f
parent1c6833c800ad98adecd85815db103cfd4d06c50a
Merge branch 'nk/perf-fsmonitor'

Add t/perf support for fsmonitor.

* nk/perf-fsmonitor:
  t/perf/fsmonitor: add benchmark for dirty status
  t/perf/fsmonitor: perf comparison of multiple fsmonitor integrations
  t/perf/fsmonitor: initialize test with git reset
  t/perf/fsmonitor: factor setup for fsmonitor into function
  t/perf/fsmonitor: silence initial git commit
  t/perf/fsmonitor: shorten DESC to basename
  t/perf/fsmonitor: factor description out for readability
  t/perf/fsmonitor: improve error message if typoing hook name
  t/perf/fsmonitor: move watchman setup to one-time-repo-setup
  t/perf/fsmonitor: separate one time repo initialization