Back to directory
Hyperfoil avatar

Horreum

Benchmark results repository service. Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/Hyperfoil/Horreum.git

52

Stars

36

Forks

5

Watchers

Apache-2.0

License

Horreum

Java CI with Maven Website GitHub issues GitHub forks GitHub stars GitHub license


What is Horreum?

Horreum is a service for storing performance data and regression analysis.

Please, visit our project website:

https://horreum.hyperfoil.io

for more information.

Horreum is a Quarkus based application which uses Quinoa as its nodejs engine.

Prerequisites

Getting Started with development server

To run with test cases do

mvn install
mvn quarkus:dev -pl 'horreum-backend'

To run without test cases do

mvn -DskipTests=true -DskipITs install
mvn -Dquarkus.test.continuous-testing=disabled quarkus:dev -pl 'horreum-backend'

Credentials

Horreum is running on localhost:8080

Role Name Password
User horreum.bootstrap secret

Tested platforms

  • Linux (Fedora, RHEL)
  • Windows/WSL2 (Windows 10 and Windows 11)
  • MacOS (13.3) on M2 hardware

Operator

The Horreum operator can help to setup a production environment.

Contributing

Please check the CONTRIBUTING.md

If you have any idea or doubt 👇

Contribution is the best way to support and get involved in community !

Please, consult our Code of Conduct policies for interacting in our community.

Consider giving the project a star on GitHub if you find it useful.

Development Process

Please check the DEVELOPMENT.md

Release

Please check the RELEASE.md

License

Apache-2.0 license

Thanks to all the Contributors ❤️

image

Releases

Nov 10, 2025

Download .zip

What's Changed

[0.19] Return filtering label values as map by @lampajr in #2566 [0.19] Fix how "all matches" extractor are handled by @lampajr in #2573

Full Changelog: 0.19.1...0.19.2

Nov 10, 2025

Download .zip

What's Changed

[0.19] Add indexes on datapoint and fingerprint by @lampajr in #2551 [0.19] fix LabelFilter display when label value is an object by @barreiro in #2553

Full Changelog: 0.19.0...0.19....

Oct 10, 2025

Download .zip

What's Changed

Create custom action events enum by @lampajr in #2348 Removed @Blocking from UserService by @lampajr in #2363 Update the HorreumClient Run service by @lampajr in #2364 Fix test import...

Jul 15, 2025

Download .zip

What's Changed

[0.18] Emit all datasets recalc in one consumer by @lampajr in #2441

Full Changelog: 0.18.6...0.18.7

What's Changed

[0.18] Increase default buffer size for dataset-event-out by @lampajr in #2413

Full Changelog: 0.18.5...0.18.6