Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tag1consulting/goose-eggs
Useful snippets and common functionality for writing load tests with Goose.
https://github.com/tag1consulting/goose-eggs
Last synced: about 2 months ago
JSON representation
Useful snippets and common functionality for writing load tests with Goose.
- Host: GitHub
- URL: https://github.com/tag1consulting/goose-eggs
- Owner: tag1consulting
- License: apache-2.0
- Created: 2021-07-16T09:50:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T08:34:03.000Z (5 months ago)
- Last Synced: 2024-10-06T14:10:56.212Z (3 months ago)
- Language: Rust
- Size: 151 KB
- Stars: 10
- Watchers: 9
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Goose Eggs
Helpful in writing [`Goose`](https://docs.rs/goose) load tests.
[![crates.io](https://img.shields.io/crates/v/goose-eggs.svg)](https://crates.io/crates/goose-eggs)
[![Documentation](https://docs.rs/goose-eggs/badge.svg)](https://docs.rs/goose-eggs)
[![Apache-2.0 licensed](https://img.shields.io/crates/l/goose-eggs.svg)](./LICENSE)
[![CI](https://github.com/tag1consulting/goose-eggs/workflows/CI/badge.svg)](https://github.com/tag1consulting/goose-eggs/actions?query=workflow%3ACI)## Documentation
- [Goose Eggs](https://docs.rs/goose-eggs)
- [Goose Eggs Umami example](https://github.com/tag1consulting/goose-eggs/tree/main/examples/umami)
- [The Goose book](https://book.goose.rs/)