docs: add further snippets with new infrastructure(#3297)
Merged
Comparing
mc/continue-infra-for-snippets
(
be701a8
) with
master
(
5ca1d8e
)
0%
IMPROVEMENTS
0
REGRESSIONS
0
UNTOUCHED
18
NEW
0
DROPPED
0
IGNORED
0
Benchmarks
Passed
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)
+2%
62.8 ms
61.7 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)
+1%
99.2 ms
98.6 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)
0%
66.9 ms
66.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)
0%
71.2 ms
71 ms
should successfully get transaction cost estimate for a single transfer (x20 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a single transfer (x20 times)
0%
18.2 ms
18.2 ms
Instantiate from an address
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate from an address
0%
576.2 µs
575.8 µs
should successfully get transaction cost estimate for a batch transfer (x20 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a batch transfer (x20 times)
0%
24.4 ms
24.4 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)
0%
31.4 ms
31.4 ms
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)
0%
44.8 ms
44.8 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
0%
3.7 s
3.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
0%
413.1 µs
414.3 µs
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)
0%
59.4 ms
59.6 ms
should successfully get transaction cost estimate for a mint (x20 times)
internal/benchmarks/src/cost-estimation.bench.ts::Cost Estimation Benchmarks::should successfully get transaction cost estimate for a mint (x20 times)
0%
21.9 ms
21.9 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)
-1%
66 ms
66.4 ms
Instantiate a new Unlocked wallet
internal/benchmarks/src/wallet.bench.ts::Wallet Benchmarks::Instantiate a new Unlocked wallet
-1%
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)
-1%
25.2 ms
25.4 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)
-1%
67.4 ms
68.3 ms
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)
-2%
49.7 ms
50.6 ms
Commits
Click on a commit to change the comparison range
base
master
5ca1d8e
-64%
docs: add wallet management + utilities
2e53e9d
2 months ago
by maschad
+43%
chore: remove console.assert
9fe51f2
1 month ago
by maschad
-4%
docs: add README for snippets
e19b126
1 month ago
by maschad
-9%
lint: update README
4716eaa
1 month ago
by maschad
+32%
Merge branch 'master' into mc/continue-infra-for-snippets
a665481
1 month ago
by maschad
-57%
Merge branch 'master' into mc/continue-infra-for-snippets
8cbd654
1 month ago
by maschad
+19%
test: bump gas limit
088d768
30 days ago
by danielbate
+65%
Merge branch 'master' into mc/continue-infra-for-snippets
c01a7d4
22 days ago
by maschad
-25%
Merge branch 'master' into mc/continue-infra-for-snippets