Skip to content

Commit 05aaa23

Browse files
committed
remove makefile command output
1 parent aae02fb commit 05aaa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ alert_threshold ?= 5
2727
aggregation_method ?= "mean"
2828

2929
bench/compare:
30-
python ./build/ci/compare_benchmarks.py \
30+
@python ./build/ci/compare_benchmarks.py \
3131
$(old_bench) $(new_bench) \
3232
--alert-threshold $(alert_threshold) \
3333
--aggregation $(aggregation_method)

0 commit comments

Comments
 (0)