Just putting this commit out there to share how I tested the
performance for D1208.
Details
Details
Diff Detail
Diff Detail
- Repository
- rFBHGX Facebook Mercurial Extensions
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
No need to review this. I will abandon this eventually or use it properly for testing.
Comment Actions
Could we make this an actual test of some sort? Maybe monkey patch the iter function to count how many times it iterates and assert that it only iterates N + 1 times (for N packs)
Comment Actions
This commit was only there to show how I tested the performance. The actual test for the cache is in D1208 itself. Therefore, abandoning this revision!