Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve block benchmarks #63

Merged
merged 1 commit into from
Feb 12, 2023
Merged

Improve block benchmarks #63

merged 1 commit into from
Feb 12, 2023

Conversation

brantburnett
Copy link
Owner

Motivation

The BlockCompressHtml benchmark doesn't use the full file. The BlockDecompresHtml benchmark is best to use a 65KB block, but it isn't including the cost of moving the data to the output.

Modifications

Use the full HTML fill for block compression, and copy the decompressed data to output for decompression.

Make a few more improvements to the version comparison config.

Motivation
----------
The BlockCompressHtml benchmark doesn't use the full file. The
BlockDecompresHtml benchmark is best to use a 65KB block, but it isn't
including the cost of moving the data to the output.

Modifications
-------------
Use the full HTML fill for block compression, and copy the decompressed
data to output for decompression.

Make a few more improvements to the version comparison config.
@brantburnett brantburnett merged commit 8c81e52 into main Feb 12, 2023
@brantburnett brantburnett deleted the block-benchmarks branch February 12, 2023 15:56
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant