Skip to content
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

Fix js-benchmark action #3202

Merged
merged 7 commits into from Apr 1, 2023
Merged

Fix js-benchmark action #3202

merged 7 commits into from Apr 1, 2023

Conversation

voidpumpkin
Copy link
Member

@voidpumpkin voidpumpkin commented Apr 1, 2023

Description

One reason for failing benchmarks seem to be related to the change krausest/js-framework-benchmark#1201 , though i haven't dove deep to figure out details.
But in the end we don't need typescript support when running benchmarks and the proposed solution I think will last us long.

Also fixed how result processing is called.

Checklist

  • I have reviewed my own code
  • I have added tests

github-actions[bot]
github-actions bot previously approved these changes Apr 1, 2023
@voidpumpkin voidpumpkin closed this Apr 1, 2023
@voidpumpkin voidpumpkin changed the title temp Fix js-benchmark action Apr 1, 2023
@voidpumpkin voidpumpkin added the github_actions Pull requests that update GitHub Actions code label Apr 1, 2023
@@ -49,8 +49,6 @@ jobs:
cache-dependency-path: js-framework-benchmark/package-lock.json

- uses: Swatinem/rust-cache@v2
with:
working-directory: yew
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Swatinem/rust-cache@v2" was updated and no longer understands this variable. Just gives a warning.

@voidpumpkin voidpumpkin merged commit 48dd69c into yewstack:master Apr 1, 2023
4 checks passed
@voidpumpkin voidpumpkin deleted the bench-fix branch April 2, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants