Skip to content

Commit

Permalink
Update test name. (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonWeber authored Oct 9, 2024
1 parent 54583c7 commit 0d829a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/performanceTests/test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ perfProgram.run().then(() => {

if (perfTestData.includes("TrackDependencyTest")) {
sku = "TrackDependencyTest";
} else if (perfTestData.includes("TrackEventTest")) {
sku = "TrackEventTest";
} else if (perfTestData.includes("TrackTraceTest")) {
sku = "TrackTraceTest";
}

let regex = /(\d{1,3}(,\d{3})*) ops\/s/;
Expand Down

0 comments on commit 0d829a0

Please sign in to comment.