Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Fungible Token video to correct source #1418

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

kimcodeashian
Copy link
Contributor

  • Updating Fungible Token video to correct link (whoops!)

@github-actions
Copy link

Cadence Benchstat comparison

This branch with compared with the base branch onflow:master commit 95e70f9
The command for i in {1..N}; do go test ./... -run=XXX -bench=. -shuffle=on; done was used.
Bench tests were run a total of 7 times on each branch.

Results

old.txtnew.txt
time/opdelta
RuntimeResourceDictionaryValues-214.3ms ± 3%14.3ms ± 1%~(p=0.620 n=7+7)
RuntimeFungibleTokenTransfer-21.21ms ±29%1.26ms ±20%~(p=0.902 n=7+7)
ParseDeploy/byte_array-220.7ms ± 9%21.1ms ±11%~(p=0.383 n=7+7)
ParseDeploy/decode_hex-21.16ms ± 1%1.18ms ± 3%~(p=0.535 n=7+7)
ParseArray-212.8ms ± 1%12.9ms ± 2%~(p=0.149 n=5+7)
ParseFungibleToken-2189µs ± 5%185µs ± 2%~(p=0.445 n=7+6)
ParseInfix-29.84µs ± 6%9.76µs ± 2%~(p=0.620 n=7+7)
QualifiedIdentifierCreation/One_level-22.34ns ± 0%2.34ns ± 0%~(p=0.894 n=6+7)
QualifiedIdentifierCreation/Three_levels-2141ns ± 1%142ns ± 1%~(p=0.102 n=6+6)
ContractInterfaceFungibleToken-239.8µs ± 1%40.6µs ± 7%~(p=0.334 n=7+7)
CheckContractInterfaceFungibleTokenConformance-2133µs ± 2%133µs ± 1%~(p=0.234 n=6+7)
NewInterpreter/new_interpreter-21.07µs ± 1%1.07µs ± 1%~(p=0.514 n=7+7)
InterpretRecursionFib-22.43ms ± 2%2.42ms ± 2%~(p=0.836 n=7+6)
NewInterpreter/new_sub-interpreter-22.18µs ± 4%2.12µs ± 0%−3.05%(p=0.033 n=7+6)
 
alloc/opdelta
RuntimeResourceDictionaryValues-24.05MB ± 0%4.05MB ± 0%~(p=0.456 n=7+7)
RuntimeFungibleTokenTransfer-2278kB ± 0%278kB ± 0%~(p=0.558 n=7+7)
QualifiedIdentifierCreation/One_level-20.00B 0.00B ~(all equal)
QualifiedIdentifierCreation/Three_levels-264.0B ± 0%64.0B ± 0%~(all equal)
ContractInterfaceFungibleToken-226.6kB ± 0%26.6kB ± 0%~(all equal)
CheckContractInterfaceFungibleTokenConformance-266.2kB ± 0%66.2kB ± 0%~(all equal)
NewInterpreter/new_interpreter-2768B ± 0%768B ± 0%~(all equal)
NewInterpreter/new_sub-interpreter-21.24kB ± 0%1.24kB ± 0%~(all equal)
InterpretRecursionFib-21.24MB ± 0%1.24MB ± 0%~(all equal)
 
allocs/opdelta
RuntimeResourceDictionaryValues-2102k ± 0%102k ± 0%~(p=0.373 n=7+7)
RuntimeFungibleTokenTransfer-24.62k ± 0%4.62k ± 0%~(p=1.000 n=7+7)
QualifiedIdentifierCreation/One_level-20.00 0.00 ~(all equal)
QualifiedIdentifierCreation/Three_levels-22.00 ± 0%2.00 ± 0%~(all equal)
ContractInterfaceFungibleToken-2458 ± 0%458 ± 0%~(all equal)
CheckContractInterfaceFungibleTokenConformance-21.07k ± 0%1.07k ± 0%~(all equal)
NewInterpreter/new_interpreter-212.0 ± 0%12.0 ± 0%~(all equal)
NewInterpreter/new_sub-interpreter-238.0 ± 0%38.0 ± 0%~(all equal)
InterpretRecursionFib-225.0k ± 0%25.0k ± 0%~(all equal)
 

@turbolent turbolent added the Documentation Improvements or additions to documentation label Feb 14, 2022
@turbolent turbolent merged commit 3d29437 into master Feb 14, 2022
@turbolent turbolent deleted the update-guides-embed-video branch February 14, 2022 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants