Skip to content

Commit

Permalink
Delete the old load/stress test code (#47)
Browse files Browse the repository at this point in the history
fixes HNT-5021
  • Loading branch information
texuf authored May 23, 2024
1 parent f3a0720 commit 446e726
Show file tree
Hide file tree
Showing 23 changed files with 14 additions and 3,838 deletions.
25 changes: 0 additions & 25 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,30 +71,5 @@
"args": ["${file}", "--config", "${workspaceFolder}/core/sdk/jest.config.ts", "-i", "--no-cache", "--forceExit"],
"console": "integratedTerminal",
},
{
"name": "Stress Jest: current file in 'core/sdk/' (single)",
"type": "node",
"request": "launch",
"env": { "NODE_ENV": "development", "NODE_TLS_REJECT_UNAUTHORIZED": "0", "RIVER_ENV": "local_single_ne", "DEBUG": "csb:test:stress*", "DEBUG_DEPTH":"10" },
"program": "${workspaceFolder}/node_modules/.bin/jest",
"runtimeArgs": ["--experimental-vm-modules", "--experimental-wasm-modules"],
"args": ["${file}", "--config", "${workspaceFolder}/core/sdk/jest.config.ts", "-i", "--no-cache", "--logHeapUsage", "--runInBand", "--testTimeout=7200000"],
"console": "integratedTerminal",
},
{
"name": "Casablanca Core Jest Tests Jsdom",
"type": "node",
"request": "launch",
"runtimeArgs": [
"--inspect-brk",
"${workspaceRoot}/node_modules/jest/bin/jest.js",
"--runInBand",
"--config",
"${workspaceRoot}/core/core/jest.config.jsdom.ts",
"${fileBasenameNoExtension}",
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
},
]
}
Loading

0 comments on commit 446e726

Please sign in to comment.