Kirill Ponomarev
f053ac28a5
Update to 3.23
2020-09-28 15:00:39 +00:00
Mark Linimon
1fc5fd338a
Allow building on powerpc64le.
2020-09-27 07:40:39 +00:00
Mark Linimon
986a59f403
Attempt to fix build on powerpc64le.
...
Approved by: portmgr (tier-2 blanket)
2020-09-27 07:38:00 +00:00
Jimmy Olgeni
e1ebb44944
Add benchmarks/ali, a load testing tool aimed to perform real-time analysis.
2020-09-26 10:57:54 +00:00
Piotr Kubaj
85831c769f
benchmarks/sysbench: fix build on powerpc64
...
On powerpc64 use luajit-openresty, while main luajit port doesn't work on powerpc64.
2020-09-23 08:56:16 +00:00
Mateusz Piotrowski
d7b98864f8
Set LICENSE
2020-09-21 11:50:38 +00:00
Mateusz Piotrowski
45100dd5b5
Resurrect benchmarks/filebench
...
Upstream moved to GitHub and is still accepting patches (interestingly, the
most recent commits fix building Filebench on FreeBSD).
2020-09-21 11:37:42 +00:00
Stefan Eßer
6d4d0f9f2e
Fix build with -f no-common
2020-09-20 20:47:21 +00:00
Stefan Eßer
5f04ffffef
Fix build with -fno-common
...
While here add licenses extracted from the source files.
2020-09-20 20:35:19 +00:00
Alexey Dokuchaev
56d2983160
To support optional FreeBSD branding in the future, switch to binary patch
...
instead of sed(1) when adjusting log file location. No functional changes.
2020-09-19 22:04:32 +00:00
Alexey Dokuchaev
8d8e0de553
Add a port of GpuTest, OpenGL-based GPU stress test and popular benchmark.
...
This is the last version which natively supports GNU/Linux, the later are
unfortunately Windows-only.
WWW: http://www.Geeks3D.com/GpuTest/
2020-09-18 04:41:44 +00:00
Luca Pizzamiglio
9a7b0c2ad2
benchmarks/stress-ng: Update to 0.11.21
...
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-09-17 19:55:10 +00:00
Serhii (Sergey) Kozlov
58509eae5b
benchmarks/netperf: Fix build with clang 11 and gcc 10
...
Tested using poudriere on 11.3, 12.1, 13.0
PR: 249227
Reported by: Krzysztof Galazka
Approved by: build fix (blanket)
Sponsored by: Intel
2020-09-15 15:55:42 +00:00
Luca Pizzamiglio
eb27e53176
benchmarks/phoronix-test-suite: update to 9.8.0
...
Update from 9.4.x to 9.8.0
2020-09-13 19:57:57 +00:00
Luca Pizzamiglio
8d80ca697b
benchmakrs/stress-ng: Update to 0.11.20
...
Updates from 0.11.15 -> 0.11.20
2020-09-13 17:19:57 +00:00
Dmitry Marakasov
8630fc1b26
- Update to 2.2
...
- Switch to options helpers
2020-09-09 14:43:26 +00:00
Alexey Dokuchaev
89dfeef794
Allow to build without D-Bus IPC system support.
2020-09-08 08:06:17 +00:00
Piotr Kubaj
2b64c00c4e
benchmarks/fio: fix build on GCC architectures
...
Use C11 compiler:
Your compiler doesn't support C11 atomics. gcc 4.9/clang 3.6 are the
minimum versions with it - perhaps your compiler is too old?
C11 atomics support not found
2020-09-03 12:11:37 +00:00
Alexey Dokuchaev
198256f0e1
Update to version 1.8.1 which does not require -fcommon workaround.
2020-09-02 02:37:03 +00:00
Sunpoet Po-Chuan Hsieh
aa46d3120a
Update to 2.8.3
...
Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt
https://github.com/evanphx/benchmark-ips/commits/master
2020-08-30 20:21:28 +00:00
Tobias Kortkamp
c9a06251c5
lang/rust: Update to 1.46.0
...
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176
2020-08-30 18:36:07 +00:00
Danilo G. Baio
79ea2a024e
benchmarks/flowgrind: Fix build on 13-CURRENT
...
Reported by: pkg-fallout
2020-08-24 23:56:33 +00:00
Alexey Dokuchaev
cb006f26ec
MangoHud is a Vulkan/OpenGL overlay for monitoring FPS, temperatures,
...
CPU/GPU load, and more.
WWW: https://github.com/flightlessmango/MangoHud
2020-08-24 11:20:18 +00:00
Hans Petter Selasky
11ccee7436
Take ownership of perftest.
...
Discussed with: slavash@
Approved by: pi (implicit)
2020-08-24 09:34:42 +00:00
Josh Paetzel
bc79d9a6f9
Fix build in a -fno-common world
2020-08-23 23:49:36 +00:00
Alexey Dokuchaev
c3656a797c
- Unbreak the build with -fno-common (Clang 11, GCC 10)
...
- Include upstream bug report for reference and tracking
Reported by: pkg-fallout
2020-08-22 15:26:00 +00:00
Kirill Ponomarev
fe1e86c295
Upgrade to 3.22
2020-08-18 08:00:55 +00:00
Bruce A. Mah
f5b8642f6a
Update to iperf-3.9.
...
Sponsored by: ESnet
2020-08-17 19:37:57 +00:00
Kirill Ponomarev
e1f99a9c7d
Upgrade to 3.21
2020-08-13 07:44:47 +00:00
Fernando Apesteguía
a122fb92f9
benchmarks/blogbench: fix rand()-related crash
...
blogbench uses rand(3) unsafely from different threads which leads to crashes.
Use arc4random(3) instead.
Bump PORTREVISION
While here, relocate USES variable.
PR: 248420
Submitted by: sigsys@gmail.com
Approved by: jmohacsi@bsd.hu (maintainer)
MFH: 2020Q3 (runtime fix)
2020-08-11 16:59:11 +00:00
Dmitri Goutnik
2c0120f3bd
benchmarks/hey: Update to 0.1.4
...
Changes: https://github.com/rakyll/hey/releases/tag/v0.1.4
2020-08-07 19:18:06 +00:00
Tobias Kortkamp
8b057d47a9
lang/rust: Update to 1.45.2
...
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
2020-08-03 15:18:49 +00:00
Tobias Kortkamp
9137d53fe2
lang/rust: Update to 1.45.1
...
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835
2020-07-30 18:26:53 +00:00
Sunpoet Po-Chuan Hsieh
6fa86cfe6e
Add rubygem-benchmark 0.1.0
...
The Benchmark module provides methods for benchmarking Ruby code, giving
detailed reports on the time taken for each task.
WWW: https://github.com/ruby/benchmark
2020-07-30 09:46:19 +00:00
Muhammad Moinur Rahman
a3eb7c7211
benchmarks/siege: Update version 4.0.5=>4.0.7
...
Relnotes: https://github.com/JoeDog/siege/releases/tag/v4.0.7
2020-07-23 09:06:52 +00:00
Tobias Kortkamp
b0f1d6430e
lang/rust: Update to 1.45.0
...
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658
2020-07-17 06:44:04 +00:00
Luca Pizzamiglio
932247f58e
benchmarks/ttcp: Update pkg-descr WWW URL
...
Adopt https URL
PR: 244664
Submitted by: portmaster@bsdforge.com (maintainer)
Event: July 2020 Bugathon
2020-07-11 17:22:53 +00:00
Luca Pizzamiglio
9f36fb40e1
benchmarks/stress-ng: Update to 0.11.15
...
From 0.11.12 to 0.11.15.
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-07-11 14:21:42 +00:00
Luca Pizzamiglio
f35239963a
benchmarks/unixbench: Add support to parallel execution
...
Add support to get the number of CPUs on FreeBSD.
Bump PORTREVISION.
PR: 247293
Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
2020-07-04 14:48:33 +00:00
Bruce A. Mah
18265efa1c
Update to iperf-3.8.1.
...
Sponsored by: ESnet
2020-06-10 17:28:01 +00:00
Luca Pizzamiglio
7467e9005e
benchmarks/stress-ng: Update to 0.11.12
...
Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-06-08 20:22:27 +00:00
Luca Pizzamiglio
df9c3f5886
benchmarks/hyperfine: Update to 1.10.0
...
Changes: https://github.com/sharkdp/hyperfine/releases/tag/v1.10.0
2020-06-08 20:19:51 +00:00
Tobias Kortkamp
a48473296f
lang/rust: Update to 1.44.0
...
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099
2020-06-04 18:08:00 +00:00
Rene Ladan
7405a62eef
Return gnn@'s ports to the pool after safekeeping his commit bit.
2020-06-02 20:31:17 +00:00
Mark Linimon
ace2934f30
Mark as BROKEN on powercp64-12. Seems to build elsewhere.
...
Approved by: portmgr (tier-2 blanket)
2020-05-31 09:09:55 +00:00
Mikael Urankar
8459b5ebcc
benchmarks/libmicro: fix build on arm
...
uname -p is used somewhere in the build
2020-05-30 17:56:47 +00:00
Alexey Dokuchaev
6bd575ff53
- Update to version 2020.04, first release in many years (unfortunately,
...
it was tagged just before the commit 06e4728 which fixed building with
Python 3.x, point GH_TAGNAME to it instead of pulling a patch)
- Drop explicit `python:build' from USES list, because `waf' implies it
- Add missing USE_XORG and put `xorg' on USES list
- For the time being, don't force C++14 while C++11 is sufficient until
the code really starts using new features (see GitHub commit a6bbc01)
PR: 246793
Submitted by: David Schlachter
2020-05-29 10:00:12 +00:00
Alexey Dokuchaev
2c4b1d164e
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6).
2020-05-28 08:43:29 +00:00
Kirill Ponomarev
78aa5d587b
Update to 3.20
2020-05-24 09:06:37 +00:00
Matthias Fechner
c32fd0f05b
Update to 1.7.0 which is required for gitlab-ce 12.10 upgrade.
2020-05-20 06:05:41 +00:00