Introduce a performance testing framework
authorThomas Rast <trast@student.ethz.ch>
Fri, 17 Feb 2012 10:25:09 +0000 (11:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Feb 2012 16:21:22 +0000 (08:21 -0800)
commit342e9ef...d9ecc802191ef62a51f4e7db2ede41b1
tree6c8727c...9081504a26ff4a1009f9228d7dd5a98fcopy hash to clipboard (tree)
parent12a29b1...50d47594eb3a29003e3f1eb540580aaacopy hash to clipboard (diff)
12 files changed:
Makefile
t/Makefile
t/perf/.gitignore [new file with mode: 0644]
t/perf/Makefile [new file with mode: 0644]
t/perf/README [new file with mode: 0644]
t/perf/aggregate.perl [new file with mode: 0755]
t/perf/min_time.perl [new file with mode: 0755]
t/perf/p0000-perf-lib-sanity.sh [new file with mode: 0755]
t/perf/p0001-rev-list.sh [new file with mode: 0755]
t/perf/perf-lib.sh [new file with mode: 0644]
t/perf/run [new file with mode: 0755]
t/test-lib.sh