|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 |
| -exports[`markdown formatter should format significant changes properly 1`] = ` |
4 |
| -"## Performance Comparison Report 📊 |
5 |
| -
|
6 |
| -### Significant Changes To Duration |
7 |
| -| Name | Duration | |
8 |
| -| -------------- | --------------------------------------------------- | |
9 |
| -| commentLinking | 131.681 ms → 421.806 ms (+290.125 ms, +220.3%) 🔴🔴 | |
10 |
| -<details> |
11 |
| -<summary>Show details</summary> |
12 |
| -
|
13 |
| -| Name | Duration | |
14 |
| -| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
15 |
| -| commentLinking | **Baseline**<br/>Mean: 131.681 ms<br/>Stdev: 19.883 ms (15.1%)<br/>Runs: 100.5145680010319 112.0048420019448 121.8861090019345 124.26110899820924 135.1571460030973 140.33837900310755 158.5825610011816 160.7034499980509<br/><br/>**Current**<br/>Mean: 421.806 ms<br/>Stdev: 30.185 ms (7.2%)<br/>Runs: 361.5145680010319 402.8861090019345 412.0048420019448 414.26110899820924 425.1571460030973 440.33837900310755 458.7034499980509 459.5825610011816 | |
16 |
| -</details> |
17 |
| -
|
18 |
| -
|
19 |
| -
|
20 |
| -### Meaningless Changes To Duration |
21 |
| -_There are no entries_ |
22 |
| -
|
23 |
| -" |
24 |
| -`; |
| 3 | +exports[`markdown formatter should format significant changes properly 1`] = [ |
| 4 | + '## Performance Comparison Report 📊\n' + |
| 5 | + '\n' + |
| 6 | + '### Significant Changes To Duration\n' + |
| 7 | + '| Name | Duration |\n' + |
| 8 | + '| -------------- | --------------------------------------------------- |\n' + |
| 9 | + '| commentLinking | 131.681 ms → 421.806 ms (+290.125 ms, +220.3%) 🔴🔴 |\n' + |
| 10 | + '<details>\n' + |
| 11 | + '<summary>Show details</summary>\n' + |
| 12 | + '\n' + |
| 13 | + '| Name | Duration |\n' + |
| 14 | + '| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n' + |
| 15 | + '| commentLinking | **Baseline**<br/>Mean: 131.681 ms<br/>Stdev: 19.883 ms (15.1%)<br/>Runs: 100.5145680010319 112.0048420019448 121.8861090019345 124.26110899820924 135.1571460030973 140.33837900310755 158.5825610011816 160.7034499980509<br/><br/>**Current**<br/>Mean: 421.806 ms<br/>Stdev: 30.185 ms (7.2%)<br/>Runs: 361.5145680010319 402.8861090019345 412.0048420019448 414.26110899820924 425.1571460030973 440.33837900310755 458.7034499980509 459.5825610011816 |\n' + |
| 16 | + '</details>\n' + |
| 17 | + '\n' + |
| 18 | + '\n' + |
| 19 | + '\n' + |
| 20 | + '### Meaningless Changes To Duration\n' + |
| 21 | + '_There are no entries_\n' + |
| 22 | + 'undefined' |
| 23 | +]; |
0 commit comments