Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKutu committed Jul 7, 2020
1 parent 2a5c898 commit 88b98cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/ci/performance/perfJobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
inputs:
targets: 'prePublishNonBundle'
- powershell: |
mocha --require source-map-support/register --opts ./build/.mocha.performance.json
mocha --require source-map-support/register --config ./build/.mocha.performance.json
node ./build/ci/performance/savePerformanceResults.js
- job: Testing_Round_2
Expand All @@ -33,7 +33,7 @@ jobs:
pool: DSPerf
steps:
- powershell: |
mocha --require source-map-support/register --opts ./build/.mocha.performance.json
mocha --require source-map-support/register --config ./build/.mocha.performance.json
node ./build/ci/performance/savePerformanceResults.js
- job: Testing_Round_3
Expand All @@ -47,7 +47,7 @@ jobs:
pool: DSPerf
steps:
- powershell: |
mocha --require source-map-support/register --opts ./build/.mocha.performance.json
mocha --require source-map-support/register --config ./build/.mocha.performance.json
node ./build/ci/performance/savePerformanceResults.js
- job: Testing_Round_4
Expand All @@ -61,7 +61,7 @@ jobs:
pool: DSPerf
steps:
- powershell: |
mocha --require source-map-support/register --opts ./build/.mocha.performance.json
mocha --require source-map-support/register --config ./build/.mocha.performance.json
node ./build/ci/performance/savePerformanceResults.js
- job: Testing_Round_5
Expand All @@ -75,5 +75,5 @@ jobs:
pool: DSPerf
steps:
- powershell: |
mocha --require source-map-support/register --opts ./build/.mocha.performance.json
mocha --require source-map-support/register --config ./build/.mocha.performance.json
node ./build/ci/performance/savePerformanceResults.js

0 comments on commit 88b98cb

Please sign in to comment.