Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thebevyflock/bevy-bencher

Continous benchmarks demo for the Bevy game engine
https://github.com/thebevyflock/bevy-bencher

bencher benchmarking bevy

Last synced: 3 months ago
JSON representation

Continous benchmarks demo for the Bevy game engine

Awesome Lists containing this project

README

        

# Bevy Bencher

This is an automated benchmarking suite that tracks the performance of [Bevy]. It currently is built on top of [Criterion.rs] and [Bencher].

- [Benchmark history](https://bencher.dev/perf/bevy)
- [Latest benchmark report](https://thebevyflock.github.io/bevy-bencher/report)

[Bevy]: https://bevyengine.org
[Criterion.rs]: https://bheisler.github.io/criterion.rs/book
[Bencher]: https://bencher.dev

## License

Just like Bevy, Bevy Bencher is free, open source and permissively licensed! Except where noted (below and/or in individual files), all code in this repository is dual-licensed under either:

- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)

at your option.

### Your contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.