Skip to content

Instantly share code, notes, and snippets.

@luafanti
Last active February 17, 2023 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luafanti/d34e377cc925ebc2fd9514060f9acab7 to your computer and use it in GitHub Desktop.
Save luafanti/d34e377cc925ebc2fd9514060f9acab7 to your computer and use it in GitHub Desktop.
Java Non SnapStart
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
<table class="table-bordered">
<tr>
<th colspan="2" style="horizontal-align : middle;text-align:center;">Non SnapStart</th>
<th colspan="4" style="horizontal-align : middle;text-align:center;">Cold Start (ms)</th>
<th colspan="4" style="horizontal-align : middle;text-align:center;">Warm Start (ms)</th>
</tr>
<tr>
<th scope="col"> memory (MB)</th>
<th scope="col">error rate</th>
<th scope="col">p50</th>
<th scope="col">p90</th>
<th scope="col">p99</th>
<th scope="col">max</th>
<th scope="col">p50</th>
<th scope="col">p90</th>
<th scope="col">p99</th>
<th scope="col">max</th>
</tr>
<tr>
<th>128</th>
<td>0%</td>
<td>754.9</td>
<td>790.8</td>
<td>826.9</td>
<td>904</td>
<td>11.3</td>
<td>37</td>
<td>228.2</td>
<td>275.4</td>
</tr>
<tr>
<th>256</th>
<td>0%</td>
<td>566.6</td>
<td>599.9</td>
<td>666.9</td>
<td>676.1</td>
<td>1.9</td>
<td>15.4</td>
<td>107.1</td>
<td>328.2</td>
</tr>
<tr>
<th>512</th>
<td>0%</td>
<td>549.4</td>
<td>474.3</td>
<td>502.1</td>
<td>529.5</td>
<td>1.6</td>
<td>8.4</td>
<td>50.9</td>
<td>97.3</td>
</tr>
<tr>
<th>1024</th>
<td>0%</td>
<td>426.1</td>
<td>445.5</td>
<td>466.1</td>
<td>489.7</td>
<td>1.6</td>
<td>3.3</td>
<td>20.6</td>
<td>25.5</td>
</tr>
<tr>
<th>4096</th>
<td>0%</td>
<td>301.7</td>
<td>327.7</td>
<td>415.9</td>
<td>450.4</td>
<td>1.5</td>
<td>2.5</td>
<td>13.2</td>
<td>21.1</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment