https://github.com/leflon/perf
https://github.com/leflon/perf
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leflon/perf
- Owner: leflon
- Created: 2021-06-29T20:04:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T20:06:20.000Z (almost 4 years ago)
- Last Synced: 2025-03-07T23:27:52.660Z (3 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# perf
## A CLI to test JavaScript instructions performances
### Work in progress.The idea behind this small tool is to easily have an idea of how fast an instruction is compared to another.
The most basic use would simply be to run the `perf`command with our two instructions to test and see which runs faster.
But better features shall be implemented, offering a dorect comparison of different instructions, testing the speed of a whole .js file, customizing the testing environment, etc...