We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca2d66 commit d42f07eCopy full SHA for d42f07e
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 50e2e07255fd3469b0c6d8a2725983bccf0c67b2
+refs/heads/master: c1be673e760963b3360b987d694cd48852a77272
trunk/mk/perf.mk
@@ -10,5 +10,5 @@ rustc-perf$(X): $(CFG_HOST_TRIPLE)/stage2/bin/rustc$(X)
10
endif
11
12
perf: check-stage2-perf rustc-perf$(X)
13
- $(Q)find test/perf -name \*.err | xargs cat
+ $(Q)find $(CFG_HOST_TRIPLE)/test/perf -name \*.err | xargs cat
14
$(Q)cat rustc-perf.err
0 commit comments