File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ $buildTimes | ConvertTo-Html -Title BuildTimes > ./times.html
7171 body { height: 100vh; max-width: 100vw; margin:0 }
7272
7373 svg { height: 5%; }
74- h1,h2, h3 { text-align: center; }
74+ h1,h2, h3,h4 { text-align: center; }
7575 .techniqueSummary { font-size: 2rem; }
7676
7777 "
@@ -81,6 +81,7 @@ $buildTimes | ConvertTo-Html -Title BuildTimes > ./times.html
8181 " <h1>4kb Markdown Files Benchmark</h1>"
8282 " <h2>Time to build 4096 markdown files</h2>"
8383 " <h3>Last built at $ ( [DateTime ]::UtcNow.ToString(" s" )) running @ $cpuSpeed Mhz</h3>"
84+ " <h4><a href='https://github.com/PowerShellWeb/4kbMarkdownFiles/'><button>Github Repo</button></a></h4>"
8485 foreach ($buildTime in $buildTimes ) {
8586 " <details open>"
8687 " <summary class='techniqueSummary'>$ ( $buildTime.Technique ) ($ ( [Math ]::Round(
You can’t perform that action at this time.
0 commit comments