Skip to content

Commit 4abda90

Browse files
committed
Fix script for local runs
1 parent 0b115b0 commit 4abda90

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

update.ps1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ dotnet run -c Release
44

55
if (-not $?) { throw 'Failed to run benchmarks' }
66

7+
popd;
8+
79
jq -r '.HostEnvironmentInfo.ChronometerFrequency.Hertz as $ticks
810
| .Benchmarks
911
| map(select((.Parameters
@@ -23,7 +25,7 @@ jq -r '.HostEnvironmentInfo.ChronometerFrequency.Hertz as $ticks
2325
if (-not $?) { throw 'Failed to create summary' }
2426

2527
.\resolve-file-includes.ps1
26-
add *.json
27-
add *.md
28-
commit -m "🖉 Update AI benchmarks"
28+
git add *.json
29+
git add *.md
30+
git commit -m "🖉 Update AI benchmarks"
2931
git push || write-host 'Failed to push updated benchmarks'

0 commit comments

Comments
 (0)