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

Add gobenchdata integration #1

Closed
wants to merge 22 commits into from

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    54befcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4091fb3 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (gno…

    …lang#594)
    
    Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.2 to 1.5.3.
    - [Release notes](https://github.com/golang/protobuf/releases)
    - [Commits](golang/protobuf@v1.5.2...v1.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    fdd0b61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae75fea View commit details
    Browse the repository at this point in the history
  5. chore(tests): different address on test caller (gnolang#662)

    Co-authored-by: Thomas Bruyelle <thomas.bruyelle@gmail.com>
    albttx and tbruyelle authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    721bfc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    8e64a3e View commit details
    Browse the repository at this point in the history
  2. chore(deployments): fix staging docker configuration (gnolang#704)

    chore: fix staging docker configuration
    
    Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
    moul authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e8e2d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d144928 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    0eb5ff7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. feat: use os.UserConfigDir() if possible when $GNO_HOME not set (gnol…

    …ang#719)
    
    Co-authored-by: Morgan <git@howl.moe>
    Co-authored-by: grepsuzette <grepsuzette@users.noreply.github.com>
    3 people authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5a180a0 View commit details
    Browse the repository at this point in the history
  2. refactor(tm2/pkg/db): Avoid panicking when creating DBs. (gnolang#726)

    Co-authored-by: Antonio Navarro <ajnavarro@pop-os.localdomain>
    ajnavarro and Antonio Navarro authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d4e37cc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    5b275ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9f99f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Add gobenchdata integration

    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    28efad2 View commit details
    Browse the repository at this point in the history
  2. Fix go_bench_test.go

    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ba837a7 View commit details
    Browse the repository at this point in the history
  3. Remove slow benchmarks

    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ca11bb2 View commit details
    Browse the repository at this point in the history
  4. Fix broken benchmarks.

    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ca7cd4b View commit details
    Browse the repository at this point in the history
  5. Avoid executing tests and use latest go version

    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    8044f48 View commit details
    Browse the repository at this point in the history
  6. Skip failing benchmarks

    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    69a67b4 View commit details
    Browse the repository at this point in the history
  7. Change to self-hosted to avoid limitations

    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e772e70 View commit details
    Browse the repository at this point in the history
  8. Avoid NaN results

    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5c63351 View commit details
    Browse the repository at this point in the history
  9. Use GITHUB_TOKEN.

    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a3d9f0f View commit details
    Browse the repository at this point in the history