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

Degraded performance after upgrading to v1.8+ #481

Open
viktor-podzigun opened this issue Nov 7, 2022 · 1 comment
Open

Degraded performance after upgrading to v1.8+ #481

viktor-podzigun opened this issue Nov 7, 2022 · 1 comment

Comments

@viktor-podzigun
Copy link

viktor-podzigun commented Nov 7, 2022

There is drop in performance (10x on local and much worse on CI) for Scala.js project after upgrading to newer versions of sbt-scoverage. It is starting with version 1.8.0

How to reproduce: set sbt-scoverage to any version >= 1.8.0

Example: farjs/farjs#63

@viktor-podzigun
Copy link
Author

It turns out that the following feature (introduced in v1.8.0) was causing the drop of performance:

For now, I've disabled it for my project in sbt settings:

Compile / compile / scalacOptions -= "-P:scoverage:reportTestName"

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

No branches or pull requests

1 participant