Skip to content

Commit c5f4234

Browse files
authored
Remove benchmark package (#6968)
# Pull Request ## 📖 Description This change removes `@microsoft/fast-benchmarks` and instead leverages the `@tensile-perf/web-components` package for local perf testing. ### 🎫 Issues Resolves #6949 ## 👩‍💻 Reviewer Notes This makes a best effort at re-creating benchmarking done between the two methods of benchmarking. All results are still local only and are not published anywhere. That may be a future piece of work so that results may be published and used as part of a build gate workflow. ## ✅ Checklist ### General <!--- Review the list and put an x in the boxes that apply. --> - [x] I have included a change request file using `$ yarn change` - [x] I have added tests for my changes. - [x] I have tested my changes. - [ ] I have updated the project documentation to reflect my changes. - [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](/docs/community/code-of-conduct/#our-standards) for this project.
1 parent 5f1e6fa commit c5f4234

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1007
-2190
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,6 @@ sites/website/i18n/
7575
# Ignore Build Artefacts
7676
bin/
7777
obj/
78+
79+
# Tensile performance test results
80+
.tensile
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "Update benchmarking to be included in the package instead of being separate",
4+
"packageName": "@microsoft/fast-element",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

packages/utilities/fast-benchmarks/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/utilities/fast-benchmarks/CHANGELOG.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/utilities/fast-benchmarks/CHANGELOG.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/utilities/fast-benchmarks/README.md

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)