Skip to content

Commit aba6e63

Browse files
committed
work on perf
1 parent 6bced5b commit aba6e63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mk/platform.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ifneq ($(findstring freebsd,$(CFG_OSTYPE)),)
3535
CFG_LDENV := LD_LIBRARY_PATH
3636
CFG_DEF_SUFFIX := .bsd.def
3737
CFG_INSTALL_NAME =
38+
CFG_PERF_TOOL := /usr/bin/time
3839
endif
3940

4041
ifneq ($(findstring linux,$(CFG_OSTYPE)),)

mk/tests.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ check-stage$(1)-T-$(2)-H-$(3)-bench-dummy: \
288288

289289
check-stage$(1)-T-$(2)-H-$(3)-perf-dummy: \
290290
$$(HBIN$(1)_H_$(3))/compiletest$$(X) \
291-
$$(SREQ$(1)_T_$(2)_H_$(3)) \
292-
$$(BENCH_TESTS)
291+
$$(SREQ$(1)_T_$(2)_H_$(3)) \
292+
$$(BENCH_TESTS)
293293
@$$(call E, perf: $$<)
294294
$$(Q)$$(call CFG_RUN_CTEST,$(1),$$<,$(3)) \
295295
$$(PERF_ARGS$(1)-T-$(2)-H-$(3))

0 commit comments

Comments
 (0)