Skip to content

Commit

Permalink
# This is a combination of 20 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

WIP Tracerbench Travis setup

# This is the commit message #2:

dont checkin results

# This is the commit message #3:

configure azure job, make first thing for testing

# This is the commit message #4:

config updates

# This is the commit message #5:

Able to get results from Tracerbench

# This is the commit message #6:

redirect for tracerbench

# This is the commit message #7:

Update URLs to include ?tracerbench=true

# This is the commit message #8:

wip

# This is the commit message #9:

moves .server-replay.json to root

# This is the commit message #10:

wip

# This is the commit message #11:

cleanup

# This is the commit message #12:

cleanup

# This is the commit message #13:

cleanup

# This is the commit message #14:

cleanup

# This is the commit message #15:

change command

# This is the commit message #16:

Make process terminate with exit code 0

# This is the commit message #17:

Ignore tracerbench-results files

# This is the commit message #18:

Delete generated JSON file

# This is the commit message #19:

rename directory

# This is the commit message #20:

Bump ember-decorators-polyfill from 1.0.6 to 1.1.0

Bumps [ember-decorators-polyfill](https://github.com/pzuraq/ember-decorators-polyfill) from 1.0.6 to 1.1.0.
- [Release notes](https://github.com/pzuraq/ember-decorators-polyfill/releases)
- [Commits](ember-polyfills/ember-decorators-polyfill@1.0.6...1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
David Tang committed Nov 6, 2019
1 parent da6bde7 commit deedab2
Show file tree
Hide file tree
Showing 51 changed files with 659 additions and 2,018 deletions.
3 changes: 3 additions & 0 deletions .server-replay.json
@@ -0,0 +1,3 @@
{
"version": 1
}
23 changes: 23 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -9,7 +9,30 @@ trigger:
- release

jobs:
- job: Performance
condition: |
or(
in(variables['Build.SourceBranchName'], 'master', 'beta'),
in(variables['System.PullRequest.TargetBranch'], 'master', 'beta')
)
pool:
vmImage: 'macOS-10.14'

steps:
- task: NodeTool@0
displayName: Node install
inputs:
versionSpec: '12.x' # The version we're installing
- script: |
yarn global add tracerbench
displayName: Tracerbench CLI Install
- script: |
yarn run tracerbench:compare
displayName: Tracerbench Compare
- job: Lint
dependsOn: Performance
condition: |
or(
in(variables['Build.SourceBranchName'], 'master', 'beta'),
Expand Down
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -35,11 +35,13 @@
"test-external:factory-guy": "./bin/test-external-partner-project.js factory-guy https://github.com/danielspaniel/ember-data-factory-guy.git",
"test-external:ilios-frontend": "./bin/test-external-partner-project.js ilios-frontend https://github.com/ilios/frontend.git --skip-smoke-test",
"test-external:ember-resource-metadata": "./bin/test-external-partner-project.js ember-resource-metadata https://github.com/ef4/ember-resource-metadata.git",
"test-external:ember-data-relationship-tracker": "./bin/test-external-partner-project.js ember-data-relationship-tracker https://github.com/ef4/ember-data-relationship-tracker.git"
"test-external:ember-data-relationship-tracker": "./bin/test-external-partner-project.js ember-data-relationship-tracker https://github.com/ef4/ember-data-relationship-tracker.git",
"tracerbench": "concurrently 'server-replay ./packages/-$APP/bin/localhost.har --port 4200' 'yarn workspace $APP tracerbench:compare' --kill-others --success first"
},
"devDependencies": {
"@babel/plugin-transform-typescript": "^7.6.3",
"@ember/optional-features": "^1.0.0",
"@tracerbench/core": "^2.3.0",
"@types/ember": "^3.1.1",
"@types/ember-qunit": "^3.4.7",
"@types/ember-test-helpers": "~1.0.6",
Expand Down Expand Up @@ -92,7 +94,7 @@
"ember-cli-version-checker": "^3.1.2",
"ember-cli-yuidoc": "^0.8.8",
"ember-compatibility-helpers": "^1.2.0",
"ember-decorators-polyfill": "^1.0.6",
"ember-decorators-polyfill": "^1.1.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-fetch": "^6.7.1",
Expand All @@ -114,6 +116,7 @@
"eslint-plugin-qunit": "^4.0.0",
"execa": "^3.2.0",
"fromentries": "^1.2.0",
"fs-extra": "^8.1.0",
"git-repo-info": "^2.1.1",
"github": "^1.1.1",
"glob": "^7.1.5",
Expand Down Expand Up @@ -141,4 +144,4 @@
"engines": {
"node": ">= 8.0.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/-ember-data/package.json
Expand Up @@ -68,7 +68,7 @@
"ember-cli-uglify": "3.0.0",
"ember-cli-yuidoc": "^0.8.8",
"ember-compatibility-helpers": "^1.2.0",
"ember-decorators-polyfill": "^1.0.6",
"ember-decorators-polyfill": "^1.1.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^2.1.0",
Expand Down
88 changes: 0 additions & 88 deletions packages/-relationship-performance-test-app/tbconfig.json

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit deedab2

Please sign in to comment.