BlogDocs

GitHub Actions
run

Base runon
master
at
e7c2c30
compared to head run on
master
at
a35d644
from
19 days ago
×22
IMPROVEMENTS
2
REGRESSIONS
0
UNTOUCHED
0
NEW
16
DROPPED
19
IGNORED
0

Benchmarks

Failed

Instantiate from a constructorMissing
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate from a constructor
N/A
27.9 ms
N/A
should successfully withdraw to the base layerMissing
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully withdraw to the base layer
N/A
49.3 ms
N/A
should successfully transfer a single asset between walletsMissing
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully transfer a single asset between wallets
N/A
63.2 ms
N/A
should successfully perform a batch transferMissing
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully perform a batch transfer
N/A
105.5 ms
N/A
should successfully conduct a custom transfer between walletsMissing
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully conduct a custom transfer between wallets
N/A
51.7 ms
N/A
should correctly convert string to Uint8Array with base64 encoding in a node environmentMissing
internal/benchmarks/src/crypto.bench.ts::crypto bench::should correctly convert string to Uint8Array with base64 encoding in a node environment
N/A
54.1 µs
N/A
should compute the PBKDF2 hashMissing
internal/benchmarks/src/crypto.bench.ts::crypto bench::should compute the PBKDF2 hash
N/A
2.3 ms
N/A
should compute HMAC correctlyMissing
internal/benchmarks/src/crypto.bench.ts::crypto bench::should compute HMAC correctly
N/A
320.8 µs
N/A
Encrypt via aes-ctrMissing
internal/benchmarks/src/crypto.bench.ts::crypto bench::Encrypt via aes-ctr
N/A
218.6 ms
N/A
Decrypt via aes-ctrMissing
internal/benchmarks/src/crypto.bench.ts::crypto bench::Decrypt via aes-ctr
N/A
218.4 ms
N/A
should successfully get transaction cost estimate for multi contract callsMissing
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for multi contract calls
N/A
36.3 ms
N/A
should successfully get transaction cost estimate for a single transferMissing
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a single transfer
N/A
26.5 ms
N/A
should successfully get transaction cost estimate for a single contract callMissing
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a single contract call
N/A
24.7 ms
N/A
should successfully get transaction cost estimate for a batch transferMissing
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a batch transfer
N/A
48 ms
N/A
should successfully write to a contractMissing
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully write to a contract
N/A
65.9 ms
N/A
should successfully execute a contract read functionMissing
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract read function
N/A
65.2 ms
N/A
should successfully execute a contract multi callMissing
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract multi call
N/A
72.3 ms
N/A
should successfully execute a contract mintMissing
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract mint
N/A
65.2 ms
N/A
should successfully execute a contract deployMissing
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract deploy
N/A
102.3 ms
N/A

Improved

Instantiate from an address
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate from an address
×53
31,083.9 µs
581.1 µs
Instantiate a new Unlocked wallet
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate a new Unlocked wallet
×22
106 ms
4.7 ms

New

should successfully execute a contract deploy (x10 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract deploy (x10 times)
N/A
N/A
98.5 ms
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
N/A
N/A
3.7 s
should successfully execute a contract mint (x10 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract mint (x10 times)
N/A
N/A
65.6 ms
should successfully execute a contract multi call (x10 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract multi call (x10 times)
N/A
N/A
71.5 ms
should successfully execute a contract read function (x10 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully execute a contract read function (x10 times)
N/A
N/A
66.9 ms
should successfully write to a contract (x10 times)
internal/benchmarks/src/contract-interaction.bench.ts::Contract Interaction Benchmarks::should successfully write to a contract (x10 times)
N/A
N/A
65.4 ms
should successfully get transaction cost estimate for a batch transfer (x10 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a batch transfer (x10 times)
N/A
N/A
26.1 ms
should successfully get transaction cost estimate for a mint (x10 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a mint (x10 times)
N/A
N/A
23.4 ms
should successfully get transaction cost estimate for a single contract call (x10 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a single contract call (x10 times)
N/A
N/A
26.8 ms
should successfully get transaction cost estimate for a single transfer (x10 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a single transfer (x10 times)
N/A
N/A
19.7 ms
should successfully get transaction cost estimate for multi contract calls (x10 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for multi contract calls (x10 times)
N/A
N/A
32.3 ms
should successfully conduct a custom transfer between wallets (x10 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully conduct a custom transfer between wallets (x10 times)
N/A
N/A
48.8 ms
should successfully perform a batch transfer (x10 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully perform a batch transfer (x10 times)
N/A
N/A
59.4 ms
should successfully transfer a single asset between wallets (x10 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully transfer a single asset between wallets (x10 times)
N/A
N/A
61.4 ms
should successfully withdraw to the base layer (x10 times)
internal/benchmarks/src/transaction-results.bench.ts::Transaction Submission Benchmarks::should successfully withdraw to the base layer (x10 times)
N/A
N/A
45.6 ms
Instantiate a new Locked wallet from a constructor
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate a new Locked wallet from a constructor
N/A
N/A
412.9 µs
ResourcesHomePricingDocsBlogGitHubChangelog
Copyright © 2024 CodSpeed Technology SAS. All rights reserved.