aboutgitcodebugslistschat
path: root/test/lib/perf_report
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-10-22 14:52:47 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-10-22 14:52:47 +0200
commita77c5ef93ae6c339a139987d039a850d77b9e1cc (patch)
tree54ba5d9a4725b2253a4820f6fb7985efc689e134 /test/lib/perf_report
parent94c7c1dbcf29e71355516c499973a7fdd9402948 (diff)
downloadpasst-a77c5ef93ae6c339a139987d039a850d77b9e1cc.tar
passt-a77c5ef93ae6c339a139987d039a850d77b9e1cc.tar.gz
passt-a77c5ef93ae6c339a139987d039a850d77b9e1cc.tar.bz2
passt-a77c5ef93ae6c339a139987d039a850d77b9e1cc.tar.lz
passt-a77c5ef93ae6c339a139987d039a850d77b9e1cc.tar.xz
passt-a77c5ef93ae6c339a139987d039a850d77b9e1cc.tar.zst
passt-a77c5ef93ae6c339a139987d039a850d77b9e1cc.zip
README, perf_report: Markdown and CSS fixes
Updating md2html on the server needs a few adjustments. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/lib/perf_report')
-rwxr-xr-xtest/lib/perf_report15
1 files changed, 8 insertions, 7 deletions
diff --git a/test/lib/perf_report b/test/lib/perf_report
index 111c154..baa084b 100755
--- a/test/lib/perf_report
+++ b/test/lib/perf_report
@@ -21,10 +21,10 @@ Throughput in Gbps, latency in µs. Threads are <span style="font-family: monosp
Click on numbers to show test execution. Measured at head, commit <span style="font-family: monospace;">__commit__</span>.
<style type="text/CSS">
-table td { border: 0px solid; padding: 10px; }
-table td { text-align: right; }
-table th { text-align: center; font-weight: bold; }
-table tr:not(:first-of-type) td:not(:first-of-type) { font-family: monospace; font-weight: bolder; }
+table.passt td { border: 0px solid; padding: 6px; line-height: 1; }
+table.passt td { text-align: right; }
+table.passt th { text-align: center; font-weight: bold; }
+table.passt tr:not(:first-of-type) td:not(:first-of-type) { font-family: monospace; font-weight: bolder; }
table.passt tr:nth-child(3n+0) { background-color: #112315; }
table.passt tr:not(:nth-child(3n+0)) td { background-color: #101010; }
table.passt td:nth-child(6n+7) { background-color: #603302; }
@@ -49,9 +49,10 @@ td:empty { visibility: hidden; }
</table>
<style type="text/CSS">
-table td { border: 0px solid; padding: 10px; }
-table td { text-align: right; }
-table th { text-align: center; font-weight: bold; }
+table.pasta td { border: 0px solid; padding: 6px; line-height: 1; }
+table.pasta td { text-align: right; }
+table.pasta th { text-align: center; font-weight: bold; }
+table.pasta tr:not(:first-of-type) td:not(:first-of-type) { font-family: monospace; font-weight: bolder; }
table.pasta tr:nth-child(3n+0) { background-color: #112315; }
table.pasta tr:not(:nth-child(3n+0)) td { background-color: #101010; }
table.pasta td:nth-child(4n+5) { background-color: #603302; }