Skip to content

mckernant1/timeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timeit

A linux timer that times the following commands.

It will print the time in milliseconds after the process exits

To Install

brew tap mckernant1/tap
brew install timeit

Available Options

--disable-output (-d)

Disables the output of the command

--num-of-times (-n) <INT>

Runs the command the command the specified amount of times. Prints all results in order at the end of any output

--continue-on-failure (-c)

By default we stop the run if an iteration fails. You can disable this by adding this flag

--parallel (-p)

Runs the jobs in parallel. Starts one thread per number of times specified

Example usage

timeit npm run build
timeit brew update

About

A linux timer that times the following commands

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published