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

Remove release drafter GitHub action #1551

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

turbolent
Copy link
Member

Description

We are now using GitHub's automatic release note generation instead.


  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@turbolent turbolent added the Chore label Apr 1, 2022
@turbolent turbolent requested a review from SupunS as a code owner April 1, 2022 22:44
@turbolent turbolent self-assigned this Apr 1, 2022
@turbolent turbolent requested a review from dsainati1 as a code owner April 1, 2022 22:44
@codecov-commenter
Copy link

Codecov Report

Merging #1551 (b16bc77) into master (ba98f65) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1551   +/-   ##
=======================================
  Coverage   74.69%   74.69%           
=======================================
  Files         289      289           
  Lines       55633    55633           
=======================================
  Hits        41557    41557           
  Misses      12581    12581           
  Partials     1495     1495           
Flag Coverage Δ
unittests 74.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba98f65...b16bc77. Read the comment docs.

@turbolent turbolent merged commit e173182 into master Apr 1, 2022
@turbolent turbolent deleted the bastian/remove-release-drafter branch April 1, 2022 22:55
@github-actions
Copy link

github-actions bot commented Apr 1, 2022

Cadence Benchstat comparison

This branch with compared with the base branch onflow:master commit ba98f65
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
ParseArray-215.7ms ± 1%16.4ms ± 5%+4.45%(p=0.022 n=6+7)
CheckContractInterfaceFungibleTokenConformance-2181µs ± 4%188µs ± 5%+4.15%(p=0.038 n=7+7)
RuntimeResourceDictionaryValues-217.4ms ± 4%18.1ms ± 5%+3.91%(p=0.038 n=7+7)
NewInterpreter/new_interpreter-21.39µs ± 3%1.44µs ± 3%+3.69%(p=0.007 n=7+7)
QualifiedIdentifierCreation/One_level-23.42ns ± 1%3.51ns ± 2%+2.59%(p=0.008 n=6+7)
NewInterpreter/new_sub-interpreter-22.72µs ± 2%2.79µs ± 2%+2.47%(p=0.008 n=7+6)
ParseDeploy/decode_hex-21.51ms ± 2%1.54ms ± 1%+1.90%(p=0.026 n=6+6)
RuntimeFungibleTokenTransfer-21.60ms ±22%1.49ms ±35%~(p=1.000 n=7+7)
ParseDeploy/byte_array-224.5ms ± 2%24.9ms ± 4%~(p=0.310 n=6+6)
ParseFungibleToken-2239µs ± 7%250µs ± 7%~(p=0.128 n=7+7)
ParseInfix-210.4µs ± 5%10.6µs ± 4%~(p=0.245 n=7+7)
QualifiedIdentifierCreation/Three_levels-2183ns ± 4%188ns ± 2%~(p=0.068 n=7+6)
ContractInterfaceFungibleToken-250.8µs ± 4%52.5µs ± 3%~(p=0.051 n=7+6)
InterpretRecursionFib-23.40ms ± 6%3.52ms ± 8%~(p=0.318 n=7+7)
 
alloc/opdelta
RuntimeFungibleTokenTransfer-2273kB ± 0%273kB ± 0%~(p=0.096 n=7+7)
RuntimeResourceDictionaryValues-24.05MB ± 0%4.05MB ± 0%~(p=0.902 n=7+7)
QualifiedIdentifierCreation/One_level-20.00B 0.00B ~(all equal)
QualifiedIdentifierCreation/Three_levels-264.0B ± 0%64.0B ± 0%~(all equal)
CheckContractInterfaceFungibleTokenConformance-266.2kB ± 0%66.2kB ± 0%~(p=0.192 n=7+7)
InterpretRecursionFib-21.26MB ± 0%1.26MB ± 0%~(p=1.000 n=7+7)
NewInterpreter/new_interpreter-2848B ± 0%848B ± 0%~(all equal)
NewInterpreter/new_sub-interpreter-21.34kB ± 0%1.34kB ± 0%~(all equal)
ContractInterfaceFungibleToken-226.6kB ± 0%26.6kB ± 0%−0.00%(p=0.042 n=7+6)
 
allocs/opdelta
RuntimeFungibleTokenTransfer-24.54k ± 0%4.54k ± 0%~(p=0.516 n=7+7)
RuntimeResourceDictionaryValues-2102k ± 0%102k ± 0%~(p=0.434 n=6+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)
InterpretRecursionFib-226.2k ± 0%26.2k ± 0%~(all equal)
NewInterpreter/new_interpreter-213.0 ± 0%13.0 ± 0%~(all equal)
NewInterpreter/new_sub-interpreter-240.0 ± 0%40.0 ± 0%~(all equal)
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants