Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate benchmarks for various tiling scenarios #150

Open
4 tasks
ividito opened this issue Jan 30, 2023 · 0 comments
Open
4 tasks

Automate benchmarks for various tiling scenarios #150

ividito opened this issue Jan 30, 2023 · 0 comments

Comments

@ividito
Copy link
Collaborator

ividito commented Jan 30, 2023

Description

Ref: #36

In order to provide performance metrics for our tiling service, we want to be able to automatically benchmark both local API runtimes and our hosted environments by simulating typical usage patterns. To start, these three patterns should be:

  • Requesting several tiles from a collection containing a single COG (tiles selected pseudo-randomly, with option to include known 404s)
  • Requesting several tiles from a mosaic containing multiple COGs
  • Requesting a small set of tiles, multiple times (simulating a discovery, where a specific set of tiles are used to showcase relevant data)

When running these benchmarks on an AWS-hosted API, we will generate several metrics and logs that can be analyzed in Cloudwatch. To distinguish benchmark requests from typical user requests, a pre-determined correlation ID should be included with all requests.

AC

  • Benchmark script is configurable (can easily modify target API and collection IDs to be requested)
  • Benchmarks for 3 identified scenarios
  • Benchmarks use a deterministic correlation-id to be used for AWS Cloudwatch analysis.
  • Benchmarks are modular, keeping in mind potential load testing use cases in the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant