Skip to content

Commit afd1c36

Browse files
authored
Remove code for old benchmarks website (#6684)
## Summary Just not sure why its still there? Removed the old code and renamed the new website Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 24f57f6 commit afd1c36

52 files changed

Lines changed: 13 additions & 6046 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [develop]
66
paths:
7-
- "benchmarks-website-v2/**"
7+
- "benchmarks-website/**"
88

99
jobs:
1010
publish:
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build and push
3232
uses: docker/build-push-action@v6
3333
with:
34-
context: ./benchmarks-website-v2
34+
context: ./benchmarks-website
3535
platforms: linux/arm64
3636
push: true
3737
tags: ghcr.io/${{ github.repository }}/benchmarks-website:latest

REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ path = "benchmarks-website/**"
1717
SPDX-FileCopyrightText = "Copyright the Vortex contributors"
1818
SPDX-License-Identifier = "CC-BY-4.0"
1919

20-
[[annotations]]
21-
path = "benchmarks-website-v2/**"
22-
SPDX-FileCopyrightText = "Copyright the Vortex contributors"
23-
SPDX-License-Identifier = "CC-BY-4.0"
24-
2520
# Golden files are licensed under CC-BY-4.0.
2621
[[annotations]]
2722
path = "**/goldenfiles/**"

benchmarks-website-v2/index.html

Lines changed: 0 additions & 36 deletions
This file was deleted.
-8.43 KB
Binary file not shown.
-26.7 KB
Binary file not shown.
-7.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)