Commit Graph

424 Commits

Author SHA1 Message Date
jca
af9eabc9f4 Add missing include, fixes build with clang 15 2023-01-11 17:49:55 +00:00
fcambus
96a63a29cf Update wrk to 4.2.0. 2023-01-10 17:41:15 +00:00
fcambus
7622e9920e Update siege to 4.1.6. 2023-01-09 13:13:19 +00:00
gnezdo
5af817a8d1 Build benchmarks/tsung with erlang25
Includes a fix for https://github.com/processone/tsung/issues/385

By Volker Schlecht openbsd-ports AT schlecht DOT dev
2023-01-08 05:45:18 +00:00
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
sthen
6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00
semarie
6f1dbcb6fe adjust rust programs to run with immutable stack
the rust std library has been changed to not try to reallocate
a guard page on the stack.

as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
2022-10-09 16:32:18 +00:00
bluhm
1250600ea0 update udpbench to 1.05 2022-10-04 13:28:07 +00:00
sthen
2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
sthen
6b85aa2a4e use MODPY_PEP517 2022-09-10 21:47:28 +00:00
fcambus
ffb6cb173d Update hyperfine to 1.15.0. 2022-09-10 20:09:48 +00:00
bluhm
9b73d382b0 update udpbench to 1.04 2022-08-16 20:43:11 +00:00
bluhm
3f6f8b4f88 update udpbench to 1.03 2022-08-10 23:32:11 +00:00
benoit
201bd86a9b Update to siege-4.1.5. 2022-08-10 09:02:11 +00:00
bluhm
3cd8e28abf update udpbench to 1.02 2022-08-01 20:16:32 +00:00
fcambus
e2fe847a63 Update siege to 4.1.4. 2022-08-01 14:32:57 +00:00
tb
447af4782a benchmarks/fio: fix hidden dependency on libnfs reported by mpi.
ok kurt
2022-07-29 15:33:17 +00:00
bluhm
ab0917fdab +udpbench 2022-07-29 13:17:11 +00:00
bluhm
5d7fcf5097 import udpbench 1.01
OK kn@

Comment:
udp network benchmarking tool

Description:
Measure UDP send and receive performance.  Be very careful that the
data is reliable.  Avoid unnecessary system calls that may affect
the result.
2022-07-29 13:15:24 +00:00
kurt
cd3505f09b Update to fio-3.30 2022-05-20 14:12:21 +00:00
fcambus
ed232fde1f Update hyperfine to 1.14.0. 2022-05-20 08:40:33 +00:00
jsg
114e34a8bf update to glmark2 2021.12
ok thfr@
2022-05-18 03:21:48 +00:00
bluhm
9416672611 update p5-Dumbbench to 0.503 2022-04-28 20:37:24 +00:00
fcambus
e687005745 Update siege to 4.1.3. 2022-04-26 13:18:45 +00:00
fcambus
50b6853ecb Update siege to 4.1.2. 2022-04-16 13:47:22 +00:00
fcambus
b2062b957a Update hyperfine to 1.13.0. 2022-04-16 13:40:24 +00:00
naddy
279462e7ea drop RCS Ids 2022-03-11 18:21:39 +00:00
sthen
385739a94f drop rcs id in category Makefiles 2022-03-09 16:18:03 +00:00
espie
737fb8bb76 zap a few PKGNAME-sub which are now default
(and also duplicated EPOCH-sub which make little sense in db/{v3,v4}
2021-11-22 13:55:54 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
fcambus
c4bcc7f02c Update hyperfine to 1.12.0.
While there, move MODCARGO_CRATES directives into crates.inc.
2021-10-26 13:53:51 +00:00
sthen
00bbf07572 update to flent-2.0.1 2021-10-21 20:35:22 +00:00
thfr
a9b17baf35 +glmark2 2021-10-16 14:36:26 +00:00
thfr
99285add6a import benchmarks/glmark2
ok rsadowski@

DESCR:
glmark2 is an OpenGL 2.0 and ES 2.0 benchmark.

glmark2 is developed by Alexandros Frantzis and Jesse Barker based on the
original glmark benchmark by Ben Smith.
2021-10-16 14:34:46 +00:00
sthen
95f510e0a2 fix missing \ 2021-09-21 21:59:41 +00:00
sthen
c2ea64007d fix deps for flent-gui, spotted by solene@ 2021-09-21 12:13:57 +00:00
fcambus
d805f9c9ad Update siege to 4.1.1. 2021-07-19 08:10:02 +00:00
fcambus
cbe612f18e Update siege to 4.1.0. 2021-07-05 21:33:05 +00:00
kmos
ad139c8cd7 Fix build on sparc64 by preferring ports-gcc on base-gcc arches
ok kurt@ (maintainer)
2021-05-16 17:11:18 +00:00
kurt
8a4a41dedd Update to fio-3.26 2021-05-05 12:59:55 +00:00
fcambus
42978b0655 Update siege to 4.0.9. 2021-05-01 13:33:25 +00:00
tb
7134a10f41 Update httperf to github HEAD. help/ok sthen
The old version was severely outdated, its HOMEPAGE is dead and its
build would break in an upcoming libssl change. Upstream has done a
lot of work, in particular idleconn now uses libevent/libeventextra.
2021-04-29 07:52:43 +00:00
tb
467d638b63 benchmarks/speedtest-cli: update to 2.1.3
Fixes a runtime failure reported by kevlo and Mikolaj Kucharski:
* Address issue where a test server may return an HTTP error during upload or download
* Address issue where ignore_ids may be empty or have empty values

ok kevlo sthen
2021-04-09 08:12:17 +00:00
fcambus
ab50469aa9 Update siege to 4.0.8. 2021-03-22 09:17:26 +00:00
bluhm
3ab98743a3 update p5-Dumbbench to 0.501 2021-03-10 15:14:51 +00:00
sthen
2cecc4310a update to flent-2.0.0 2021-03-07 19:34:40 +00:00
sthen
c491ce8046 update to hyperfine-1.11.0 2021-02-27 19:41:18 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
gnezdo
3da2f71a3a Use erlang21 for benchmarks/tsung
jasper@: go for it
2021-02-16 06:25:53 +00:00
sthen
373dd758d3 netperf: -fno-common fix from PR waiting for merge upstream 2021-01-31 19:27:02 +00:00