diff --git a/website/src/app/benchmarks/BenchmarksContent.tsx b/website/src/app/benchmarks/BenchmarksContent.tsx index 48b4b551..f05d78b6 100644 --- a/website/src/app/benchmarks/BenchmarksContent.tsx +++ b/website/src/app/benchmarks/BenchmarksContent.tsx @@ -86,10 +86,10 @@ export function BenchmarksContent() { GoSQLX Parse Benchmarks - Benchmark - Query Type - Apple M4 - Baseline (CI) + Benchmark + Query Type + Apple M4 + Baseline (CI) @@ -98,10 +98,10 @@ export function BenchmarksContent() { key={b.name} className="border-b border-white/[0.04] hover:bg-white/[0.03] transition-colors" > - {b.name} - {b.query} - {b.m4} - {b.baseline} + {b.name} + {b.query} + {b.m4} + {b.baseline} ))} @@ -124,52 +124,52 @@ export function BenchmarksContent() { Competitor Library Comparison - Library - Language - Ops/sec - Memory/op - Zero-copy + Library + Language + Ops/sec + Memory/op + Zero-copy - + GoSQLX{' '} This Library - Go - 1.38M+ - Low - + Go + 1.38M+ + Low + - xwb1989/sqlparser - Go - ~380K - Higher - + xwb1989/sqlparser + Go + ~380K + Higher + - pg_query_go - Go - ~220K - Higher (CGo) - + pg_query_go + Go + ~220K + Higher (CGo) + - blastrain/sqlparser - Go - ~290K - Medium - + blastrain/sqlparser + Go + ~290K + Medium + diff --git a/website/src/components/home/CodeExamples.tsx b/website/src/components/home/CodeExamples.tsx index 0e821a5b..699cf3b7 100644 --- a/website/src/components/home/CodeExamples.tsx +++ b/website/src/components/home/CodeExamples.tsx @@ -109,7 +109,7 @@ export function CodeExamples() { -
+
{tabs.map((tab, i) => (