Commit graph

2135 commits

Author SHA1 Message Date
Daniel Engberg
ac417bb121 benchmarks/blogbench: Update WWW entry in pkg-descr
Upstream is now hosted on GitHub

PR:		259947
Reported by:	Graham Perrin <grahamperrin@gmail.com>
Approved by:	mentors (implicit), jmohacsi@bsd.hu (maintainer timeout, 4+ weeks)
2021-12-23 22:20:59 +01:00
Kirill Ponomarev
20859c339d benchmarks/fio: Update to 3.29 2021-12-20 08:48:13 +01:00
Alexey Dokuchaev
423b6f5be5 benchmarks/mangohud: the port had been improved (+)
- Report CPU frequency and temperature on the HUD
- For gathering system information, use sysctlbyname() if
  possible instead of capturing external programs' output
2021-12-15 09:45:18 +00:00
Alexey Dokuchaev
9d20c9a6b3 benchmarks/mangohud: the port had been updated to version 0.6.5
Now comes with CPU load monitoring enabled by default and better
system information report in debug mode.  Note that those things
currently require mounted linprocfs(5) to work.

Reported by:	portscout
2021-12-14 05:15:24 +00:00
Tobias Kortkamp
5a7f23c69d
lang/rust: Rebuild consumers for Rust 1.57.0 2021-12-05 13:35:42 +01:00
Luca Pizzamiglio
b36aa94edf benchmark/stressn-ng: Update to 0.13.07
Changes: https://github.com/ColinIanKing/stress-ng/blob/V0.13.07/debian/changelog
2021-12-04 23:56:05 +01:00
Johannes M Dieterich
9f7c566a52 benchmarks/flamegraph: update to latest GitHub revision
Given that there hasn't been a tagged release in 4y, switch to the latest GH
revision and give it the moniker 1.1 (1.0-43 was the previous tag).
2021-12-01 12:19:06 -06:00
Alexey Dokuchaev
46f126d48b benchmarks/linux-unigine-{heaven,valley}: the ports had been improved (+)
- Add missing dependency for playing music: USE_LINUX+=openal-soft
- In the `do-extract', rather than changing current directory, pass it to
  tar(1) as a -C argument and don't needlessly use semi-private _DISTDIR
  variable: this makes the command shorter and avoids bogus double slash
  in the build log
- Provide more user-friendly wrapper script which anticipates potential
  problems that typically affect running this program and advises on how
  to solve them
- Spell GNU/Linux correctly in the COMMENT and port description; reformat
  the latter with `fmt -w 75' for better looks (less ragged right edge)
2021-11-22 10:31:59 +00:00
Alexey Dokuchaev
76c32b8d6b games/linux-unigine-{heaven,valley}: move to a more appropriate category
These programs are techno-demos that can only be used as benchmarks, not
as actually playable games.
2021-11-21 18:38:09 +00:00
Jimmy Olgeni
9300443c94 benchmarks/ali: Update to version 0.7.5 2021-11-21 13:20:18 +01:00
Li-Wen Hsu
bf4d7aeb0a
benchmarks/netperf: Update WWW 2021-11-17 11:30:07 +08:00
Piotr Kubaj
5f925ae5d8 benchmarks/inferno: fix build on powerpc
error[E0432]: unresolved imports `core::sync::atomic::AtomicI64`, `core::sync::atomic::AtomicU64`
  --> /wrkdirs/usr/ports/benchmarks/inferno/work/inferno-0.10.7/cargo-crates/crossbeam-utils-0.8.5/src/lib.rs:79:49
   |
79 |             pub(crate) use core::sync::atomic::{AtomicI64, AtomicU64};
   |                                                 ^^^^^^^^^  ^^^^^^^^^ no `AtomicU64` in `sync::atomic`
   |                                                 |
   |                                                 no `AtomicI64` in `sync::atomic`
   |
help: a similar name exists in the module
   |
79 |             pub(crate) use core::sync::atomic::{AtomicI8, AtomicU64};
   |                                                 ~~~~~~~~
help: a similar name exists in the module
   |
79 |             pub(crate) use core::sync::atomic::{AtomicI64, AtomicU8};
   |                                                            ~~~~~~~~

error[E0412]: cannot find type `AtomicU64` in module `core::sync::atomic`
    --> /wrkdirs/usr/ports/benchmarks/inferno/work/inferno-0.10.7/cargo-crates/crossbeam-utils-0.8.5/src/atomic/consume.rs:78:14
     |
78   |   impl_atomic!(AtomicU64, u64);
     |                ^^^^^^^^^ help: a struct with a similar name exists: `AtomicU16`

error[E0412]: cannot find type `AtomicI64` in module `core::sync::atomic`
    --> /wrkdirs/usr/ports/benchmarks/inferno/work/inferno-0.10.7/cargo-crates/crossbeam-utils-0.8.5/src/atomic/consume.rs:80:14
     |
80   |   impl_atomic!(AtomicI64, i64);
     |                ^^^^^^^^^ help: a struct with a similar name exists: `AtomicI16`

Some errors have detailed explanations: E0412, E0432.
For more information about an error, try `rustc --explain E0412`.
error: could not compile `crossbeam-utils` due to 3 previous errors
2021-11-16 12:04:06 +00:00
Yuri Victorovich
135e04d156 multimedia/assimp: Update 5.0.1 -> 5.1.0
Also:
* add the 'test' target
* update WWW
2021-11-15 20:42:29 -08:00
Alexey Dokuchaev
7d21fb860b benchmarks/linux-unigine-{sanctuary,tropics}: new ports had been added
Unigine benchmarks are extreme performance and stability test for your
hardware: video card, power supply, cooling system.  Check your rig in
stock and overclocked modes with real-life load!

These two benchmarks depict a Gothic chapel and a tropical paradise.

WWW: https://benchmark.unigine.com/
2021-11-15 17:52:42 +00:00
Tilman Keskinoz
38a66306d7 Drop maintainership on most of my ports 2021-11-11 18:05:38 +00:00
Alexey Dokuchaev
4561ae83ff benchmarks/kdiskmark: the port had been updated to version 2.3.0
In this version, disabling pagecache flushing by default no longer
seems to be needed.

Reported by:	portscout
2021-11-11 09:17:55 +00:00
Luca Pizzamiglio
34fb08b6b2 benchmarks/phoronix-test-suite: Update to 10.6.1
Changelog:
https://github.com/phoronix-test-suite/phoronix-test-suite/releases
2021-11-01 15:09:06 +01:00
Luca Pizzamiglio
f206959738 benchmarks/stress-ng: Update to 0.13.06
Changelog:
https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2021-11-01 11:43:10 +01:00
Po-Chuan Hsieh
5b5cb61152
benchmarks/rubygem-benchmark: Update to 0.2.0
Changes:	https://github.com/ruby/benchmark/commits/master
2021-10-25 23:57:42 +08:00
Luca Pizzamiglio
b6a0641d4b benchmarks/hyperfine: update to 1.12.0
While here, remove powerpc because already in upstream

Changelog: https://github.com/sharkdp/hyperfine/releases/tag/v1.12.0
2021-10-25 14:17:39 +02:00
Tobias Kortkamp
ad90fc634b
*: Rebuild for Rust 1.56.0 2021-10-25 10:55:19 +02:00
Luca Pizzamiglio
fee1bfb31c benchmarks/stress-ng: fix fecth
The project moved to Github
2021-10-17 14:23:20 +02:00
Po-Chuan Hsieh
c51b5d13ef
benchmarks/rubygem-benchmark-ips: Update to 2.9.2
Changes:	https://github.com/evanphx/benchmark-ips/blob/master/History.txt
2021-10-14 03:16:28 +08:00
Luca Pizzamiglio
c4b16252b1 benchmarks/stress-ng: Update to 0.13.05
While here, remove the man page patch, the GNU extension has been
removed in upstream

Changes:
https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2021-10-12 22:37:16 +02:00
Luca Pizzamiglio
f4f40ab457 benchmarks/stress-ng: Update to 0.13.04
Changes available at:
https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog

While updating, import a fix for the man page kindly provided by 0mp

Co-authored-by: Mateusz Piotrowski <0mp@FreeBSD.org>
PR:		PR258105
Reported by:	Graham Perrin <grahamperrin@gmail.com>
2021-10-06 10:19:09 +02:00
Bernhard Froehlich
0e036d7ac3
benchmarks/iperf3: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:47 +00:00
Rene Ladan
e56a7da894 *: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat:	portmgr-secretary
2021-10-04 21:58:01 +02:00
Po-Chuan Hsieh
ffd7f1117f
*/Makefile: Sort SUBDIRs 2021-09-27 23:55:49 +08:00
Muhammad Moinur Rahman
1047ebc5c8 benchmarks/siege: Update version 4.0.9=>4.1.1
Relnotes: https://github.com/JoeDog/siege/releases/tag/v4.1.1
2021-09-25 17:57:31 -05:00
Mikael Urankar
ac820f645f benchmarks/polygraph: Mark as broken on aarch64:
configure:17620: g++10 -o conftest -O2 -pipe  -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10  -Wl,-rpath=/usr/local/lib/gcc10 -isystem /usr/local/include -std=gnu++98  -I/usr/include -isystem /usr/local/include -L/usr/lib   -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -L/usr/local/lib/gcc10  conftest.cc -lssl -lcrypto -lm -L/usr/local/lib >&5
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__floatunditf@GCC_4.2.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__subtf3@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__extendsftf2@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__divtf3@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__floatsitf@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__addtf3@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__letf2@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__fixunstfdi@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__multf3@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__eqtf2@GCC_3.0'
/usr/local/bin/ld: /usr/local/lib/gcc10/libstdc++.so: undefined reference to `__lttf2@GCC_3.0'
2021-09-24 09:47:40 +02:00
Stefan Eßer
05857c1ba0 benchmarks/shellbench: add new port
This program allows to compare the performance of different POSIX
shells (e.g. sh, bash, dash, ksh, zsh, ...).

A number of sample scripts are included and can be easily extended to
cover more areas.
2021-09-23 12:21:21 +02:00
Po-Chuan Hsieh
c7f278e521
benchmarks/iperf: Update to 2.1.4 (20210818)
Changes:	https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
		https://sourceforge.net/p/iperf2/code/ci/master/log/
2021-09-21 11:35:10 +08:00
Luca Pizzamiglio
6fde971243 benchmarks/stress-ng: Update to 0.13.03
Changes:
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2021-09-18 18:47:11 +02:00
Tobias Kortkamp
7059b43727
*: Rebuild lang/rust consumers after the 1.55.0 update 2021-09-19 11:03:23 +02:00
Jimmy Olgeni
466d994fca benchmarks/ali: Update to version 0.7.3. 2021-09-15 12:41:42 +02:00
Kirill Ponomarev
3a719c0182 benchmarks/fio: update to 3.28 2021-09-09 16:19:11 +02:00
Tilman Keskinoz
1af2e4eafc benchmarks/netio: make fetchable
* The Source is now on GH
* Switch to tarball
* Source is identical to previous zip file apart from
  Copyright update and RCS tag
2021-09-02 20:13:10 +02:00
Yuri Victorovich
d74d4f5f6d benchmarks/inferno: Update 0.10.6 -> 0.10.7
Reported by:	portscout
2021-09-02 02:29:55 -07:00
Mikael Urankar
70f1b063ed lang/rust: Rebuild consumers for 1.54.0 2021-08-28 15:42:06 +02:00
Jan Beich
9e9d84f60d benchmarks/vkpeak: add new port
vkpeak is a synthetic benchmarking tool to measure peak capabilities
of Vulkan devices. It only measures the peak metrics that can be
achieved using vector operations and does not represent a real-world
use case.

https://github.com/nihui/vkpeak
2021-08-07 02:40:01 +00:00
Alexey Dokuchaev
8c256a205f benchmarks/kdiskmark: the port had been updated (+)
- Update KDiskMark to version 2.2.1
- Make cache clearing and KDE dependency optional
- Amend port description and add pkg-help file

Reported by:	portscout
2021-07-23 11:15:42 +00:00
Jan Beich
431eaa481c benchmarks/vkmark: unbreak after 22a85734ff
===>   vkmark-2017.08.24_1 depends on file: /usr/local/include/vulkan/vulkan_intel.h - not found
*** Error code 1

Reported by:	pkg-fallout
2021-07-23 04:10:06 +00:00
Stephen Montgomery-Smith
ed21e80143 math/octave: Update to 6.3.0.
Also bump revision of dependent octave-forge-* ports.
2021-07-15 22:20:13 -05:00
Po-Chuan Hsieh
badb169c1d
benchmarks/iperf: Update to 2.1.3 (20210714)
Changes:	https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
		https://sourceforge.net/p/iperf2/code/ci/master/log/
2021-07-16 07:52:16 +08:00
Po-Chuan Hsieh
4ab1a1086f
benchmarks/pear-Benchmark: Add LICENSE_FILE and NO_ARCH 2021-07-16 04:32:01 +08:00
Piotr Kubaj
675bee2327 benchmarks/inferno: fix build on powerpc
Apart from backporting libc support, it also requires adding powerpc target to the list of targets that don't support 64-bit atomics.
2021-07-13 09:26:30 +00:00
Luca Pizzamiglio
67ebf735af benchmarks/stress-ng: Update to 0.12.12 2021-07-11 23:01:57 +02:00
Alexey Dokuchaev
4109f93d01 benchmarks/kdiskmark: unbreak the build after recent KDE changes
Reported by:	pkg-fallout
2021-07-11 16:38:00 +00:00
Alexey Dokuchaev
0fdebe53ba benchmarks/apib: the port had been updated (+)
- Belatedly update to version 1.2.1 and sync port description
- Builds with CMake now and uses modern libraries instead of the
  Apache Portable Runtime (devel/apr1)
- While upstream asks for C++11, force C++17 because that's how
  Abseil C++ libraries are currently built, otherwise it won't
  link due to ABI incompatibilities
- Hook two provided tests to our framework (USES+=cmake:testing)
2021-07-04 06:14:48 +00:00
Po-Chuan Hsieh
77d0637237
benchmarks/iperf: Update to 2.1.1 (20210622)
Changes:	https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
		https://sourceforge.net/projects/iperf2/files/readme.txt/view
		https://sourceforge.net/p/iperf2/code/ci/master/log/
2021-07-01 04:43:32 +08:00