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

ci: Compare performance to msquic #1750

Merged
merged 53 commits into from
Mar 25, 2024
Merged

Commits on Mar 15, 2024

  1. ci: Compare performance to msquic

    In progress
    larseggert committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    89c2e0b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Make it run

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    4d3cb26 View commit details
    Browse the repository at this point in the history
  2. Fixes

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    a1c63f2 View commit details
    Browse the repository at this point in the history
  3. Fix path

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    054f04d View commit details
    Browse the repository at this point in the history
  4. Use msquic secnetperf

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    84c3e57 View commit details
    Browse the repository at this point in the history
  5. Fix actionlint

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    ec22b78 View commit details
    Browse the repository at this point in the history
  6. Sigh

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d1a7e54 View commit details
    Browse the repository at this point in the history
  7. Retry

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    b77c306 View commit details
    Browse the repository at this point in the history
  8. Better reporting

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    82ff190 View commit details
    Browse the repository at this point in the history
  9. Debug

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    4ef69a6 View commit details
    Browse the repository at this point in the history
  10. Retry

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5937c01 View commit details
    Browse the repository at this point in the history
  11. Sigh^2

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    b711ad9 View commit details
    Browse the repository at this point in the history
  12. Fix

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    fe49c7f View commit details
    Browse the repository at this point in the history
  13. Fixes

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    dead9dd View commit details
    Browse the repository at this point in the history
  14. Fixes

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    b6f0f74 View commit details
    Browse the repository at this point in the history
  15. Update bench.yml

    larseggert authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    56b8818 View commit details
    Browse the repository at this point in the history
  16. Fix

    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    4c307e4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6bf10f0 View commit details
    Browse the repository at this point in the history
  18. Squashed commit of the following:

    commit 9ca5ecc
    Merge: f50f414 f408321
    Author: Lars Eggert <[email protected]>
    Date:   Fri Mar 15 00:12:29 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
        Signed-off-by: Lars Eggert <[email protected]>
    
    commit f50f414
    Merge: 8e5290b bc262a5
    Author: Lars Eggert <[email protected]>
    Date:   Wed Mar 13 07:59:01 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
    commit 8e5290b
    Merge: f0cd19e 2ff9742
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 22:42:54 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
    commit f0cd19e
    Merge: b2bb855 17c4175
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 21:54:08 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
    commit b2bb855
    Merge: d072504 4ea2c56
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 17:25:13 2024 +0200
    
        Merge branch 'ci-bench-cc' of github.com:larseggert/neqo into ci-bench-cc
    
    commit d072504
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 17:24:52 2024 +0200
    
        Reorder things so `results.ms` is included in the exported artifact
    
    commit 4ea2c56
    Merge: c82ff3a 5c72890
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 17:18:37 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
    commit c82ff3a
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 16:41:59 2024 +0200
    
        `killall` -> `pkill`
    
    commit d37e706
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 16:37:50 2024 +0200
    
        Go back to `killall`
    
    commit 11320d0
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 16:11:38 2024 +0200
    
        No -INT
    
    commit 407bd4f
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 14:33:52 2024 +0200
    
        kill -> killall
    
        Also reduce test transfer size.
    
    commit 9d3a8b7
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 13:57:51 2024 +0200
    
        Use temp dir, and fix path error
    
    commit 84e2206
    Merge: 925cc12 b0d816a
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 11:10:41 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
    commit 925cc12
    Merge: 3241f93 5889038
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 11:05:42 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
    commit 3241f93
    Merge: 02620a7 d48fbed
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 09:59:24 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
        Signed-off-by: Lars Eggert <[email protected]>
    
    commit 02620a7
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 09:57:33 2024 +0200
    
        Try to kill via `$!`
    
    commit b32ce9e
    Merge: 9ea3a99 db1dbb2
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 09:15:18 2024 +0200
    
        Merge branch 'ci-bench-cc' of github.com:larseggert/neqo into ci-bench-cc
    
    commit 9ea3a99
    Author: Lars Eggert <[email protected]>
    Date:   Tue Mar 12 09:15:05 2024 +0200
    
        Address comments from @martinthomson
    
    commit db1dbb2
    Merge: 681bbb7 869afea
    Author: Lars Eggert <[email protected]>
    Date:   Mon Mar 11 19:33:53 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
    commit 681bbb7
    Merge: bd742af 532dcc5
    Author: Lars Eggert <[email protected]>
    Date:   Mon Mar 11 18:21:06 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
        Signed-off-by: Lars Eggert <[email protected]>
    
    commit bd742af
    Author: Lars Eggert <[email protected]>
    Date:   Mon Mar 11 17:00:34 2024 +0200
    
        mkdir -p
    
    commit bc7b99f
    Author: Lars Eggert <[email protected]>
    Date:   Mon Mar 11 16:29:14 2024 +0200
    
        Fix
    
    commit e7bf509
    Merge: de64b3e cbd4441
    Author: Lars Eggert <[email protected]>
    Date:   Mon Mar 11 16:27:56 2024 +0200
    
        Merge branch 'main' into ci-bench-cc
    
    commit de64b3e
    Author: Lars Eggert <[email protected]>
    Date:   Mon Mar 11 16:00:19 2024 +0200
    
        Wait for output before continuing
    
    commit 12386a3
    Author: Lars Eggert <[email protected]>
    Date:   Mon Mar 11 15:25:40 2024 +0200
    
        ci: Benchmark NewReno and Cubic
    larseggert committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    7f46abb View commit details
    Browse the repository at this point in the history
  19. Merge branch 'main' into ci-bench-msquic

    Signed-off-by: Lars Eggert <[email protected]>
    larseggert authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    efa5796 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Fixes

    larseggert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    33d243b View commit details
    Browse the repository at this point in the history
  2. Fix

    larseggert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ba3f750 View commit details
    Browse the repository at this point in the history
  3. Fixes

    larseggert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    72f8203 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    140874e View commit details
    Browse the repository at this point in the history
  5. Tweaks

    larseggert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5cb812a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f65edb7 View commit details
    Browse the repository at this point in the history
  7. Debug

    larseggert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5f5b793 View commit details
    Browse the repository at this point in the history
  8. actionlint

    larseggert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e78b1be View commit details
    Browse the repository at this point in the history
  9. Fix sed

    larseggert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    f36a1b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b778a2e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f64bdac View commit details
    Browse the repository at this point in the history
  12. Pacing changed

    larseggert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    89e8b16 View commit details
    Browse the repository at this point in the history
  13. Fixes

    larseggert committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    51a1ecf View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    20e9ca9 View commit details
    Browse the repository at this point in the history
  2. echo

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ec5d6d6 View commit details
    Browse the repository at this point in the history
  3. Again

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cd6c224 View commit details
    Browse the repository at this point in the history
  4. Again

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    32a43d8 View commit details
    Browse the repository at this point in the history
  5. A new hope

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b96b392 View commit details
    Browse the repository at this point in the history
  6. Finalize

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f69c48a View commit details
    Browse the repository at this point in the history
  7. Fixes

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    02ff40b View commit details
    Browse the repository at this point in the history
  8. ls

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2e3393f View commit details
    Browse the repository at this point in the history
  9. Add comments

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    41be4cf View commit details
    Browse the repository at this point in the history
  10. Report transfer size

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1632971 View commit details
    Browse the repository at this point in the history
  11. Again

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d8ed223 View commit details
    Browse the repository at this point in the history
  12. Quiet the server down

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f0144f2 View commit details
    Browse the repository at this point in the history
  13. Remove debug output

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    02a284f View commit details
    Browse the repository at this point in the history
  14. Reformat table

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    babb5e8 View commit details
    Browse the repository at this point in the history
  15. Fix

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    83a81f8 View commit details
    Browse the repository at this point in the history
  16. Fix table

    larseggert committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b374e17 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Mac sed != GNU sed

    larseggert committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d2af3e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318eea6 View commit details
    Browse the repository at this point in the history
  3. Fix comment

    larseggert committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    aa06400 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge branch 'main' into ci-bench-msquic

    Signed-off-by: Lars Eggert <[email protected]>
    larseggert authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3798f0b View commit details
    Browse the repository at this point in the history