Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngot/xtpl-benchmark


https://github.com/ngot/xtpl-benchmark

Last synced: about 2 months ago
JSON representation

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
```