-
Notifications
You must be signed in to change notification settings - Fork 130
Chore: Clean up benchmarks website #4921
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Deploying vortex-bench with
|
| Latest commit: |
3f29072
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bbad23f8.vortex-93b.pages.dev |
| Branch Preview URL: | https://ct-hide-lance.vortex-93b.pages.dev |
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
417daba to
657d60d
Compare
Get latest benchmark results per target instead of per commit. Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
|
I am surprised we don't see some negative lines here. We rewrote the handling but old code should be removed? I doubt we just added 3k lines here |
The modular system was added but never actually used in production. It added 3,275 lines of dead code that only increased bundle size. Keeping only the essential bug fixes: - scoring.js: Fixed to handle missing benchmark data - data-shared.js: Fixed case-sensitivity in renaming - index.html: Lance hiding configuration Removed: - 14 unused modular system files (2,657 lines) - Test and example files that shouldn't be in production (618 lines) Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
|
Turns out it was just a lot of dead code |
Because lance is so much slower in some of the queries than every other target, it makes a lot of charts harder to see everything.
EDIT: They are actually not showing up at all on the TPCH
EDIT AGAGIN: I'm going to use this PR to fix the two other problems. The first is that because we do not run lance on every PR the summaries will disappear. The second is that TPC-H queries are not showing up.