https://github.com/ulisesgascon/express-performance-comparator
Express Library performance comparator
https://github.com/ulisesgascon/express-performance-comparator
Last synced: 4 months ago
JSON representation
Express Library performance comparator
- Host: GitHub
- URL: https://github.com/ulisesgascon/express-performance-comparator
- Owner: UlisesGascon
- License: mit
- Created: 2023-11-11T19:45:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T20:04:56.000Z (over 1 year ago)
- Last Synced: 2025-03-24T20:02:23.320Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-performance-comparator
Express Library performance comparator
### Usage
In this example we compare the performance of express 4.1.2 and 4.18.2 using the official express bechmarking tool.
```bash
node compare.js 4.1.2 4.18.2
```You can use VSCode to compare the files, just open the folder in VSCode and select the files you want to compare and right-click on the compare button.
The generated files are: `previous.txt` and `current.txt`