-
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.85
- Loading branch information
Showing
648 changed files
with
10,063 additions
and
1,549 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.85", "benchmarks": [] }, | ||
"current": { | ||
"version": "0.24.2-rc.85", | ||
"benchmarks": [ | ||
{ | ||
"instructions": { "__bigint__": "1296925" }, | ||
"method_name": "setMessage", | ||
"timestamp": { "__bigint__": "1730136678312456358" } | ||
} | ||
] | ||
} | ||
} | ||
} |
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.85 | ||
|
||
| Id | Method Name | Instructions | Cycles | USD | USD/Million Calls | | ||
| --- | ----------- | ------------ | --------- | ------------- | ----------------- | | ||
| 0 | setMessage | 1_296_925 | 1_108_770 | $0.0000014743 | $1.47 | | ||
|
||
## Baseline benchmarks Azle version: 0.24.2-rc.85 | ||
|
||
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
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
18 changes: 9 additions & 9 deletions
18
tests/end_to_end/candid_rpc/class_syntax/async_await/benchmarks.md
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
8 changes: 4 additions & 4 deletions
8
tests/end_to_end/candid_rpc/class_syntax/async_await/package-lock.json
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
35 changes: 35 additions & 0 deletions
35
tests/end_to_end/candid_rpc/class_syntax/audio_recorder/benchmarks.json
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,35 @@ | ||
{ | ||
"audio_recorder": { | ||
"previous": { "version": "0.24.2-rc.85", "benchmarks": [] }, | ||
"current": { | ||
"version": "0.24.2-rc.85", | ||
"benchmarks": [ | ||
{ | ||
"instructions": { "__bigint__": "11210014" }, | ||
"method_name": "createUser", | ||
"timestamp": { "__bigint__": "1730136713323337757" } | ||
}, | ||
{ | ||
"instructions": { "__bigint__": "30866930" }, | ||
"method_name": "createRecording", | ||
"timestamp": { "__bigint__": "1730136715375062225" } | ||
}, | ||
{ | ||
"instructions": { "__bigint__": "43571685" }, | ||
"method_name": "deleteRecording", | ||
"timestamp": { "__bigint__": "1730136717390638314" } | ||
}, | ||
{ | ||
"instructions": { "__bigint__": "30658318" }, | ||
"method_name": "createRecording", | ||
"timestamp": { "__bigint__": "1730136719530883563" } | ||
}, | ||
{ | ||
"instructions": { "__bigint__": "29788000" }, | ||
"method_name": "deleteUser", | ||
"timestamp": { "__bigint__": "1730136721721480537" } | ||
} | ||
] | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
tests/end_to_end/candid_rpc/class_syntax/audio_recorder/benchmarks.md
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,28 @@ | ||
# Benchmarks for audio_recorder | ||
|
||
## Current benchmarks Azle version: 0.24.2-rc.85 | ||
|
||
| Id | Method Name | Instructions | Cycles | USD | USD/Million Calls | | ||
| --- | --------------- | ------------ | ---------- | ------------- | ----------------- | | ||
| 0 | createUser | 11_210_014 | 5_074_005 | $0.0000067468 | $6.74 | | ||
| 1 | createRecording | 30_866_930 | 12_936_772 | $0.0000172016 | $17.20 | | ||
| 2 | deleteRecording | 43_571_685 | 18_018_674 | $0.0000239589 | $23.95 | | ||
| 3 | createRecording | 30_658_318 | 12_853_327 | $0.0000170907 | $17.09 | | ||
| 4 | deleteUser | 29_788_000 | 12_505_200 | $0.0000166278 | $16.62 | | ||
|
||
## Baseline benchmarks Azle version: 0.24.2-rc.85 | ||
|
||
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). |
4 changes: 2 additions & 2 deletions
4
tests/end_to_end/candid_rpc/class_syntax/audio_recorder/package-lock.json
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
2 changes: 1 addition & 1 deletion
2
tests/end_to_end/candid_rpc/class_syntax/blob_array/benchmarks.json
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"blob_array": { | ||
"previous": { "version": "0.25.0", "benchmarks": [] }, | ||
"current": { "version": "0.25.0", "benchmarks": [] } | ||
"current": { "version": "0.24.2-rc.85", "benchmarks": [] } | ||
} | ||
} |
18 changes: 12 additions & 6 deletions
18
tests/end_to_end/candid_rpc/class_syntax/blob_array/benchmarks.md
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Benchmarks for blob_array | ||
|
||
## Current benchmarks Azle version: 0.25.0 | ||
## Current benchmarks Azle version: 0.24.2-rc.85 | ||
|
||
No benchmarks reported | ||
|
||
## Baseline benchmarks Azle version: 0.25.0 | ||
|
||
No benchmarks reported | ||
|
||
--- | ||
|
||
**Note on calculations:** | ||
|
||
- Cycles are calculated using the formula: base_fee + (per_instruction_fee \* number_of_instructions) | ||
- Base fee: 590,000 cycles | ||
- Per instruction fee: 0.4 cycles | ||
- USD value is derived from the total cycles, where 1 trillion cycles = 1 XDR, and 1 XDR = $1.336610 (as of December 18, 2023) | ||
- 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 fee information, please refer to the [official documentation](https://internetcomputer.org/docs/current/developer-docs/gas-cost#execution). | ||
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). |
Oops, something went wrong.