Skip to content

Commit

Permalink
Retry
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Mar 16, 2024
1 parent 4ef69a6 commit 5937c01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,12 @@ jobs:
SIZE: 1073741824 # 1 GB

- name: Compare neqo and msquic
shell: /usr/bin/bash -x --noprofile --norc -e -o pipefail {0}
env:
HOST: 127.0.0.1
PORT: 4433
SIZE: 67108864 # 64 MB
SIZE: 134217728 # 128 MB
run: |
TMPDIR=$(mktemp -d)
TMP=$(mktemp -d)
openssl req -nodes -new -x509 -keyout "$TMP/key" -out "$TMP/cert" -subj "/CN=DOMAIN" 2> /dev/null
truncate -s "$SIZE" "/tmp/$SIZE"
declare -A client_cmd=(
Expand Down

0 comments on commit 5937c01

Please sign in to comment.