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

Automatically retry the Electron performance test #1679

Merged
merged 1 commit into from
Jan 31, 2022

Conversation

imjoehaines
Copy link
Contributor

Goal

As this runs on GH Actions, it's inherently unreliable as we could be given a very over-provisioned VM so the performance is unpredictable

Until we can migrate to a more stable platform, we can only retry this test until it passes — there is some value in knowing it will pass when retried, rather than always failing

I'd like to avoid increasing the allowed time any further — 150ms is already a lot and is just a compromise to allow the test to pass on CI (locally this test runs significantly quicker)

package.json Outdated Show resolved Hide resolved
As this runs on GH Actions, it's inherently unreliable as we could be
given a very over-provisioned VM so the performance is unpredictable

Until we can migrate to a more stable platform, we can only retry
this test until it passes — there is some value in knowing it will
pass when retried, rather than always failing
@imjoehaines imjoehaines force-pushed the retry-electron-perf-test branch from 5154c86 to e36f1ed Compare January 28, 2022 17:56
Copy link
Contributor

@twometresteve twometresteve left a comment

Choose a reason for hiding this comment

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

LGTM pending CI.

@github-actions
Copy link

github-actions bot commented Jan 28, 2022

@bugsnag/browser bundle size diff

Minified Minfied + Gzipped
Before 42.85 kB 13.07 kB
After 42.85 kB 13.07 kB
± No change No change

code coverage diff

Coverage values did not change👌.

Total:

Lines Branches Functions Statements
0%(+0%) 0%(+0%) 0%(+0%) 0%(+0%)

Generated by 🚫 dangerJS against e36f1ed

@imjoehaines imjoehaines merged commit e37732f into next Jan 31, 2022
@imjoehaines imjoehaines deleted the retry-electron-perf-test branch January 31, 2022 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants