Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thebevyflock/bevy-bencher
- Owner: TheBevyFlock
- License: apache-2.0
- Created: 2024-05-26T16:36:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T19:26:29.000Z (5 months ago)
- Last Synced: 2024-10-09T20:04:20.133Z (3 months ago)
- Topics: bencher, benchmarking, bevy
- Language: Rust
- Homepage: https://bencher.dev/perf/bevy
- Size: 46.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.