Skip to content

Commit 3975895

Browse files
authored
Remove the old v2 benchmarks website (#8805)
## Rationale for this change The live benchmarks website is now located at https://github.com/vortex-data/benchmarks-website and it has been going strong for the past few weeks, so I think it is time to remove this. ## What changes are included in this PR? Deletes the old website code from here. ## What APIs are changed? Are there any user-facing changes? N/A Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent b51140a commit 3975895

34 files changed

Lines changed: 1 addition & 6057 deletions

.github/workflows/publish-benchmarks-website.yml

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

REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ path = "vortex-btrblocks/decision-tree.*"
1212
SPDX-FileCopyrightText = "Copyright the Vortex contributors"
1313
SPDX-License-Identifier = "CC-BY-4.0"
1414

15-
[[annotations]]
16-
path = "benchmarks-website/**"
17-
SPDX-FileCopyrightText = "Copyright the Vortex contributors"
18-
SPDX-License-Identifier = "CC-BY-4.0"
19-
2015
# Golden files are licensed under CC-BY-4.0.
2116
[[annotations]]
2217
path = "**/goldenfiles/**"

_typos.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extend-ignore-re = [
1111
# scripts/measurement_id_golden.json is a frozen hash-pin artifact whose vectors include
1212
# deliberate Unicode edge cases (JSON-escaped, so "café" reads as the token "caf"); its bytes
1313
# must never change, so it is excluded rather than "fixed".
14-
extend-exclude = ["/vortex-bench/**", "/docs/references.bib", "benchmarks/**", "vortex-sqllogictest/slt/**", "encodings/fsst/src/dfa/tests.rs", "encodings/fsst/src/dfa/flat_contains.rs", "benchmarks-website/server/static/**", "benchmarks-website/server/tests/snapshots/**", "scripts/measurement_id_golden.json"]
14+
extend-exclude = ["/vortex-bench/**", "/docs/references.bib", "benchmarks/**", "vortex-sqllogictest/slt/**", "encodings/fsst/src/dfa/tests.rs", "encodings/fsst/src/dfa/flat_contains.rs", "scripts/measurement_id_golden.json"]
1515

1616
[type.py]
1717
extend-ignore-identifiers-re = [

benchmarks-website/.dockerignore

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

benchmarks-website/.gitignore

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

benchmarks-website/Dockerfile

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

benchmarks-website/README.md

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

benchmarks-website/docker-compose.yml

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

benchmarks-website/index.html

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

0 commit comments

Comments
 (0)