Skip to content

Commit c817e72

Browse files
feat: Adding Link to Repo ( Fixes PoshWeb#1, Fixes PoshWeb#2, Fixes PoshWeb#3 )
1 parent 9040b67 commit c817e72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)