https://github.com/47degrees/sbt-hood
A SBT plugin for comparing benchmarks in your PRs
https://github.com/47degrees/sbt-hood
Last synced: 4 months ago
JSON representation
A SBT plugin for comparing benchmarks in your PRs
- Host: GitHub
- URL: https://github.com/47degrees/sbt-hood
- Owner: 47degrees
- License: apache-2.0
- Created: 2019-04-01T09:17:47.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T13:24:32.000Z (over 2 years ago)
- Last Synced: 2025-04-11T21:11:58.436Z (9 months ago)
- Language: Scala
- Homepage: https://47degrees.github.io/sbt-hood/
- Size: 987 KB
- Stars: 17
- Watchers: 45
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://gitter.im/47degrees/sbt-hood?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](http://codecov.io/gh/47degrees/sbt-hood) [](https://oss.sonatype.org/#nexus-search;gav~com.47deg~sbt-hood*) [](https://raw.githubusercontent.com/47degrees/sbt-hood/master/LICENSE) [](https://index.scala-lang.org/47degrees/sbt-hood) [](https://github.com/47degrees/sbt-hood/issues)
# sbt-hood
*sbt-hood* is an sbt plugin to compare JMH benchmarks and set the result as a GitHub status for a pull request.
## Installation
To get started with *sbt-hood* simply add the following to your `plugins.sbt` file:
```
addSbtPlugin("com.47deg" %% "sbt-hood-plugin" % "0.4.0")
```
For more detailed documentation please check the [sbt-hood microsite](https://47degrees.github.io/sbt-hood/).
# Copyright
sbt-hood is designed and developed by 47 Degrees
Copyright (C) 2019-2023 47 Degrees Open Source