-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all dependencies for release 0.24.2-rc.71
- Loading branch information
Showing
6 changed files
with
52 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"hello_world": { | ||
"previous": { "version": "0.24.2-rc.71", "benchmarks": [] }, | ||
"current": { | ||
"version": "0.24.2-rc.71", | ||
"benchmarks": [ | ||
{ | ||
"instructions": { "__bigint__": "1297524" }, | ||
"method_name": "setMessage", | ||
"timestamp": { "__bigint__": "1729891211257912813" } | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Benchmarks for hello_world | ||
|
||
## Current benchmarks Azle version: 0.24.2-rc.71 | ||
|
||
| Id | Method Name | Instructions | Cycles | USD | USD/Million Calls | | ||
| --- | ----------- | ------------ | --------- | ------------- | ----------------- | | ||
| 0 | setMessage | 1_297_524 | 1_109_009 | $0.0000014746 | $1.47 | | ||
|
||
## Baseline benchmarks Azle version: 0.24.2-rc.71 | ||
|
||
No benchmarks reported | ||
|
||
--- | ||
|
||
**Note on calculations:** | ||
|
||
- Cycles are calculated using the formula: base_fee + (per_instruction_fee \* number_of_instructions) + (additional_fee_per_billion \* floor(number_of_instructions / 1_000_000_000)) | ||
- base_fee: 590_000 cycles | ||
- per_instruction_fee: 0.4 cycles | ||
- additional_fee_per_billion: 400_000_000 cycles per billion instructions | ||
- USD value is derived from the total cycles, where 1 trillion cycles = 1 XDR, and 1 XDR = $1.329670 (as of October 24, 2024) | ||
|
||
For the most up-to-date XDR to USD conversion rate, please refer to the [IMF website](https://www.imf.org/external/np/fin/data/rms_sdrv.aspx). | ||
For the most current fee information, please check the [official documentation](https://internetcomputer.org/docs/current/developer-docs/gas-cost#execution). |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters