Skip to content

Commit

Permalink
fix single data point JSON export
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen committed Jan 13, 2025
1 parent 4b53ab5 commit 91f0ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ function Write-PerfDataSet {
)

New-Item -ItemType Directory -Force -Path (Split-Path $File) | Out-Null
$DataSet | ConvertTo-Json -Depth 100 | Out-File -FilePath $File -Encoding utf8
ConvertTo-Json -InputObject $DataSet -Depth 100 | Out-File -FilePath $File -Encoding utf8
}

function New-PerfData {
Expand Down

0 comments on commit 91f0ec5

Please sign in to comment.