Skip to content

Commit 1e171e7

Browse files
committed
clean up benchmark test
1 parent 6e55ef6 commit 1e171e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/Debug/MultiGetBenchmark.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const ALL_COLLECTIONS = [
3232

3333
const STRATEGIES: Array<{key: MultiGetStrategy; label: string}> = [
3434
{key: 'in_clause', label: 'IN clause'},
35-
{key: 'in_clause_no_parse', label: 'IN (no parse)'},
3635
{key: 'json_each_join', label: 'json_each JOIN'},
3736
{key: 'chunked_500', label: 'Chunk 500'},
3837
{key: 'temp_table', label: 'Temp table'},

0 commit comments

Comments
 (0)