Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salesforce/best
:trophy: Delightful Benchmarking & Performance Testing
https://github.com/salesforce/best
benchmark benchmarking jest lwc performance performance-analysis performance-testing testing
Last synced: about 3 hours ago
JSON representation
:trophy: Delightful Benchmarking & Performance Testing
- Host: GitHub
- URL: https://github.com/salesforce/best
- Owner: salesforce
- License: mit
- Created: 2017-12-31T16:15:43.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T06:11:37.000Z (7 months ago)
- Last Synced: 2024-04-08T00:12:28.457Z (7 months ago)
- Topics: benchmark, benchmarking, jest, lwc, performance, performance-analysis, performance-testing, testing
- Language: TypeScript
- Homepage: https://opensource.salesforce.com/best
- Size: 12.2 MB
- Stars: 95
- Watchers: 30
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🏆 Best Performance Benchmarks 🏆
[![Build Status][build icon]][build url]
Best allows you to write benchmarks in the same way you write unit
tests. This allows you to integrate Best into your CI workflow to
create a consistent picture of your code's performance over time.**Reproducible Results**: Best is designed to run on dedicated hardware,
this means that you are running your benchmarks in the same environment
everytime.**Expressive Metrics**: Best comes packed with ability to measure all
the types of metrics you might want to know.**GitHub Integration**: If your team uses GitHub then you can easily
create a GitHub App so that you can integrate Best into your Pull
Request workflow.**The Best Frontend**: Best comes built-in with a frontend dashboard
that allows you to monitor your benchmarks over the time with each commit.## Getting Started
Ready to jump in? We recommend starting with [The "Best" Manifesto][best
introduction] first, and then once you have a solid understanding of how
Best works, checking out the [Developer Guide][getting started] to read
about how to get started!## Demo
[![asciicast](https://asciinema.org/a/158780.png)](https://asciinema.org/a/158780)
## Contributing
To get setup to help contribute to Best, we have a [guide for
that](.github/CONTRIBUTING.md) too.## License
This project is licensed under the [MIT license](LICENSE).
[best introduction]: https://opensource.salesforce.com/best/#/introduction/
[build icon]: https://github.com/salesforce/best/actions/workflows/tests.yml/badge.svg
[build url]: https://github.com/salesforce/best/actions/workflows/tests.yml
[getting started]: https://opensource.salesforce.com/best/#/getting-started/