-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3ef251
commit e4d29e8
Showing
7 changed files
with
159 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
Loop { loop_count: Some(100000), loop_type: NoOp } 60 0.955 1.074 41893.7 | ||
Loop { loop_count: Some(10000), loop_type: Arithmetic } 60 0.965 1.078 25915.0 | ||
CreateObjects { num_objects: 10, object_payload_size: 0 } 60 0.924 1.082 158.1 | ||
CreateObjects { num_objects: 10, object_payload_size: 10240 } 60 0.951 1.118 9356.2 | ||
CreateObjects { num_objects: 100, object_payload_size: 0 } 60 0.926 1.082 1574.2 | ||
CreateObjects { num_objects: 100, object_payload_size: 10240 } 60 0.952 1.092 11541.9 | ||
InitializeVectorPicture { length: 128 } 10 0.965 1.038 163.3 | ||
VectorPicture { length: 128 } 10 0.938 1.060 48.8 | ||
VectorPictureRead { length: 128 } 10 0.977 1.077 46.4 | ||
InitializeVectorPicture { length: 30720 } 60 0.948 1.123 27893.4 | ||
VectorPicture { length: 30720 } 60 0.931 1.125 6923.1 | ||
VectorPictureRead { length: 30720 } 60 0.934 1.102 6923.1 | ||
SmartTablePicture { length: 30720, num_points_per_txn: 200 } 60 0.952 1.109 43594.7 | ||
SmartTablePicture { length: 1048576, num_points_per_txn: 300 } 60 0.957 1.120 73865.4 | ||
ResourceGroupsSenderWriteTag { string_length: 1024 } 60 0.934 1.134 15.0 | ||
ResourceGroupsSenderMultiChange { string_length: 1024 } 60 0.929 1.122 32.3 | ||
TokenV1MintAndTransferFT 60 0.958 1.093 385.2 | ||
TokenV1MintAndTransferNFTSequential 60 0.973 1.139 588.1 | ||
TokenV2AmbassadorMint { numbered: true } 60 0.960 1.141 512.5 | ||
LiquidityPoolSwap { is_stable: true } 60 0.961 1.103 590.3 | ||
LiquidityPoolSwap { is_stable: false } 60 0.954 1.134 552.2 | ||
CoinInitAndMint 10 0.975 1.043 199.6 | ||
FungibleAssetMint 10 0.954 1.038 236.3 | ||
IncGlobalMilestoneAggV2 { milestone_every: 1 } 10 0.960 1.047 32.9 | ||
IncGlobalMilestoneAggV2 { milestone_every: 2 } 10 0.971 1.066 18.1 | ||
EmitEvents { count: 1000 } 10 0.969 1.052 8615.5 | ||
Loop { loop_count: Some(100000), loop_type: NoOp } 60 0.960 1.119 42122.6 | ||
Loop { loop_count: Some(10000), loop_type: Arithmetic } 60 0.956 1.074 26240.7 | ||
CreateObjects { num_objects: 10, object_payload_size: 0 } 60 0.938 1.168 156.6 | ||
CreateObjects { num_objects: 10, object_payload_size: 10240 } 60 0.924 1.086 9713.2 | ||
CreateObjects { num_objects: 100, object_payload_size: 0 } 60 0.922 1.275 1577.0 | ||
CreateObjects { num_objects: 100, object_payload_size: 10240 } 60 0.935 1.070 11728.7 | ||
InitializeVectorPicture { length: 128 } 60 0.926 1.069 169.4 | ||
VectorPicture { length: 128 } 60 0.908 1.075 50.2 | ||
VectorPictureRead { length: 128 } 60 0.919 1.059 48.0 | ||
InitializeVectorPicture { length: 30720 } 60 0.939 1.127 28404.4 | ||
VectorPicture { length: 30720 } 60 0.936 1.095 6935.6 | ||
VectorPictureRead { length: 30720 } 60 0.939 1.093 6948.2 | ||
SmartTablePicture { length: 30720, num_points_per_txn: 200 } 60 0.947 1.080 43673.3 | ||
SmartTablePicture { length: 1048576, num_points_per_txn: 300 } 60 0.947 1.111 74145.8 | ||
ResourceGroupsSenderWriteTag { string_length: 1024 } 60 0.918 1.075 15.8 | ||
ResourceGroupsSenderMultiChange { string_length: 1024 } 60 0.909 1.169 32.9 | ||
TokenV1MintAndTransferFT 60 0.953 1.069 384.6 | ||
TokenV1MintAndTransferNFTSequential 60 0.938 1.064 600.3 | ||
TokenV2AmbassadorMint { numbered: true } 60 0.951 1.057 516.6 | ||
LiquidityPoolSwap { is_stable: true } 60 0.961 1.139 582.6 | ||
LiquidityPoolSwap { is_stable: false } 60 0.929 1.099 563.0 | ||
CoinInitAndMint 60 0.928 1.130 205.0 | ||
FungibleAssetMint 60 0.930 1.098 235.8 | ||
IncGlobalMilestoneAggV2 { milestone_every: 1 } 60 0.914 1.051 33.5 | ||
IncGlobalMilestoneAggV2 { milestone_every: 2 } 60 0.914 1.105 19.0 | ||
EmitEvents { count: 1000 } 60 0.937 1.158 8818.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.