Remotely/Tests.LoadTester/Properties/launchSettings.json
Jared Goodwin bf5d4daac6 Search fixes.
Add load-testing project.

Add using around webclient.
2021-07-29 07:56:33 -07:00

8 lines
218 B
JSON

{
"profiles": {
"Tests.LoadTester": {
"commandName": "Project",
"commandLineArgs": "-serverurl https://localhost:5001 -organizationid 6b8ff6b6-a5ac-4e38-a022-3b64f2e6b486 -agentcount 1000"
}
}
}