Skip to content

Commit c1c393b

Browse files
committed
show nprocs in timing results
1 parent 6a7871d commit c1c393b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616

1717
perf_execs := $(foreach n,$(nprocs),concurrency-noprint-x$(n))
1818
perf_test: $(perf_execs)
19-
for x in $(perf_execs) ; do $(perf) ./$$x ; done
19+
for x in $(perf_execs) ; do echo ; echo $$x : ; $(perf) ./$$x ; done
2020

2121
out_files := $(foreach n,$(nprocs),out-$(n))
2222
integrity_check: $(out_files)

0 commit comments

Comments
 (0)