mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-18 15:08:06 +00:00
34 lines
1.7 KiB
XML
34 lines
1.7 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="980" height="260" viewBox="0 0 980 260" role="img" aria-labelledby="title desc">
|
|
<title id="title">polyfill-rs benchmark bars</title>
|
|
<desc id="desc">Minimal horizontal bars visualizing selected p50 benchmark latency. Lower values are faster.</desc>
|
|
<style>
|
|
text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
|
|
.group { fill: #6b7280; font-size: 12px; font-weight: 650; }
|
|
.label { fill: #374151; font-size: 12px; font-weight: 600; }
|
|
.value { fill: #111827; font-size: 12px; font-weight: 650; }
|
|
.rule { stroke: #e5e7eb; stroke-width: 1; }
|
|
.polyfill { fill: #0f766e; }
|
|
.compare { fill: #9ca3af; }
|
|
</style>
|
|
|
|
<rect width="980" height="260" fill="#ffffff"/>
|
|
|
|
<text class="group" x="40" y="38">Steady typed total, p50</text>
|
|
<text class="label" x="40" y="68">polyfill-rs</text>
|
|
<rect class="polyfill" x="210" y="54" width="565" height="18" rx="3"/>
|
|
<text class="value" x="793" y="68">228.2 ms</text>
|
|
<text class="label" x="40" y="96">rs-clob-client-v2</text>
|
|
<rect class="compare" x="210" y="82" width="600" height="18" rx="3"/>
|
|
<text class="value" x="828" y="96">242.3 ms</text>
|
|
|
|
<line class="rule" x1="40" y1="128" x2="940" y2="128"/>
|
|
|
|
<text class="group" x="40" y="158">CPU parse only, p50</text>
|
|
<text class="label" x="40" y="188">polyfill-rs</text>
|
|
<rect class="polyfill" x="210" y="174" width="231" height="18" rx="3"/>
|
|
<text class="value" x="459" y="188">0.5 ms</text>
|
|
<text class="label" x="40" y="216">rs-clob-client-v2</text>
|
|
<rect class="compare" x="210" y="202" width="600" height="18" rx="3"/>
|
|
<text class="value" x="828" y="216">1.3 ms</text>
|
|
</svg>
|