Skip to content

Task caching - #1

Open
ZackDeRose wants to merge 20 commits into
mainfrom
task-caching
Open

Task caching#1
ZackDeRose wants to merge 20 commits into
mainfrom
task-caching

Conversation

@ZackDeRose

@ZackDeRoseZackDeRose commented Mar 11, 2023

Copy link
Copy Markdown
Owner

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
Copy Markdown
OwnerAuthor

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
Copy Markdown
OwnerAuthor

bonus - project graph

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

Sign up for freeto 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.

5 participants

@ZackDeRose@TkDodo@tannerlinsley@Newbie012@DamianOsipiuk