Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
migrate
  • Loading branch information
millotp committed Apr 7, 2025
commit 8333c33599497d6cec6a48e6ad2b07ee114ecc8c
2 changes: 1 addition & 1 deletion scripts/cts/testServer/benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function addRoutes(app: Express): void {
}),
);

app.post('/1/indexes/*/queries', (req, res) => {
app.post('/1/indexes/\\*/queries', (req, res) => {
const lang = req.body.requests[0].indexName.replace('cts_e2e_benchmark_search_', '');
if (!benchmarkStatus[lang]) {
benchmarkStatus[lang] = { requestTimes: [] };
Expand Down