]> git.ipfire.org Git - thirdparty/zstd.git/commit
fullbench: added streaming with fresh CCtx scenario
authorYann Collet <cyan@fb.com>
Tue, 28 May 2019 23:50:49 +0000 (16:50 -0700)
committerYann Collet <cyan@fb.com>
Tue, 28 May 2019 23:50:49 +0000 (16:50 -0700)
commiteb6b1990384364f6a3aa50bd695f87da035e202e
tree93d0a87f2072a40db881930ccea9ea95822c6f99
parent4c4149452c8ace4afb6c87d14cd4bac491bc9de3
fullbench: added streaming with fresh CCtx scenario

worst case situation, where context must be recreated every time
but without knowledge of the input size
thus sizing the context for some large input.
tests/fullbench.c