Skip to content

Commit

Permalink
makefile: add package name to bench command
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Jun 13, 2024
1 parent e553ad8 commit 61be7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ test/k3s/clean: bin/k3s/clean;

.PHONY: bench
bench:
$(CARGO) bench
$(CARGO) bench -p containerd-shim-benchmarks

.PHONY: clean
clean:
Expand Down

0 comments on commit 61be7ab

Please sign in to comment.