Skip to content

Commit c6508e2

Browse files
committed
Move benchmark script
1 parent cd076c8 commit c6508e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"command": "pwsh",
3838
"args": [
3939
"-File",
40-
"${workspaceFolder}/.github/scripts/Update-BenchmarkDocs.ps1"
40+
"${workspaceFolder}/build/Update-BenchmarkDocs.ps1"
4141
],
4242
"problemMatcher": []
4343
},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ param(
2323

2424
$ErrorActionPreference = 'Stop'
2525

26-
# Configuration - .github/scripts -> .github -> repo root (2 levels up)
27-
$RepoRoot = Split-Path -Parent (Split-Path -Parent $PSScriptRoot)
26+
# Configuration - repo root (1 level up)
27+
$RepoRoot = Split-Path -Parent $PSScriptRoot
2828
if (-not $RepoRoot -or -not (Test-Path $RepoRoot)) {
2929
$RepoRoot = Get-Location
3030
}

0 commit comments

Comments
 (0)