Merge pull request #73 from floor-licker/fix/omit-network-byte-fetch-svg

docs: omit network-only byte fetch from graph
This commit is contained in:
floor-licker
2026-06-26 11:50:28 -04:00
committed by GitHub
+8 -18
View File
@@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="980" height="380" viewBox="0 0 980 380" role="img" aria-labelledby="title desc">
<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 p50 benchmark latency. Lower values are faster.</desc>
<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; }
@@ -11,7 +11,7 @@
.compare { fill: #9ca3af; }
</style>
<rect width="980" height="380" fill="#ffffff"/>
<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>
@@ -23,21 +23,11 @@
<line class="rule" x1="40" y1="128" x2="940" y2="128"/>
<text class="group" x="40" y="158">Network-only byte fetch, p50</text>
<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="600" height="18" rx="3"/>
<text class="value" x="828" y="188">200.0 ms</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="370" height="18" rx="3"/>
<text class="value" x="598" y="216">123.3 ms</text>
<line class="rule" x1="40" y1="248" x2="940" y2="248"/>
<text class="group" x="40" y="278">CPU parse only, p50</text>
<text class="label" x="40" y="308">polyfill-rs</text>
<rect class="polyfill" x="210" y="294" width="231" height="18" rx="3"/>
<text class="value" x="459" y="308">0.5 ms</text>
<text class="label" x="40" y="336">rs-clob-client-v2</text>
<rect class="compare" x="210" y="322" width="600" height="18" rx="3"/>
<text class="value" x="828" y="336">1.3 ms</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>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB