Improve heuristic for cache re-use #195
Reference in New Issue
Block a user
No description provided.
Delete Branch "imrpove-cache-hit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement better heuristics in canUseCachedMeasurement avoiding 40% measure calls compared to before (this stat comes from internal e2e tests).
@rigdern You might find this interesting as well. Saw some pretty big wins on the number of times text was measured.
Looks good with nits fixed. Good stuff!