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

Benchmark CBOR encoding/decoding using mainnet data #783

Merged

Commits on Apr 9, 2021

  1. Benchmark CBOR encoding/decoding using mainnet data

    Create benchmarks that use testdata/*.cbor.gz files.
    
    Add initial 6 *.cbor.gz files using data from a mainnet snapshot.
    
    For safety, limit number of files processed and use io.LimitReader to
    limit the max bytes uncompressed from each file.
    
    Closes onflow#765
    fxamacker committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    b0a57f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Fix copyright year in encoding_benchmark_test.go

    Use the current year for the copyright because it's a new file.
    fxamacker authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    49fa664 View commit details
    Browse the repository at this point in the history