Fix Trino benchmark and sample queries for valid syntax and parallel demo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user