We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b115b0 commit 4abda90Copy full SHA for 4abda90
update.ps1
@@ -4,6 +4,8 @@ dotnet run -c Release
4
5
if (-not $?) { throw 'Failed to run benchmarks' }
6
7
+popd;
8
+
9
jq -r '.HostEnvironmentInfo.ChronometerFrequency.Hertz as $ticks
10
| .Benchmarks
11
| map(select((.Parameters
@@ -23,7 +25,7 @@ jq -r '.HostEnvironmentInfo.ChronometerFrequency.Hertz as $ticks
23
25
if (-not $?) { throw 'Failed to create summary' }
24
26
27
.\resolve-file-includes.ps1
-add *.json
-add *.md
28
-commit -m "🖉 Update AI benchmarks"
+git add *.json
29
+git add *.md
30
+git commit -m "🖉 Update AI benchmarks"
31
git push || write-host 'Failed to push updated benchmarks'
0 commit comments