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

Adding Benchmarks #165

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Adding Benchmarks #165

wants to merge 9 commits into from

Commits on Jan 25, 2024

  1. Prepare for 1.3.0 release

    See changelog for more details.
    
    Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
    Signed-off-by: ms2892 <msadiq074@gmail.com>
    pablogsal authored and ms2892 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0c95d0c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: ms2892 <msadiq074@gmail.com>
    dependabot[bot] authored and ms2892 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fd9a979 View commit details
    Browse the repository at this point in the history
  3. Update upload-artifact and download-artifact

    Both need to be updated at once, and also the uploaded artifacts now
    must be each be named something different and are made immutable. This
    means that we cannot keep appending to the same archive called
    "artifact", and that we instead must create one artifact for the sdist
    and one for each architecture.
    
    Note that the `upload_pypi` step also needs to be changed to ensure it
    downloads all of the artifacts and extracts them as before.
    
    Signed-off-by: Gus Monod <gmonod1@bloomberg.net>
    Signed-off-by: ms2892 <msadiq074@gmail.com>
    sarahmonod authored and ms2892 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    d409bde View commit details
    Browse the repository at this point in the history
  4. ci: Build manylinux & musllinux wheels in parallel

    Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
    Signed-off-by: ms2892 <msadiq074@gmail.com>
    godlygeek authored and ms2892 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6ca168c View commit details
    Browse the repository at this point in the history
  5. ci: Restore steps performed only for releases

    Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
    Signed-off-by: ms2892 <msadiq074@gmail.com>
    godlygeek authored and ms2892 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c5b1592 View commit details
    Browse the repository at this point in the history
  6. Added Benchmarks Corresponding to various test cases

    Signed-off-by: ms2892 <msadiq074@gmail.com>
    ms2892 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    018a543 View commit details
    Browse the repository at this point in the history
  7. Added minor documentation

    Signed-off-by: ms2892 <msadiq074@gmail.com>
    ms2892 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    68fd538 View commit details
    Browse the repository at this point in the history
  8. Fixed static tests

    Signed-off-by: ms2892 <msadiq074@gmail.com>
    ms2892 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    344db21 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into main

    ms2892 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cc0da14 View commit details
    Browse the repository at this point in the history