Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcroxx/yay
Yet another YCSB workload generator in Rust.
https://github.com/mrcroxx/yay
Last synced: about 1 month ago
JSON representation
Yet another YCSB workload generator in Rust.
- Host: GitHub
- URL: https://github.com/mrcroxx/yay
- Owner: MrCroxx
- License: apache-2.0
- Created: 2024-06-11T15:31:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T19:16:50.000Z (3 months ago)
- Last Synced: 2024-08-09T03:07:35.787Z (3 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yay - Yet Another YCSB
![Crates.io Version](https://img.shields.io/crates/v/yay)
![Crates.io MSRV](https://img.shields.io/crates/msrv/yay)
![GitHub License](https://img.shields.io/github/license/mrcroxx/yay)[![CI (main)](https://github.com/MrCroxx/yay/actions/workflows/main.yml/badge.svg)](https://github.com/MrCroxx/yay/actions/workflows/main.yml)
[![License Checker](https://github.com/MrCroxx/yay/actions/workflows/license_check.yml/badge.svg)](https://github.com/MrCroxx/yay/actions/workflows/license_check.yml)
[![codecov](https://codecov.io/github/MrCroxx/yay/graph/badge.svg?token=5YGN3T9HMM)](https://codecov.io/github/MrCroxx/yay)*yay* is yet another YCSB workload generator and benchmark tools in Rust.
## Supported Rust Versions
*yay* is built against the recent stable release. The minimum supported version is 1.65. The current *yay* version is not guaranteed to build on Rust versions earlier than the minimum supported version.
## Development state & Roadmap
Currently, *yay* is still under development.
The development state and the roadmap can be found [here](https://github.com/users/MrCroxx/projects/5).
## Contributing
Contributions for *yay* are warmly welcomed! 🥰
Don't forget to pass `make fast` (which means fast check & test) locally before submitting a PR. 🚀
If you want to run a broader range of checks locally, run `make full`. 🙌