https://github.com/shadowtime2000/performance-cli
A command line tool to test the performance of other command line tools.
https://github.com/shadowtime2000/performance-cli
Last synced: about 1 year ago
JSON representation
A command line tool to test the performance of other command line tools.
- Host: GitHub
- URL: https://github.com/shadowtime2000/performance-cli
- Owner: shadowtime2000
- License: mit
- Created: 2020-09-17T23:10:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T03:41:33.000Z (over 5 years ago)
- Last Synced: 2025-03-11T07:23:02.410Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# performance-cli
A command line tool to test the performance of other command line tools.
## Installation
`npm install -g performance-cli`
### Usage
```
Usage: performance-cli [args]
Commands:
performance-cli run [command] [async]
Options:
--version Show version number [boolean]
--help Show help [boolean]
```
`performance --command "echo cool" --async`