Skip to content

Commit

Permalink
run perf test in test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Mar 5, 2024
1 parent aec389a commit 3ffbb35
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ charset = utf-8
insert_final_newline = true
end_of_line = lf
trim_trailing_whitespace = true

[*.{yml,yaml}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:
- name: Test
run: |
pnpm test
- name: Performance
run: |
pnpm performance
1 change: 0 additions & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,6 @@ async function verifyRFC3230DigestHeader(request, rawBody, failOnNoDigest = true
}
throw e;
}
;
if (hash !== value) {
if (errorLogger)
errorLogger(`Digest header hash mismatch`);
Expand Down
1 change: 0 additions & 1 deletion dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,6 @@ async function verifyRFC3230DigestHeader(request, rawBody, failOnNoDigest = true
}
throw e;
}
;
if (hash !== value) {
if (errorLogger)
errorLogger(`Digest header hash mismatch`);
Expand Down

0 comments on commit 3ffbb35

Please sign in to comment.