Commit 65764fd
committed
ci(benchmarks/formatter): Update formatter bench with sort-imports (#15584)
> I think we don't need to add another benchmark for the sort import feature; enabling it in > formatter.rs is enough. Any of the current benchmark files contains many import statements.
It seems there was no need to create a separate file after all.
My intention was to confirm that the benchmark for the formatter alone consistently produced better results than the benchmark with sorting enabled.
To verify this, shouldn't the benchmarks be separated?1 parent 99823ad commit 65764fd
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments