Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngot/xtpl-benchmark
https://github.com/ngot/xtpl-benchmark
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngot/xtpl-benchmark
- Owner: ngot
- Created: 2017-03-30T05:45:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T06:06:28.000Z (almost 8 years ago)
- Last Synced: 2024-10-16T21:26:36.305Z (3 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- 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
```