-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* General test and benchmark improvements Verified non-chunked test through Heritrix. software: Heritrix/3.4.0-hq1-SNAPSHOT-2022-05-30T18:40:31Z --- WARC/1.0 WARC-Type: response WARC-Target-URI: http://127.0.0.1:35409/ WARC-Date: 2023-08-29T10:18:25Z WARC-IP-Address: 127.0.0.1 WARC-Payload-Digest: sha1:3TOI6NZK7GYJSFYGATOMMNM2C5VPT3ZD WARC-Record-ID: <urn:uuid:14d61a70-18a2-42dc-890a-e9d04e61abc5> Content-Type: application/http; msgtype=response Content-Length: 161 * Add record count check * fix: message * feat: add specific error message when errors are present * feat: add header check to verify WARC * fix: wording
- Loading branch information
Showing
4 changed files
with
169 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,7 @@ jobs: | |
|
||
- name: Test | ||
run: go test -race -v ./... | ||
|
||
- name: Benchmarks | ||
run: go test -bench=. -benchmem -run=^$ ./... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.