mirror of
https://github.com/DeNNiiInc/Website-Stress-Test.git
synced 2026-04-17 12:36:00 +00:00
Optimize for high concurrency: Node.js clustering, Web Workers, and system tuning
This commit is contained in:
34
package.json
34
package.json
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "stress-testing-tool",
|
||||
"version": "1.0.0",
|
||||
"description": "Website stress testing tool with CORS proxy",
|
||||
"main": "proxy-server.js",
|
||||
"scripts": {
|
||||
"start": "node proxy-server.js",
|
||||
"proxy": "node proxy-server.js"
|
||||
},
|
||||
"keywords": [
|
||||
"stress-testing",
|
||||
"load-testing",
|
||||
"cors-proxy"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT"
|
||||
}
|
||||
{
|
||||
"name": "stress-testing-tool",
|
||||
"version": "1.0.0",
|
||||
"description": "Website stress testing tool with CORS proxy",
|
||||
"main": "proxy-server.js",
|
||||
"scripts": {
|
||||
"start": "node proxy-server.js",
|
||||
"proxy": "node proxy-server.js"
|
||||
},
|
||||
"keywords": [
|
||||
"stress-testing",
|
||||
"load-testing",
|
||||
"cors-proxy"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user