Skip to content

Commit 2af43fd

Browse files
committed
benchmark
1 parent f6f0199 commit 2af43fd

5 files changed

Lines changed: 3321 additions & 1 deletion

File tree

src/components/home-next/NavbarNext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function buildNavItems(docsHref: string, releasesHref: string): NavItem[] {
3636
label: 'Why Doris',
3737
items: [
3838
{ label: 'Doris vs. Others', href: '/why-doris/compare' },
39-
{ label: 'Benchmarks (coming soon)', href: '#' },
39+
{ label: 'Benchmarks', href: '/why-doris/benchmarks' },
4040
{ label: 'Key Features', href: '/why-doris/key-features' },
4141
{ label: 'User Stories (coming soon)', href: '#' },
4242
],

0 commit comments

Comments
 (0)