Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ckadluba committed Sep 30, 2024
1 parent a2159b0 commit 5fe42c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunPerfTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (Test-Path "$artifactsPath") {

New-Item -Path "$artifactsPath" -ItemType Directory

$perfTestProjectPath "$PSScriptRoot/test/Serilog.Sinks.MSSqlServer.PerformanceTests"
$perfTestProjectPath = "$PSScriptRoot/test/Serilog.Sinks.MSSqlServer.PerformanceTests"
Push-Location "$perfTestProjectPath"

echo "perf: Running performance test project in $perfTestProjectPath"
Expand Down

0 comments on commit 5fe42c7

Please sign in to comment.