We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3256ba1 commit 8333c33Copy full SHA for 8333c33
scripts/cts/testServer/benchmark.ts
@@ -52,7 +52,7 @@ function addRoutes(app: Express): void {
52
}),
53
);
54
55
- app.post('/1/indexes/*/queries', (req, res) => {
+ app.post('/1/indexes/\\*/queries', (req, res) => {
56
const lang = req.body.requests[0].indexName.replace('cts_e2e_benchmark_search_', '');
57
if (!benchmarkStatus[lang]) {
58
benchmarkStatus[lang] = { requestTimes: [] };
0 commit comments