diff options
author | Nipunn Koorapati <nipunn@dropbox.com> | 2020-10-20 13:40:59 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-20 12:52:22 -0700 |
commit | dc69d47d216b9ba1b23ecd67e199dfa11192ebbb (patch) | |
tree | 8d9afc250a73ef3e3945e78c312c80c1a76b3e2c /t/perf | |
parent | fsmonitor: use fsmonitor data in `git diff` (diff) | |
download | tgif-dc69d47d216b9ba1b23ecd67e199dfa11192ebbb.tar.xz |
t/perf/README: elaborate on output format
Signed-off-by: Nipunn Koorapati <nipunn@dropbox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/perf')
-rw-r--r-- | t/perf/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/perf/README b/t/perf/README index bd649afa97..fb9127a66f 100644 --- a/t/perf/README +++ b/t/perf/README @@ -28,6 +28,8 @@ the tests on the current git repository. 7810.3: grep --cached, cheap regex 3.07(3.02+0.25) 7810.4: grep --cached, expensive regex 9.39(30.57+0.24) +Output format is in seconds "Elapsed(User + System)" + You can compare multiple repositories and even git revisions with the 'run' script: |