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
×52
31,083.9 µs
602.7 µs
Instantiate a new Unlocked wallet
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate a new Unlocked wallet
×22
106 ms
4.8 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
100.3 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.5 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.4 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.4 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
66.3 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
24.3 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
21.6 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
24.5 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
18.2 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
30.7 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
47.9 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 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
60.3 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
48 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
413.9 µs
Commits
Click on a commit to change the comparison range
Base
master
e7c2c30
+2,138%
ci: re-introduce benchmarks on PRs
90b88bf
3 months ago
by maschad
-10%
Merge branch 'next' into mc/ci/re-enable-benchmarks