Closed nolanlawson closed 2 months ago
Version | Avg time | vs this-change | vs tip-of-tree tip-of-tree |
---|---|---|---|
this-change | 34.31ms - 35.16ms | - | unsure đ -0% - +3% -0.05ms - +1.07ms |
tip-of-tree tip-of-tree | 33.86ms - 34.58ms | unsure đ -3% - +0% -1.07ms - +0.05ms | - |
Version | Avg time | vs this-change | vs tip-of-tree tip-of-tree |
---|---|---|---|
this-change | 102.81ms - 110.23ms | - | unsure đ -5% - +4% -5.61ms - +4.80ms |
tip-of-tree tip-of-tree | 103.27ms - 110.58ms | unsure đ -5% - +5% -4.80ms - +5.61ms | - |
Version | Avg time | vs this-change | vs tip-of-tree tip-of-tree |
---|---|---|---|
this-change | 51.45ms - 53.61ms | - | unsure đ -6% - +1% -3.06ms - +0.52ms |
tip-of-tree tip-of-tree | 52.38ms - 55.23ms | unsure đ -1% - +6% -0.52ms - +3.06ms | - |
Version | Avg time | vs this-change | vs tip-of-tree tip-of-tree |
---|---|---|---|
this-change | 47.41ms - 49.77ms | - | unsure đ -5% - +1% -2.38ms - +0.34ms |
tip-of-tree tip-of-tree | 48.93ms - 50.29ms | unsure đ -1% - +5% -0.34ms - +2.38ms | - |
Version | Avg time | vs this-change | vs tip-of-tree tip-of-tree |
---|---|---|---|
this-change | 45.26ms - 47.78ms | - | unsure đ -5% - +3% -2.18ms - +1.55ms |
tip-of-tree tip-of-tree | 45.46ms - 48.20ms | unsure đ -3% - +5% -1.55ms - +2.18ms | - |
Size Change: 0 B
Total Size: 36.3 kB
it looks like I've been using Tachometer incorrectly for some time, and wasn't actually comparing PRs against the master branch. :sweat_smile:
Due to https://github.com/google/tachometer/issues/215 I need to make sure that any time we import the Picker/Database from a benchmark script, we do so from an npm package name that Tachometer can swap out. Luckily we can just create a dummy
file:.
dependency to do exactly this.Without this PR, the local and "remote" versions of Tachometer are both the same â just the local code!