1 Star 0 Fork 0

悳LL/ntttcp-for-linux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
Simon Xiao 提交于 2018-10-19 23:20 . Create azure-pipelines.yml
# Starter pipeline
pool:
vmImage: 'Ubuntu 16.04'
steps:
- script: |
cd src
make && sudo make install
displayName: 'Build'
- script: |
ntttcp -D -P 1 -t 5 -W 2 -C 2
ntttcp -s127.0.0.1 -P 1 -n 1 -l 1 -t 5 -W 2 -C 2 -V
displayName: 'Run Single TCP Connection Test'
- script: |
ntttcp -D -P 8 -t 5 -W 2 -C 2
ntttcp -s127.0.0.1 -P 8 -n 4 -l 2 -b 1024 -t 5 -W 2 -C 2 -V
displayName: 'Run 64 TCP Connections Test'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/qdx9391/ntttcp-for-linux.git
git@gitee.com:qdx9391/ntttcp-for-linux.git
qdx9391
ntttcp-for-linux
ntttcp-for-linux
master

搜索帮助