1 Star 0 Fork 0

李所当然/nghttp3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qifs.sh 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tatsuhiro Tsujikawa 提交于 2019-02-17 10:02 . Add qifs scripts
#!/bin/bash
set -e
destdir=qifs/encoded/qpack-05/nghttp3
mkdir -p "$destdir"
for f in qifs/qifs/*.qif; do
prefix=`basename ${f%.qif}`
for maxtablesize in 0 256 512 4096; do
for maxblocked in 0 100; do
echo $f $maxtablesize $maxblocked 0
outprefix=$prefix.out.$maxtablesize.$maxblocked
examples/qpack encode "$f" "$destdir/$outprefix.0" -s$maxtablesize -m$maxblocked
echo $f $maxtablesize $maxblocked 1
examples/qpack encode "$f" "$destdir/$outprefix.1" -s$maxtablesize -m$maxblocked -a
done
done
done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/lilw1/nghttp3.git
git@gitee.com:lilw1/nghttp3.git
lilw1
nghttp3
nghttp3
draft-22

搜索帮助

0d507c66 1850385 C8b1a773 1850385