Skip to content

nezzzumi/best-of

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Best Of

This tool runs a command/program 10 times and shows the min, max and average time elapsed (like Linux's time).

The runs are synchronous and single-threaded.

Installation

Just download the latest release.

Usage

You need to run the tool passing the command/program as an argument.

The default number of runs is 10, but you can change it in the source code.

Example:

$ ./best-of ls -la

the min was 0.001849301s
the max was 0.009776543s
the avg was 0.0028993331s

References

The idea came when I was watching Antony's live stream, and he was using something similar.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages