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

fix: Fix incorrect gas cost value #2408

Merged
merged 1 commit into from
Jan 29, 2024
Merged

fix: Fix incorrect gas cost value #2408

merged 1 commit into from
Jan 29, 2024

Conversation

jessiemongeon1
Copy link
Collaborator

Thank you for your contribution to the IC Developer Portal.
Before submitting your Pull Request, please make sure that:

@jessiemongeon1 jessiemongeon1 requested a review from a team as a code owner January 29, 2024 15:38
@jessiemongeon1 jessiemongeon1 merged commit 5b29e22 into master Jan 29, 2024
4 checks passed
@jessiemongeon1 jessiemongeon1 deleted the jmongeon-patch2 branch January 29, 2024 17:24
@@ -153,7 +153,7 @@ The table below details the cost of compute, storage transmissions and canister
| Canister creation | For creating canisters on a subnet. | Created canister | 100B | $0.133661 | 100B / 13 * 34 | $0.34957492307 |
| Compute percent allocated per second | For each percent of the reserved compute allocation (a scarce resource). | Canister with allocation | 10M | $0.0000133661 | 10M / 13 * 34 | $0.00000511056 |
| Update message execution | For every update message executed. | Target canister | 590K | $0.0000007885999 | 590K / 13 * 34 | $0.000000301523491 |
| 1B executed instructions | For every 1B instructions executed when executing update type messages. | Canister executing instructions | 400M | $0.0053 | 400M / 13 * 34 | $0.00001572482 |
| 1B executed instructions | For every 1B instructions executed when executing update type messages. | Canister executing instructions | 400M | $0.00053 | 400M / 13 * 34 | $0.0002044224 |
Copy link
Member

Choose a reason for hiding this comment

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

Seems still wrong. On 34-node it should be more expensive: $0.00053 / 13 * 34 = $0.00138.

Actually almost all figures for this 34-node dollar amount seems wrong in this table.... is there an excel sheet for this somewhere? Maybe its formula should be adjusted

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

Successfully merging this pull request may close these issues.

2 participants