An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Join the chat at https://gitter.im/47degrees/sbt-hood](https://badges.gitter.im/47degrees/sbt-hood.svg)](https://gitter.im/47degrees/sbt-hood?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov.io](http://codecov.io/gh/47degrees/sbt-hood/branch/master/graph/badge.svg)](http://codecov.io/gh/47degrees/sbt-hood) [![Maven Central](https://img.shields.io/badge/maven%20central-0.2.6-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~sbt-hood*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47degrees/sbt-hood/master/LICENSE) [![Latest version](https://img.shields.io/badge/sbt--hood-0.2.6-green.svg)](https://index.scala-lang.org/47degrees/sbt-hood) [![GitHub Issues](https://img.shields.io/github/issues/47degrees/sbt-hood.svg)](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