https://github.com/ngot/xtpl-benchmark
https://github.com/ngot/xtpl-benchmark
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngot/xtpl-benchmark
- Owner: ngot
- Created: 2017-03-30T05:45:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T06:06:28.000Z (over 8 years ago)
- Last Synced: 2025-07-03T08:07:36.173Z (4 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# benchmark for xtpl
## dependencies
```
npm install
```
## fibjs
```
fibjs fib-workers.js
```
and then
```
wrk -c10 -t2 -d10 --latency http://127.0.0.1:8000
```
## Node.js
```
node node-cluster.js
```
and then
```
wrk -c10 -t2 -d10 --latency http://127.0.0.1:8000
```