remove unused lockfile#8394
Conversation
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
Merging this PR will improve performance by 24.07%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | compare[12] |
115.9 µs | 136.4 µs | -15.09% |
| ❌ | Simulation | decompress_rd[f64, (100000, 0.01)] |
845.9 µs | 981.5 µs | -13.81% |
| ❌ | Simulation | decompress_rd[f64, (100000, 0.1)] |
845.9 µs | 981.4 µs | -13.81% |
| ❌ | Simulation | bitwise_not_vortex_buffer_mut[128] |
215.3 ns | 244.4 ns | -11.93% |
| ❌ | Simulation | compare[8] |
105 µs | 118.1 µs | -11.08% |
| ❌ | Simulation | compare[10] |
135.9 µs | 152.7 µs | -11.01% |
| ⚡ | Simulation | compare[48] |
300.7 µs | 213 µs | +41.18% |
| ⚡ | Simulation | compare[50] |
319.2 µs | 227.7 µs | +40.16% |
| ⚡ | Simulation | compare[49] |
317.7 µs | 228.2 µs | +39.26% |
| ⚡ | Simulation | compare[44] |
287.8 µs | 207.5 µs | +38.68% |
| ⚡ | Simulation | compare[46] |
302.5 µs | 218.5 µs | +38.44% |
| ⚡ | Simulation | compare[47] |
309.4 µs | 223.5 µs | +38.42% |
| ⚡ | Simulation | compare[40] |
263.5 µs | 190.7 µs | +38.2% |
| ⚡ | Simulation | compare[44] |
292.4 µs | 212.2 µs | +37.82% |
| ⚡ | Simulation | compare[45] |
301 µs | 218.9 µs | +37.51% |
| ⚡ | Simulation | compare[43] |
287.7 µs | 209.2 µs | +37.5% |
| ⚡ | Simulation | compare[42] |
281.1 µs | 204.6 µs | +37.42% |
| ⚡ | Simulation | compare[40] |
268.4 µs | 195.6 µs | +37.2% |
| ⚡ | Simulation | compare[43] |
292.6 µs | 214.2 µs | +36.59% |
| ⚡ | Simulation | compare[42] |
286 µs | 209.4 µs | +36.54% |
| ... | ... | ... | ... | ... | ... |
ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing aduffy/drop-lockfile (185e7dd) with develop (37ae2d7)
Footnotes
-
10 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
We are no longer using the lockfiles, but I accidentally added this one as part of #7722