Benchmarks website revamped#6215
Merged
0ax1 merged 8 commits intovortex-data:developfrom Jan 30, 2026
Merged
Conversation
Signed-off-by: Baris Palaska <barispalaska@gmail.com>
Signed-off-by: Baris Palaska <barispalaska@gmail.com>
Signed-off-by: Baris Palaska <barispalaska@gmail.com>
Signed-off-by: Baris Palaska <barispalaska@gmail.com>
Signed-off-by: Baris Palaska <barispalaska@gmail.com>
0ax1
approved these changes
Jan 30, 2026
Merging this PR will improve performance by ×3.1
Performance Changes
Comparing Footnotes
|
auto-merge was automatically disabled
January 30, 2026 13:46
Head branch was pushed to by a user without write access
Signed-off-by: Baris Palaska <barispalaska@gmail.com>
Signed-off-by: Baris Palaska <barispalaska@gmail.com>
Contributor
Author
|
I'm leaving the v1 website's code to keep the option to quickly revert if needed |
AdamGS
pushed a commit
that referenced
this pull request
Feb 2, 2026
Keeps the old benchmarks website for now because Cloudflare pages serves the static page on develop. This is safe to merge and once merged, it will publish a docker image to GHCR (`ghcr.io/vortex-data/vortex/benchmarks-website:latest`). The VM hosting the website listens to changes with Watchtower and will update itself when there is a new image version. - [ ] This PR gets merged, docker image is created - [ ] Update EC2 to start fetching from new repo - [ ] Update DNS records to point to the EC2 - [ ] Kill Cloudflare Pages - [ ] Cleanup v1 website's code --------- Signed-off-by: Baris Palaska <barispalaska@gmail.com>
danking
pushed a commit
that referenced
this pull request
Feb 6, 2026
Keeps the old benchmarks website for now because Cloudflare pages serves the static page on develop. This is safe to merge and once merged, it will publish a docker image to GHCR (`ghcr.io/vortex-data/vortex/benchmarks-website:latest`). The VM hosting the website listens to changes with Watchtower and will update itself when there is a new image version. - [ ] This PR gets merged, docker image is created - [ ] Update EC2 to start fetching from new repo - [ ] Update DNS records to point to the EC2 - [ ] Kill Cloudflare Pages - [ ] Cleanup v1 website's code --------- Signed-off-by: Baris Palaska <barispalaska@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Keeps the old benchmarks website for now because Cloudflare pages serves the static page on develop.
This is safe to merge and once merged, it will publish a docker image to GHCR (
ghcr.io/vortex-data/vortex/benchmarks-website:latest). The VM hosting the website listens to changes with Watchtower and will update itself when there is a new image version.