-
Notifications
You must be signed in to change notification settings - Fork 445
docs: add supernova to the docs
#5052
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
base: master
Are you sure you want to change the base?
Conversation
🛠 PR Checks Summary🔴 Changes to 'docs' folder must be reviewed/authored by at least one devrel and one tech-staff Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):🟢 Maintainers must be able to edit this pull request (more info) ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
| | Mode | What it Does | Best For | | ||
| |------|--------------|----------| | ||
| | REALM_DEPLOYMENT | Deploys a new realm per transaction | Testing heavy workloads (compilation, storage, state init) | | ||
| | PACKAGE_DEPLOYMENT | Deploys pure packages (stateless libraries) | Testing code storage overhead | | ||
| | REALM_CALL | Deploys one realm, then calls its methods | Simulating production workloads | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you have a mixed mode ? that include all of them or realm deployment mode does this ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the source code, there's none (ref: ci/dagger/run-supernova/main.go).
I've made an issue: gnolang/supernova#112
MikaelVallenet
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
close: #2298
Related: gnolang/supernova#111