Skip to content

Commit

Permalink
ci: fix typo in perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-alexander-popel committed Jan 17, 2025
1 parent 25eb81c commit 4ff4881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-performance-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ param (
[string]$Branch = "main"
)

./go/run-performance-tests.ps1 @PSBoundParameters -ExamplesRepo device-detection-examples-go -Example ./device-detection-exmples-go/dd/performance/performance.go
./go/run-performance-tests.ps1 @PSBoundParameters -ExamplesRepo device-detection-examples-go -Example ./dd/performance/performance.go

0 comments on commit 4ff4881

Please sign in to comment.