Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sassman/ssd-benchmark-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.7
Choose a base ref
...
head repository: sassman/ssd-benchmark-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.8
Choose a head ref
  • 8 commits
  • 12 files changed
  • 2 contributors

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    e230086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41fab25 View commit details
    Browse the repository at this point in the history
  3. feat(#12): prepare docker image (#13)

    - prepare a musl based docker image
    - extend the ci release pipeline to build and publish the docker image as well
    - extend the docs for the docker usage
    sassman authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    da8801a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. chore(deps): bump fastrand from 1.4.1 to 1.7.0 (#10)

    Bumps [fastrand](https://github.com/smol-rs/fastrand) from 1.4.1 to 1.7.0.
    - [Release notes](https://github.com/smol-rs/fastrand/releases)
    - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
    - [Commits](smol-rs/fastrand@v1.4.1...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: fastrand
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    b85d2b0 View commit details
    Browse the repository at this point in the history
  2. feat(#12): prepare docker image (#14)

    - add GitHub container registry
    - deploy to ghcr.io on release workflow
    - rewrite deploy to dockerhub accordingly
    - push for image for platforms `linux/amd64` and `linux/arm64`
    sassman authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    8f53c2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3bffdb View commit details
    Browse the repository at this point in the history
  4. fix(ci): missing trigger

    sassman committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    713008a View commit details
    Browse the repository at this point in the history
  5. fix(ci): missing trigger

    sassman committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    010b5d1 View commit details
    Browse the repository at this point in the history
Loading