Files
Siro/stress_test/package.json
T

18 lines
408 B
JSON

{
"name": "siro-stress-test",
"version": "1.0.0",
"description": "Stress testing suite for Siro ride-hailing services",
"main": "load_test.js",
"scripts": {
"test": "node load_test.js",
"test:multi": "node load_test.js --trips=100"
},
"dependencies": {
"axios": "^1.6.8",
"socket.io-client": "^4.7.5",
"uuid": "^9.0.1",
"yargs": "^17.7.2",
"dotenv": "^16.4.5"
}
}