Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 24, 2018 00:04
Show Gist options
  • Save Whateverable/1f5f9e4568f25276eb8bb635fcf4db60 to your computer and use it in GitHub Desktop.
Save Whateverable/1f5f9e4568f25276eb8bb635fcf4db60 to your computer and use it in GitHub Desktop.
benchable6
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" height="800"><rect width="1000" height="800" style="fill: white" /><g transform="translate(160,618)"><line x1="44.444444" y1="-319.5413" x2="133.333333" y2="-317.747888" style="stroke:#3333ff; stroke-width: 1.5" />
<line x1="133.333333" y1="-317.747888" x2="222.222222" y2="-326.759786" style="stroke:#3333ff; stroke-width: 1.5" />
<line x1="222.222222" y1="-326.759786" x2="311.111111" y2="-315.147439" style="stroke:#3333ff; stroke-width: 1.5" />
<line x1="311.111111" y1="-315.147439" x2="400" y2="-301.562338" style="stroke:#3333ff; stroke-width: 1.5" />
<line x1="400" y1="-301.562338" x2="488.888889" y2="-324.876703" style="stroke:#3333ff; stroke-width: 1.5" />
<line x1="488.888889" y1="-324.876703" x2="577.777778" y2="-338.237627" style="stroke:#3333ff; stroke-width: 1.5" />
<line x1="577.777778" y1="-338.237627" x2="666.666667" y2="-520" style="stroke:#3333ff; stroke-width: 1.5" />
<line x1="666.666667" y1="-520" x2="755.555556" y2="-506.280393" style="stroke:#3333ff; stroke-width: 1.5" />
<text transform="rotate(-90)" y="35.555556" x="-14" font-size="12" dominant-baseline="middle" text-anchor="end">2017.01 (0.72,0.72,0.00)</text>
<text transform="rotate(-90)" y="124.444444" x="-14" font-size="12" dominant-baseline="middle" text-anchor="end">2017.06 (0.71,0.72,0.00)</text>
<text transform="rotate(-90)" y="213.333333" x="-14" font-size="12" dominant-baseline="middle" text-anchor="end">2018.01 (0.74,0.76,0.01)</text>
<text transform="rotate(-90)" y="302.222222" x="-14" font-size="12" dominant-baseline="middle" text-anchor="end">2018.06 (0.71,0.72,0.01)</text>
<text transform="rotate(-90)" y="391.111111" x="-14" font-size="12" dominant-baseline="middle" text-anchor="end">27a7e9b (0.68,0.70,0.01)</text>
<text transform="rotate(-90)" y="480" x="-14" font-size="12" dominant-baseline="middle" text-anchor="end">d0aab74 (0.76,0.79,0.03)</text>
<text transform="rotate(-90)" y="568.888889" x="-14" font-size="12" dominant-baseline="middle" text-anchor="end">88e913b (0.77,0.79,0.01)</text>
<text transform="rotate(-90)" y="657.777778" x="-14" font-size="12" dominant-baseline="middle" text-anchor="end">c2db40b (1.18,1.19,0.01)</text>
<text transform="rotate(-90)" y="746.666667" x="-14" font-size="12" dominant-baseline="middle" text-anchor="end">HEAD (1.16,1.18,0.02)</text>
<line x1="-7" x2="7" y1="0" y2="0" style="stroke:black; stroke-width: 1" />
<text x="-21" y="0" font-size="12" text-anchor="end" dominant-baseline="middle">0</text>
<line x1="-7" x2="7" y1="-224.176582" y2="-224.176582" style="stroke:black; stroke-width: 1" />
<text x="-21" y="-224.176582" font-size="12" text-anchor="end" dominant-baseline="middle">0.5</text>
<line x1="-7" x2="7" y1="-448.353164" y2="-448.353164" style="stroke:black; stroke-width: 1" />
<text x="-21" y="-448.353164" font-size="12" text-anchor="end" dominant-baseline="middle">1</text>
<line x1="0" y1="0" x2="800" y2="0" style="stroke:black; stroke-width: 2" />
<line x1="0" y1="0" x2="0" y2="-520" style="stroke:black; stroke-width: 2" />
<text x="500" y="-548" text-anchor="middle">2017.01,2017.06,2018.01,2018.06,HEAD my $i; while ++$i &lt; 5_000_000 {}</text>
</g>
</svg>
2017.01,2017.06,2018.01,2018.06,HEAD my $i; while ++$i < 5_000_000 {}
¦2017.01: «0.7127»
¦2017.06: «0.7087»
¦2018.01: «0.7288»
¦2018.06: «0.7029»
¦27a7e9b: «0.6726»
¦d0aab74: «0.7246»
¦88e913b: «0.7544»
¦c2db40b: «1.1598»
¦HEAD: «1.1292»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment