Skip to content

Commit 15e1017

Browse files
committed
dev: hide the script calls
1 parent 74751bd commit 15e1017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ fast_check_generated:
6565
# Benchmark with a local version
6666
# LINTER=gosec VERSION=v1.59.0 make bench_local
6767
bench_local:
68-
./scripts/bench/bench_local.sh $(LINTER) $(VERSION)
68+
@./scripts/bench/bench_local.sh $(LINTER) $(VERSION)
6969
.PHONY: bench_local
7070

7171
# Benchmark between 2 existing versions
7272
# LINTER=gosec VERSION_OLD=v1.58.2 VERSION_NEW=v1.59.0 make bench_version
7373
bench_version:
74-
./scripts/bench/bench_version.sh $(LINTER) $(VERSION_OLD) $(VERSION_NEW)
74+
@./scripts/bench/bench_version.sh $(LINTER) $(VERSION_OLD) $(VERSION_NEW)
7575
.PHONY: bench_version
7676

7777
# Non-PHONY targets (real files)

0 commit comments

Comments
 (0)