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

Dn loop bound box benchmark #2778

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

Commits on Jul 10, 2024

  1. Add NIOLoopBoundBox benchmark

    dnadoba committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    33e3a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3842f7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7927b1f View commit details
    Browse the repository at this point in the history
  4. run CI again

    dnadoba committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6bc8978 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dn-loop-bound-box-benchmark' of github.com:dnadoba/swif…

    …t-nio into dn-loop-bound-box-benchmark
    dnadoba committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    90863cb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Merge branch 'main' into dn-loop-bound-box-benchmark

    # Conflicts:
    #	Benchmarks/Thresholds/nightly-next/NIOCoreBenchmarks.NIOLoopBoundBox.value.p90.json
    dnadoba committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a87b349 View commit details
    Browse the repository at this point in the history
  2. Update benchmark loop

    dnadoba committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    05ab847 View commit details
    Browse the repository at this point in the history
  3. Fix benchmark thresholds update script

    # Motivation
    
    We added new CI to run both nightly main and nightly next but forgot to update the benchmark thresholds script
    
    # Modification
    
    This PR updates the benchmark thresholds script and adds a nightly next docker compose image.
    
    # Result
    
    We can use the update benchmark thresholds script again.
    FranzBusch committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d14d7a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge branch 'fb-benchmark-update-thresholds' into dn-loop-bound-box-…

    …benchmark
    
    # Conflicts:
    #	dev/update-benchmark-thresholds.sh
    dnadoba committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    014e903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dd1710 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Remove inner loop

    dnadoba committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e9b71b7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into dn-loop-bound-box-benchmark

    # Conflicts:
    #	Benchmarks/Thresholds/5.10/NIOCoreBenchmarks.NIOAsyncChannel.init.p90.json
    #	Benchmarks/Thresholds/5.8/NIOCoreBenchmarks.NIOAsyncChannel.init.p90.json
    #	Benchmarks/Thresholds/5.9/NIOCoreBenchmarks.NIOAsyncChannel.init.p90.json
    #	Benchmarks/Thresholds/nightly-main/NIOCoreBenchmarks.NIOAsyncChannel.init.p90.json
    #	Benchmarks/Thresholds/nightly-next/NIOCoreBenchmarks.NIOAsyncChannel.init.p90.json
    dnadoba committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4b4181b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b25527a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    986dc2e View commit details
    Browse the repository at this point in the history