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: ordo-one/package-benchmark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.29.6
Choose a base ref
...
head repository: ordo-one/package-benchmark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.29.7
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Dec 16, 2025

  1. feat(patch): Export results in json format readable by github-action-…

    …benchmark (#338)
    
    ## Description
    
    Export results that can be read by
    https://github.com/benchmark-action/github-action-benchmark
    
    Create the baseline and then export it to json format, for example
    metrics except for the throughput are here; this will create a file
    `main.json`:
    ```
    benchmark baseline read main --format jsonSmallerIsBetter
    ```
    
    Which can be passed to the `github-action-benchmark` action:
    ```
          - name: Store benchmark result
            uses: benchmark-action/github-action-benchmark@v1
            with:
              name: 'Benchmarks'
              tool: 'customSmallerIsBetter'
              output-file-path: main.json
    ```
    
    ## Minimal checklist:
    
    - [ ] I have performed a self-review of my own code 
    - [ ] I have added `DocC` code-level documentation for any public
    interfaces exported by the package
    - [ ] I have added unit and/or integration tests that prove my fix is
    effective or that my feature works
    vsarunas authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    acfd97b View commit details
    Browse the repository at this point in the history
Loading