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

https://github.com/haixuxu/wct

web concurrency test tools
https://github.com/haixuxu/wct

benchmark concurrency http nodejs

Last synced: 8 months ago
JSON representation

web concurrency test tools

Awesome Lists containing this project

README

          

## wct

web concurrency test

## example

```js
var workbench = new WebApiBench({
url: "http://127.0.0.1:8888/",
vuser: 10, // concurrency
timeSpace: 2, //
runSecs: 5 * 60, // runing time
slowStart: true, // slow start vuser
});

workbench.start();
```