-
Notifications
You must be signed in to change notification settings - Fork 271
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
Trigger perf test from github. #58
Comments
Possibly some inspiration, but not a solution: https://github.com/marketplace/actions/continuous-benchmark |
Done via several pull requests. |
tinnou
pushed a commit
to Netflix-Skunkworks/router
that referenced
this issue
Oct 16, 2023
Fixes apollographql#44 deno_core advocates for us to use snapshots instead of loading scripts and running them. One of the recent side effects is that deno_core prints `rerun-if-changed` directives when loading scripts manually. This commit moves the scripts loading mechanism to the build (in `build_harmonizer.rs`) so the messages mentioned above won't display at runtime.
tinnou
pushed a commit
to Netflix-Skunkworks/router
that referenced
this issue
Oct 16, 2023
In apollographql#58 I added a snapshots generation phase to our harmonizer packages. However I created a bug because the snapshot generation phase would happen when the harmonizer-0 and harmonizer-2 packages are generated. This means downstream users who would rely on published harmonizer crates would get snapshots generated by an other computer / architecture. This triggered a bug that would fail any harmonizer call when relying on the published crate. This commit adds a build.rs script to the published crates, so that snapshots are created when downstream binaries are built.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PRs should auto run perf tests
The text was updated successfully, but these errors were encountered: