From 06326a23b2652813cf19124c71658f23aad37c2e Mon Sep 17 00:00:00 2001 From: th108 Date: Thu, 12 Apr 2018 18:31:52 +0200 Subject: [PATCH 1/2] Add hyperfine - command-line benchmarking tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 851922f..c655f90 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) — combines the usability of The Silver Searcher with the raw speed of grep [](https://travis-ci.org/BurntSushi/ripgrep) * [BurntSushi/xsv](https://github.com/BurntSushi/xsv) — a fast CSV command line tool (slicing, indexing, selecting, searching, sampling, etc.) [](https://travis-ci.org/BurntSushi/xsv) * **Utilities** + * [sharkdp/hyperfine](https://github.com/sharkdp/hyperfine) — A command-line benchmarking tool [](https://travis-ci.org/sharkdp/hyperfine) * [arthrp/quick-skeleton](https://github.com/arthrp/quick-skeleton) — Project scaffolding tool, similar to Yeoman and Slush. * [yaa110/rubigo](https://github.com/yaa110/rubigo) — Golang dependency tool and package manager, written in Rust [](https://travis-ci.org/yaa110/rubigo) * [amar-laksh/workstation](https://github.com/amar-laksh/workstation) - A commandline tool to help you manage your workstation by distancing you from your screen, locking your screen when you aren't there among other things with OPENCV! From 8493d030cc3504658fcfa1d58e5f11fa62f06c84 Mon Sep 17 00:00:00 2001 From: th108 Date: Sun, 15 Apr 2018 21:34:19 +0200 Subject: [PATCH 2/2] fix travis CI link for hyperfine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c655f90..4e0d16b 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) — combines the usability of The Silver Searcher with the raw speed of grep [](https://travis-ci.org/BurntSushi/ripgrep) * [BurntSushi/xsv](https://github.com/BurntSushi/xsv) — a fast CSV command line tool (slicing, indexing, selecting, searching, sampling, etc.) [](https://travis-ci.org/BurntSushi/xsv) * **Utilities** - * [sharkdp/hyperfine](https://github.com/sharkdp/hyperfine) — A command-line benchmarking tool [](https://travis-ci.org/sharkdp/hyperfine) + * [sharkdp/hyperfine](https://github.com/sharkdp/hyperfine) — A command-line benchmarking tool [](https://travis-ci.org/sharkdp/hyperfine) * [arthrp/quick-skeleton](https://github.com/arthrp/quick-skeleton) — Project scaffolding tool, similar to Yeoman and Slush. * [yaa110/rubigo](https://github.com/yaa110/rubigo) — Golang dependency tool and package manager, written in Rust [](https://travis-ci.org/yaa110/rubigo) * [amar-laksh/workstation](https://github.com/amar-laksh/workstation) - A commandline tool to help you manage your workstation by distancing you from your screen, locking your screen when you aren't there among other things with OPENCV!