Skip to content

Commit

Permalink
Update all dependencies for release 0.24.2-rc.85
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Oct 28, 2024
1 parent 568befe commit 2d5e029
Show file tree
Hide file tree
Showing 648 changed files with 10,063 additions and 1,549 deletions.
15 changes: 15 additions & 0 deletions examples/hello_world/benchmarks.json
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" }
}
]
}
}
}
24 changes: 24 additions & 0 deletions examples/hello_world/benchmarks.md
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).
9 changes: 4 additions & 5 deletions examples/hello_world/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/hello_world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.24.1"
"azle": "0.24.2-rc.85"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
15 changes: 7 additions & 8 deletions examples/hello_world_http_server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/hello_world_http_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.24.1",
"azle": "0.24.2-rc.85",
"express": "^4.18.2",
"lit": "^3.1.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,49 @@
"version": "0.25.0",
"benchmarks": [
{
"instructions": { "__bigint__": "1409248" },
"instructions": { "__bigint__": "1403216" },
"method_name": "getRandomnessDirectly",
"timestamp": { "__bigint__": "1729793674136705013" }
"timestamp": { "__bigint__": "1729803403463099043" }
},
{
"instructions": { "__bigint__": "1326076" },
"instructions": { "__bigint__": "1331416" },
"method_name": "getRandomnessIndirectly",
"timestamp": { "__bigint__": "1729793676325719835" }
"timestamp": { "__bigint__": "1729803405328542548" }
},
{
"instructions": { "__bigint__": "1368544" },
"instructions": { "__bigint__": "1370777" },
"method_name": "getRandomnessSuperIndirectly",
"timestamp": { "__bigint__": "1729793678196910035" }
"timestamp": { "__bigint__": "1729803407508425902" }
},
{
"instructions": { "__bigint__": "1313116" },
"instructions": { "__bigint__": "1315499" },
"method_name": "returnPromiseVoid",
"timestamp": { "__bigint__": "1729793680211554557" }
"timestamp": { "__bigint__": "1729803409436362598" }
}
]
},
"current": {
"version": "0.25.0",
"version": "0.24.2-rc.85",
"benchmarks": [
{
"instructions": { "__bigint__": "1403216" },
"instructions": { "__bigint__": "1397433" },
"method_name": "getRandomnessDirectly",
"timestamp": { "__bigint__": "1729803403463099043" }
"timestamp": { "__bigint__": "1730136713499121022" }
},
{
"instructions": { "__bigint__": "1331416" },
"instructions": { "__bigint__": "1327768" },
"method_name": "getRandomnessIndirectly",
"timestamp": { "__bigint__": "1729803405328542548" }
"timestamp": { "__bigint__": "1730136715579808960" }
},
{
"instructions": { "__bigint__": "1370777" },
"instructions": { "__bigint__": "1374126" },
"method_name": "getRandomnessSuperIndirectly",
"timestamp": { "__bigint__": "1729803407508425902" }
"timestamp": { "__bigint__": "1730136717716811160" }
},
{
"instructions": { "__bigint__": "1315499" },
"instructions": { "__bigint__": "1312094" },
"method_name": "returnPromiseVoid",
"timestamp": { "__bigint__": "1729803409436362598" }
"timestamp": { "__bigint__": "1730136719698357493" }
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Benchmarks for async_await

## Current benchmarks Azle version: 0.25.0
## Current benchmarks Azle version: 0.24.2-rc.85

| Id | Method Name | Instructions | Cycles | USD | USD/Million Calls | Change |
| --- | ---------------------------- | ------------ | --------- | ------------- | ----------------- | --------------------------------- |
| 0 | getRandomnessDirectly | 1_403_216 | 1_151_286 | $0.0000015308 | $1.53 | <font color="green">-6_032</font> |
| 1 | getRandomnessIndirectly | 1_331_416 | 1_122_566 | $0.0000014926 | $1.49 | <font color="red">+5_340</font> |
| 2 | getRandomnessSuperIndirectly | 1_370_777 | 1_138_310 | $0.0000015136 | $1.51 | <font color="red">+2_233</font> |
| 3 | returnPromiseVoid | 1_315_499 | 1_116_199 | $0.0000014842 | $1.48 | <font color="red">+2_383</font> |
| 0 | getRandomnessDirectly | 1_397_433 | 1_148_973 | $0.0000015278 | $1.52 | <font color="green">-5_783</font> |
| 1 | getRandomnessIndirectly | 1_327_768 | 1_121_107 | $0.0000014907 | $1.49 | <font color="green">-3_648</font> |
| 2 | getRandomnessSuperIndirectly | 1_374_126 | 1_139_650 | $0.0000015154 | $1.51 | <font color="red">+3_349</font> |
| 3 | returnPromiseVoid | 1_312_094 | 1_114_837 | $0.0000014824 | $1.48 | <font color="green">-3_405</font> |

## Baseline benchmarks Azle version: 0.25.0

| Id | Method Name | Instructions | Cycles | USD | USD/Million Calls |
| --- | ---------------------------- | ------------ | --------- | ------------- | ----------------- |
| 0 | getRandomnessDirectly | 1_409_248 | 1_153_699 | $0.0000015340 | $1.53 |
| 1 | getRandomnessIndirectly | 1_326_076 | 1_120_430 | $0.0000014898 | $1.48 |
| 2 | getRandomnessSuperIndirectly | 1_368_544 | 1_137_417 | $0.0000015124 | $1.51 |
| 3 | returnPromiseVoid | 1_313_116 | 1_115_246 | $0.0000014829 | $1.48 |
| 0 | getRandomnessDirectly | 1_403_216 | 1_151_286 | $0.0000015308 | $1.53 |
| 1 | getRandomnessIndirectly | 1_331_416 | 1_122_566 | $0.0000014926 | $1.49 |
| 2 | getRandomnessSuperIndirectly | 1_370_777 | 1_138_310 | $0.0000015136 | $1.51 |
| 3 | returnPromiseVoid | 1_315_499 | 1_116_199 | $0.0000014842 | $1.48 |

---

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.24.1"
"azle": "0.24.2-rc.85"
},
"devDependencies": {
"@dfinity/agent": "^0.19.2",
Expand Down
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" }
}
]
}
}
}
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).

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "jest"
},
"dependencies": {
"azle": "0.24.1"
"azle": "0.24.2-rc.85"
},
"devDependencies": {
"@dfinity/agent": "^0.19.3",
Expand Down
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 tests/end_to_end/candid_rpc/class_syntax/blob_array/benchmarks.md
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).
Loading

0 comments on commit 2d5e029

Please sign in to comment.