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

Use snapshots to speed up functional tests #4

Open
glesica opened this issue Apr 6, 2019 · 0 comments
Open

Use snapshots to speed up functional tests #4

glesica opened this issue Apr 6, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@glesica
Copy link
Owner

glesica commented Apr 6, 2019

Apparently (thanks @greglittlefield-wf) we can build a snapshot like this:

dart --snapshot=dcdg.snapshot bin/dcdg.dart

Then we can run the snapshot with the dart executable: dart dcdg.snapshot. This avoids recompilation every time it is run.

This would potentially make the functional tests run quite a bit faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant