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

Generate synthetic manifests for performance tests #1495

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

plypaul
Copy link
Contributor

@plypaul plypaul commented Oct 30, 2024

This PR adds a few classes to generate a synthetic manifest. The synthetic manifest can then be used to profile performance and scaling behavior.

@cla-bot cla-bot bot added the cla:yes label Oct 30, 2024
@plypaul plypaul marked this pull request as ready for review October 30, 2024 23:24
* Minimize the number of parameters required.

Notes:
* The synthetic manifest groups semantic models into two types - ones containing measures, and others containing dimensions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this still captures the relevant behavior from production models, so it's fine? Is there anything extra we'd able to test by relaxing this and creating "mixed" models?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question for the other constraints: you can reach all measures via all dimensions etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So those are simplifications to make it easier to generate semantic models and to make it easier to generate queries for metric. Mixed models would make it mimic production better, but I didn't think the added complexity would flesh out any performance cases that much better.

Base automatically changed from p--short-term-perf--34 to main November 9, 2024 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants