Fix Trino benchmark and sample queries for valid syntax and parallel demo

This commit is contained in:
mo
2026-06-25 01:24:35 +00:00
parent 170eb2418b
commit 2cf90c9e14
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ export function SqlWorkbench({ engine }: Props) {
{benchmark?.comparison && (
<div className="shrink-0 border-b border-amber-500/30 bg-amber-500/10 px-3 py-2 text-[11px]">
<span className="font-semibold text-amber-300">Benchmark (2M rows): </span>
<span className="font-semibold text-amber-300">Benchmark (5M parallel compute): </span>
PostgreSQL <span className="font-mono">{benchmark.comparison.postgres_ms}ms</span>
{' · '}
Trino <span className="font-mono">{benchmark.comparison.trino_ms}ms</span>