Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: delete benchmark page #7566

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion website/docs/en/misc/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
"faq",
"glossary",
"benchmark",
{
"type": "dir",
"name": "planning",
Expand Down
115 changes: 0 additions & 115 deletions website/docs/en/misc/benchmark.mdx

This file was deleted.

1 change: 0 additions & 1 deletion website/docs/zh/misc/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
"faq",
"glossary",
"benchmark",
{
"type": "dir",
"name": "planning",
Expand Down
115 changes: 0 additions & 115 deletions website/docs/zh/misc/benchmark.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion website/theme/components/Benchmark/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function Benchmark() {
<BaseBenchmark data={BENCHMARK_DATA} />
<div className="flex flex-col items-center">
<a
href="misc/benchmark.html"
href="https://github.com/rspack-contrib/performance-compare"
target="_blank"
className={`${styles.bottomLink} hover:text-brand transition-colors duration-300 font-medium p-2`}
rel="noreferrer"
Expand Down
Loading