File tree Expand file tree Collapse file tree
components/HomepageFeatures Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ type FeatureItem = {
1212const 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 ) ,
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments