Skip to content

Commit

Permalink
Add installation of hyperfine
Browse files Browse the repository at this point in the history
  • Loading branch information
matyama committed Mar 5, 2022
1 parent b02ec42 commit 75476ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,8 @@ endif
# (https://github.com/BurntSushi/ripgrep)
# - mdbook: Build a book from Markdown files
# (https://github.com/rust-lang/mdBook)
# - hyperfine: A command-line benchmarking tool
# (https://github.com/sharkdp/hyperfine)
rust-tools: rust
@echo ">>> Installing cargo-readme: https://crates.io/crates/cargo-readme"
cargo install cargo-readme
Expand Down Expand Up @@ -672,6 +674,8 @@ rust-tools: rust
cargo install ripgrep
@echo ">>> Installing mdbook: https://github.com/rust-lang/mdBook"
cargo install mdbook
@echo ">>> Installing hyperfine: https://github.com/sharkdp/hyperfine"
cargo install hyperfine

alacritty: DOWNLOAD_URL := https://github.com/alacritty/alacritty/releases/download
alacritty: $(ALACRITTY_CONFIG_DIR) $(MAN1_DIR) net-tools x-utils
Expand Down

0 comments on commit 75476ce

Please sign in to comment.