Performance and Benchmarking Concerns #65
alexevanczuk
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After releasing a handful of performance features, I wanted to make sure I shared other future performance improvements as well as documented some of the things I did to make performance work easier.
future performance/refactor improvements
bin/codeownership validate
owned_folders
instead of the crypticowned_globs
). It'd also allow us to optimize how different types of mappers worked. In this world, the cache would become a file map and folder map cachegit ls-files
, which is faster than glowing, although we would still need to glob "excluded" files (e.g. in ZP https://github.com/Gusto/zenpayroll/pull/180263)benchmarking script
I use this script to compare how a handful of operation types behave
Beta Was this translation helpful? Give feedback.
All reactions