git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8cd7ebc
)
Run the perf test suite for profile feedback too
author
Andi Kleen
<redacted>
Tue, 8 Jul 2014 06:35:10 +0000
(23:35 -0700)
committer
Junio C Hamano
<redacted>
Tue, 8 Jul 2014 17:56:37 +0000
(10:56 -0700)
Signed-off-by: Andi Kleen <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a9770ac4766a70a9259096b831f3b259f6d34ca3..ba64be9fb2d39fab04127d520d63562d62301dea 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1647,6
+1647,7
@@
ifeq ($(filter all,$(MAKECMDGOALS)),all)
all:: profile-clean
$(MAKE) PROFILE=GEN all
$(MAKE) PROFILE=GEN -j1 test
+ $(MAKE) PROFILE=GEN -j1 perf
endif
endif
git clone https://git.99rst.org/PROJECT