Skip to content

Commit

Permalink
Remove benchmark package (#6968)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
janechu committed Jun 10, 2024
1 parent 98a7070 commit c92e2b4
Show file tree
Hide file tree
Showing 46 changed files with 1,007 additions and 2,190 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ sites/website/i18n/
# Ignore Build Artefacts
bin/
obj/

# Tensile performance test results
.tensile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Update benchmarking to be included in the package instead of being separate",
"packageName": "@microsoft/fast-element",
"email": "7559015+janechu@users.noreply.github.com",
"dependentChangeType": "none"
}
10 changes: 0 additions & 10 deletions packages/utilities/fast-benchmarks/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions packages/utilities/fast-benchmarks/CHANGELOG.json

This file was deleted.

13 changes: 0 additions & 13 deletions packages/utilities/fast-benchmarks/CHANGELOG.md

This file was deleted.

303 changes: 0 additions & 303 deletions packages/utilities/fast-benchmarks/README.md

This file was deleted.

Loading

0 comments on commit c92e2b4

Please sign in to comment.