1 Star 0 Fork 9

huanghaitao/wrk

forked from src-openEuler/wrk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wrk.spec 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
huanghaitao 提交于 2021-07-13 09:09 . package init
Name: wrk
Version: 4.1.0
Release: 1
Summary: Modern HTTP benchmarking tool
License: Apache-2.0
URL: https://github.com/wg/wrk
Source0: https://github.com/wg/wrk/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: Make-the-debug-package-compile.patch
BuildRequires: pkgconf openssl-devel
%description
wrk is a modern HTTP benchmarking tool capable of generating significant
load when run on a single multi-core CPU. It combines a multithreaded
design with scalable event notification systems such as epoll and kqueue.
An optional LuaJIT script can perform HTTP request generation, response
processing, and custom reporting. Several example scripts are located in
scripts.
%prep
%autosetup -p1
%build
%make_build OPTFLAGS="%{optflags}" WITH_OPENSSL=%{_prefix}
%install
install -D -m 0755 wrk %{buildroot}%{_bindir}/wrk
%files
%license LICENSE
%doc README.md NOTICE scripts/
%{_bindir}/wrk
%changelog
* Mon Jun 28 2021 huanghaitao <[email protected]> - 4.1.0-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hht8/wrk.git
[email protected]:hht8/wrk.git
hht8
wrk
wrk
master

搜索帮助