-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Run benchmarks, push data to tinybird and gh-pages #1715
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -4,12 +4,13 @@ | |||
"dependencies": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe doesn't totally fit the mold - but It might be nice to move this to packages/
in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, might make sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good. Just for my understanding, why do we push to both Tinybird and gh-pages branch?
@mehulkar the github action keeps a json file up to date and provides a template we can eventually use to make nice graphs. Tinybird is for our own internal analysis |
New revision of the large monorepo benchmark. Still set to manual. Produces both benchmark-action-compatible json as well as tinybird-compatible ndjson.
Sends ndjson to tinybird and json to gh-pages.
Tested on my own fork of the repo.