Skip to content

Commit 43465fe

Browse files
authored
Fix: update comparison page to use PNPM's up-to-date repo (#631)
**Summary** Fixes #372 by redirecting the `/compare` page to PNPM's benchmark repo. Until we have a contionously running benchmark suite for all package managers, this is a good enough solution that provides a lot more recent stats.
1 parent b6536cd commit 43465fe

File tree

6 files changed

+6
-195
lines changed

6 files changed

+6
-195
lines changed

_data/comparison.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

_layouts/pages/compare.html

Lines changed: 0 additions & 92 deletions
This file was deleted.

_redirects

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ layout: null
2121
/latest-rc.msi https://github.com/yarnpkg/yarn/releases/download/v{{site.latest_rc_version}}/yarn-{{site.latest_rc_version}}.msi 302
2222
/latest-rc.deb https://github.com/yarnpkg/yarn/releases/download/v{{site.latest_rc_version}}/yarn_{{site.latest_rc_version}}_all.deb 302
2323
/latest-rc.rpm https://github.com/yarnpkg/yarn/releases/download/v{{site.latest_rc_version}}/yarn-{{site.latest_rc_version}}-1.noarch.rpm 302
24+
25+
# Comparison page to PNPM's benchmark repo
26+
/compare https://github.com/pnpm/node-package-manager-benchmark 302
27+
:lang/compare https://github.com/pnpm/node-package-manager-benchmark 302
28+
lang/:lang/compare https://github.com/pnpm/node-package-manager-benchmark 302
29+
2430
{% capture _redirects %}
2531

2632
{% assign urls_sorted = site.pages | map: "url" | sort %}

_sass/_compare.scss

Lines changed: 0 additions & 50 deletions
This file was deleted.

css/main.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ $npm-red: #C12127;
3939
@import "_navs.scss";
4040
@import "_cards.scss";
4141
@import "_badges.scss";
42-
@import "_compare.scss";
4342
@import "_toc.scss";
4443
@import "_footer.scss";
4544
@import "_search.scss";

lang/en/compare.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)