Avatar for the FuelLabs user
FuelLabs
fuels-ts
BlogDocsChangelog

feat: ABI coder

#3402
Comparing
ps/feat/abi-coder
(
3a6b861
) with
ns/feat/abi-parser
(
b6c5936
)
CodSpeed Performance Gauge
-14%
Improvements
1
Regressions
3
Untouched
14
New
0
Dropped
0
Ignored
0

Benchmarks

Failed

should successfully get transaction cost estimate for a batch transfer (x20 times)Regression
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a batch transfer (x20 times)
CodSpeed Performance Gauge
-14%
24.6 ms
28.7 ms
should successfully get transaction cost estimate for a mint (x20 times)Regression
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a mint (x20 times)
CodSpeed Performance Gauge
-12%
21.9 ms
24.8 ms
should successfully get transaction cost estimate for a single transfer (x20 times)Regression
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a single transfer (x20 times)
CodSpeed Performance Gauge
-13%
18.3 ms
21.1 ms

Improved

should successfully conduct a custom transfer between wallets (x20 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully conduct a custom transfer between wallets (x20 times)
CodSpeed Performance Gauge
+78%
96.9 ms
54.4 ms

Passed

should successfully withdraw to the base layer (x20 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully withdraw to the base layer (x20 times)
CodSpeed Performance Gauge
+3%
49.2 ms
47.8 ms
Instantiate from an address
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate from an address
CodSpeed Performance Gauge
+1%
390.2 µs
387.7 µs
Instantiate a new Locked wallet from a constructor
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate a new Locked wallet from a constructor
CodSpeed Performance Gauge
0%
407.6 µs
406.3 µs
should successfully execute a contract deploy as blobs
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract deploy as blobs
CodSpeed Performance Gauge
0%
3.7 s
3.7 s
Instantiate a new Unlocked wallet
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate a new Unlocked wallet
CodSpeed Performance Gauge
0%
4.7 ms
4.8 ms
should successfully get transaction cost estimate for a single contract call (x20 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a single contract call (x20 times)
CodSpeed Performance Gauge
-2%
24.8 ms
25.5 ms
should successfully write to a contract (x20 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully write to a contract (x20 times)
CodSpeed Performance Gauge
-3%
63.3 ms
65 ms
should successfully execute a contract deploy (x20 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract deploy (x20 times)
CodSpeed Performance Gauge
-4%
100.7 ms
104.8 ms
should successfully transfer a single asset between wallets (x20 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully transfer a single asset between wallets (x20 times)
CodSpeed Performance Gauge
-4%
57.8 ms
60.2 ms
should successfully perform a batch transfer (x20 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully perform a batch transfer (x20 times)
CodSpeed Performance Gauge
-5%
58.1 ms
61 ms
should successfully execute a contract mint (x20 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract mint (x20 times)
CodSpeed Performance Gauge
-5%
64.4 ms
67.7 ms
should successfully execute a contract multi call (x20 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract multi call (x20 times)
CodSpeed Performance Gauge
-6%
68.7 ms
72.9 ms
should successfully execute a contract read function (x20 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract read function (x20 times)
CodSpeed Performance Gauge
-8%
67.4 ms
73 ms
should successfully get transaction cost estimate for multi contract calls (x20 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for multi contract calls (x20 times)
CodSpeed Performance Gauge
-9%
31.7 ms
34.7 ms

Commits

Click on a commit to change the comparison range
Base
ns/feat/abi-parser
b6c5936
-14%
feat: ABI coder
0c4ed32
1 month ago
by petertonysmith94
-2%
fix function signature for bytes
b210bec
1 month ago
by nedsalk
-13%
remove rawUntypedPtr
c8aff8a
1 month ago
by nedsalk
+1%
Merge branch 'ns/feat/abi-parser' into ps/feat/abi-coder
5020a8a
1 month ago
by nedsalk
+15%
fix lint
f86ec06
1 month ago
by nedsalk
-2%
Merge branch 'ns/feat/abi-parser' into ps/feat/abi-coder
5102b63
1 month ago
by nedsalk
0%
Merge branch 'ns/feat/abi-parser' into ps/feat/abi-coder
63a4c58
1 month ago
by nedsalk
+2%
refactor out function
b6b5c2e
1 month ago
by nedsalk
-3%
fix comments, add comments
b590e20
1 month ago
by nedsalk
+1%
Merge branch 'ns/feat/abi-parser' into ps/feat/abi-coder
3a6b861
1 month ago
by nedsalk
Home Terms PrivacyDocs