-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b0f085
commit 1d230aa
Showing
32 changed files
with
281 additions
and
142 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-element-8e3336a6-fce0-46b5-ae87-56cc1dd33213.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-057b3605-9892-4b56-80c6-c4fb0bb6aeaa.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-227087a9-e365-4001-9d71-9314a95fd2f2.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-33ce4901-293d-4b3c-b4dc-13d73be86cc4.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-81ea05a8-5029-41f1-afc9-08b9ab837d38.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-95faec6c-6488-452a-8ec7-8229809fa914.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-a9bb978a-8674-4ba4-878d-bf561b5add75.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-db92eb69-92b8-429f-8e9f-df84bfed94be.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-ddd77b6f-946c-413d-b0b0-aba79ccc3f35.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-e49285a3-c26f-4a81-bb74-104f6f47c2ba.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-foundation-ec51332e-f013-4ae6-9471-cc619f17159e.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-ssr-21380b38-e64a-4f6d-baa7-924733161428.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@microsoft-fast-ssr-b14cb90b-36f9-4b3d-a4fa-5c72aa619646.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"name": "@microsoft/fast-benchmarks", | ||
"version": "1.0.0", | ||
"description": "FAST Benchmarking utility for FAST Libraries.", | ||
"type": "module", | ||
"private": true, | ||
"author": { | ||
"name": "Microsoft", | ||
"url": "https://discord.gg/FcSNfg4" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"benchmark": "node scripts/index.js", | ||
"benchmark:fast-element:render": "yarn run benchmark --library=fast-element --benchmark=render --versions local master --operations=update10th", | ||
"benchmark:fast-element:observable": "yarn run benchmark --library=fast-element --benchmark=observable --versions local master --localBenchFile=index2 --operations=runFile1k", | ||
"benchmark:fast-element:when:basic": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=basic --operations=create10k", | ||
"benchmark:fast-element:when:conditional": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=conditional --operations=clickTrigger10x", | ||
"benchmark:fast-element:when:switch": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=switch --operations=clickTrigger10x", | ||
"benchmark:fast-element:repeat": "yarn run benchmark --library=fast-element --benchmark=repeat --versions local master --templates=basic --method=reverse --operations=clickTrigger10x", | ||
"benchmark:methods:append": "tach --config ./benchmarks/methods/append/tachometer.json", | ||
"help": "node ./scripts/index.js --help" | ||
}, | ||
"dependencies": { | ||
"@microsoft/fast-element": "2.0.0-beta.5", | ||
"tachometer": "^0.7.0" | ||
}, | ||
"devDependencies": { | ||
"chalk": "^5.0.1", | ||
"chromedriver": "^103.0.0", | ||
"commander": "^9.2.0", | ||
"cross-spawn": "^7.0.3", | ||
"typescript": "^4.6.2" | ||
} | ||
"name": "@microsoft/fast-benchmarks", | ||
"version": "1.0.0", | ||
"description": "FAST Benchmarking utility for FAST Libraries.", | ||
"type": "module", | ||
"private": true, | ||
"author": { | ||
"name": "Microsoft", | ||
"url": "https://discord.gg/FcSNfg4" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"benchmark": "node scripts/index.js", | ||
"benchmark:fast-element:render": "yarn run benchmark --library=fast-element --benchmark=render --versions local master --operations=update10th", | ||
"benchmark:fast-element:observable": "yarn run benchmark --library=fast-element --benchmark=observable --versions local master --localBenchFile=index2 --operations=runFile1k", | ||
"benchmark:fast-element:when:basic": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=basic --operations=create10k", | ||
"benchmark:fast-element:when:conditional": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=conditional --operations=clickTrigger10x", | ||
"benchmark:fast-element:when:switch": "yarn run benchmark --library=fast-element --benchmark=when --versions local master --localBenchFile=index2 --branchName=master --templates=switch --operations=clickTrigger10x", | ||
"benchmark:fast-element:repeat": "yarn run benchmark --library=fast-element --benchmark=repeat --versions local master --templates=basic --method=reverse --operations=clickTrigger10x", | ||
"benchmark:methods:append": "tach --config ./benchmarks/methods/append/tachometer.json", | ||
"help": "node ./scripts/index.js --help" | ||
}, | ||
"dependencies": { | ||
"@microsoft/fast-element": "2.0.0-beta.6", | ||
"tachometer": "^0.7.0" | ||
}, | ||
"devDependencies": { | ||
"chalk": "^5.0.1", | ||
"chromedriver": "^103.0.0", | ||
"commander": "^9.2.0", | ||
"cross-spawn": "^7.0.3", | ||
"typescript": "^4.6.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.