I've created an issue for finding/generating a per...
# general
f
I've created an issue for finding/generating a performance benchmark repo: https://github.com/pantsbuild/pants/issues/19599 The goal here is to come up with something open source that we can use to reproduce performance issues and help us evaluate that things we're doing to fix it actually solve problems. If you have experienced performance issues with dependency inference or graph resolution, feel free to subscribe. If you have ideas, or even better, if you're willing to help, please let me know.
One form up "help" would be if you were willing to release an anonymized version of the repo that is causing you difficulty into open source.
h
Possibly a synthetic repo would work, since the contents of .py files don't matter?
Well, if they don't matter?
f
Yeah I'm not so sure they don't matter. But adding dummy python is possible too if they do.
I just think I'm more likely to reproduce if I could match the structure of real codebase, with names obfuscated and bodies of functions replaced with
...
r
subscribed. We would be happy to help contribute to this.