Skip to content

Commit cd956c8

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
Update docs homepage with corrected ClickBench results and GitHub stars
- Update ClickBench cold run: 36.43s → 120.25s - Update GitHub stars: 205+ → 302 - Update meta description with corrected values - Update HomepageFeatures component with corrected values 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cf94919 commit cd956c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/HomepageFeatures/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ type FeatureItem = {
1212
const FeatureList: FeatureItem[] = [
1313
{
1414
title: 'Blazing Fast Analytics',
15-
icon: '36.43s',
15+
icon: '120.25s',
1616
description: (
1717
<>
18-
Fastest time-series database with 36.43s cold run on ClickBench (99.9M rows).
18+
Fastest time-series database with 120.25s cold run on ClickBench (99.9M rows).
1919
Powered by DuckDB's columnar engine for lightning-fast SQL queries with full ANSI SQL support.
2020
</>
2121
),

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function HomepageHeader() {
3131
</Link>
3232
</div>
3333
<div style={{marginTop: '2rem', fontSize: '1.2rem', opacity: 0.9}}>
34-
<strong>36.43s</strong> ClickBench cold run • <strong>2.42M</strong> records/sec • <strong>205+</strong> GitHub stars
34+
<strong>120.25s</strong> ClickBench cold run • <strong>2.42M</strong> records/sec • <strong>302</strong> GitHub stars
3535
</div>
3636
</div>
3737
</header>
@@ -42,7 +42,7 @@ export default function Home(): ReactNode {
4242
return (
4343
<Layout
4444
title="Arc - Fastest Time-Series Database"
45-
description="Arc is the fastest time-series database. 36.43s cold run on ClickBench, 2.42M records/sec ingestion, powered by DuckDB and Parquet.">
45+
description="Arc is the fastest time-series database. 120.25s cold run on ClickBench, 2.42M records/sec ingestion, powered by DuckDB and Parquet.">
4646
<HomepageHeader />
4747
<main>
4848
<HomepageFeatures />

0 commit comments

Comments
 (0)