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

Task caching #1

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Task caching #1

wants to merge 20 commits into from

Conversation

ZackDeRose
Copy link
Owner

@ZackDeRose ZackDeRose commented Mar 11, 2023

Checklist/Scope of initial effort:

  • scientific method best parallel option
  • set correct inputs for test:lib
  • assert that changing query-core source code causes depending tasks to get re-run
  • assert that changing query-core test code causes depending tasks not to get re-run

@ZackDeRose
Copy link
Owner Author

Parallel results - no cache preservations yet

  • [pnpm run] (control): 2m 6s
  • [no option] (defaults to 3): 2m 27s
  • --parallel=4: 2m 10s
  • --parallel=5: 1m 48s
  • --parallel=6: 1m 46s
  • --parallel=7: 1m 54s
  • --parallel=8: 1m 54s
  • --parallel=9: 2m 7s
  • --parallel=10: 1m 52s

Opting for: --parallel=5

@ZackDeRose
Copy link
Owner Author

bonus - project graph

Screen Shot 2023-03-11 at 12 08 49 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants