Mikael Urankar
a50372b91f
lang/rust: Bump revisions after 1.62.0
2022-07-02 15:47:05 +02:00
Jan Beich
957aa87c3d
devel/googletest: update to 1.12.1
...
Changes: https://github.com/google/googletest/releases/tag/release-1.12.1
Reported by: GitHub (watch releases)
2022-06-30 15:27:20 +00:00
Stefan Eßer
b52114270f
Fix CONFLICTS_INSTALL in benchmarks and biology
...
Approved by: portmgr (implicit)
2022-06-29 16:53:54 +02:00
Luca Pizzamiglio
d6e73f2869
benchmarks/stress-ng: Update to 0.14.02
...
Changes at
https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2022-06-28 21:50:36 +02:00
Jan Beich
3ff1f557e4
devel/googletest: update to 1.12.0
...
Changes: https://github.com/google/googletest/releases/tag/release-1.12.0
Reported by: GitHub (watch releases)
2022-06-25 19:31:14 +00:00
Yuri Victorovich
efbc7de081
benchmarks/inferno: Update 0.11.5 -> 0.11.6
...
Reported by: portscout
2022-06-24 21:42:11 -07:00
Gabriel M. Dutra
0e4991dc39
benchmarks/ddosify: Update to 0.8.0
...
PR: 264860
2022-06-24 12:20:14 +08:00
Alexey Dokuchaev
c45258700a
benchmarks/linux-unigine-*: minor, non-functional textual nits
...
- Elaborate two comments about why we are renaming the scripts
- Consistently pad the paragraph heading from its body text in
the provided license file
2022-06-20 15:59:34 +00:00
Yuri Victorovich
d8ae1ce3f2
benchmarks/inferno: Update 0.11.4 -> 0.11.5
...
Reported by: portscout
2022-06-19 11:10:51 -07:00
Nuno Teixeira
10a1a6d06f
benchmarks/iozone: Update to 3.493
...
- add license
- switch pkg-descr WWW URL from http:// to https://
ChangeLog: https://www.iozone.org/src/current/Changes.txt
2022-06-18 00:38:47 +01:00
Po-Chuan Hsieh
3566bbbb2d
benchmarks/py-zopkio: Add NO_ARCH
...
- While I'm here, fix indent
2022-06-10 07:16:15 +08:00
Alexey Dokuchaev
eed17095ea
benchmarks/linux-unigine-superposition: new port had been added (+)
...
Extreme performance and stability test for PC hardware: video card,
power supply, cooling system. Also includes interactive experience
in a beautiful, detailed environment.
This is the fifth and the latest Unigine benchmark featured in our
Ports Collection.
PR: 240041
2022-06-09 12:54:34 +00:00
Dmitri Goutnik
309cdeccd8
*/*: Bump port revisons after lang/go{117,118} update
2022-06-07 16:56:10 -05:00
Gabriel M. Dutra
e04d998547
benchmarks/ddosify: Add new port
...
High-performance load testing tool
Features
- Protocol Agnostic - Currently supporting HTTP, HTTPS, HTTP/2.
- Scenario-Based - Create your flow in a JSON file. Without a line of code!
- Different Load Types - Test your system's limits across different load types.
WWW: https://github.com/ddosify/ddosify
PR: 264321
2022-06-05 06:36:06 -05:00
Po-Chuan Hsieh
c630dbc482
benchmarks/py-zopkio: Fix build with setuptools 58.0.0+
...
- Add USES=dos2unix
- While I'm here, update GH_ACCOUNT
With hat: python
2022-06-03 21:59:03 +08:00
Po-Chuan Hsieh
de65c5b6ba
benchmarks/py-naarad: Add NO_ARCH
2022-06-03 17:01:06 +08:00
Lorenzo Salvadore
59e497d770
benchmarks/polygraph: Exclude SSL option on i386
...
The port has USE_GCC=yes and SSL option breaks the build on i386
architecture with GCC 11, which is soon to become the default GCC
version.
PR: 264368
Reported by: exp-run (antoine)
Approved by: gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D35361
2022-06-02 14:12:24 +02:00
Thierry Thomas
5d8c4cc0f4
benchmarks/scimark4c: repocopy from benchmarks/scimark2c
...
Release notes at <https://math.nist.gov/scimark2/whatsnew.html >.
2022-05-31 22:27:41 +02:00
Mikael Urankar
e9a35a1c50
lang/rust: Bump revisions after 1.61.0
2022-05-31 15:06:17 +02:00
Yuri Victorovich
c965af7001
benchmarks/inferno: Update 0.11.3 -> 0.11.4
...
Reported by: portscout
2022-05-30 12:32:26 -07:00
Alexey Dokuchaev
8bfcc7c973
benchmarks/lzbench: fix the port's build on ARM and RISC-V
...
While here, mute the compiler when it is being called inside the
GNU make's $(shell ...) context: these errors do not cause build
failures (they are not propagated to the caller) but can confuse
careless readers of the build log.
PR: 260625
2022-05-24 13:39:30 +00:00
Dima Panov
8c7b719ebf
benchmarks/hipercontracer: mark as BROKEN after recent boost upgrade
...
PR: 246106
2022-05-22 23:17:10 +03:00
Kirill Ponomarev
cd14a91411
benchmarks/fio: Disable libnfs support by default
...
PR: 258349
Reported by: John Hein <jcfyecrayz@liamekaens.com>
2022-05-19 09:10:57 +02:00
Jan Beich
7e5ae25878
benchmarks/vkmark: update to 2017.08.29
...
Changes: 53abc4f...d872846
2022-05-16 14:55:31 +00:00
Jan Beich
c29b0277ab
benchmarks/vkmark: mark BROKEN after 15d6e92d1f
...
../src/vkutil/pipeline_builder.cpp:204:12: error: no matching constructor for initialization of 'ManagedResource<vk::Pipeline>'
return ManagedResource<vk::Pipeline>{
^ ~
../src/managed_resource.h:34:5: note: candidate constructor not viable: no known conversion from 'ResultValue<vk::Pipeline>' to 'vk::Pipeline' for 1st argument
ManagedResource(T&& raw, Destructor&& destructor)
^
../src/managed_resource.h:40:5: note: candidate constructor not viable: requires single argument 'rhs', but 2 arguments were provided
ManagedResource(ManagedResource&& rhs)
^
../src/managed_resource.h:28:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
struct ManagedResource
^
../src/managed_resource.h:32:5: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
ManagedResource() = default;
^
2022-05-12 14:42:04 +00:00
Yuri Victorovich
29218e2d70
benchmarks/inferno: Update 0.11.2 -> 0.11.3
...
Reported by: portscout
2022-05-09 18:15:47 -07:00
Tobias Kortkamp
57c3caaa6c
lang/rust: Relink ports after the Rust 1.60.0 update
2022-05-03 10:00:34 +02:00
Rene Ladan
8d39705d75
grimreaper: return mich's ports to the pool after safekeeping his ports bit.
2022-05-02 13:06:43 +02:00
Luca Pizzamiglio
5c86545d8f
benchmarks/phoronix-test-suite: Update to 10.8.3
...
Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.8.3
2022-04-26 20:52:17 +02:00
Po-Chuan Hsieh
f314d89ea7
benchmarks/p5-Dumbbench: Update to 0.503
...
Changes: https://metacpan.org/dist/Dumbbench/changes
2022-04-26 23:01:17 +08:00
Yuri Victorovich
6906d82093
benchmarks/inferno: Update 0.11.1 -> 0.11.2
...
Reported by: portscout
2022-04-25 13:50:09 -07:00
Muhammad Moinur Rahman
eed8c01c9b
benchmarks/siege: Update version 4.1.2=>4.1.3
...
Relnotes: https://github.com/JoeDog/siege/releases/tag/v4.1.3
2022-04-22 05:56:04 -05:00
Luca Pizzamiglio
649dacee82
benchmarks/stress-ng: Update to 0.14.00
...
Changes:
https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2022-04-19 22:42:23 +02:00
Jan Beich
ed65d37234
benchmarks/vkpeak: update to 20220419
...
Changes: https://github.com/nihui/vkpeak/releases/tag/20220419
Reported by: GitHub (watch releases)
2022-04-19 19:33:01 +00:00
Piotr Kubaj
51a4e0e6c2
benchmarks/libcelero: correct includes
2022-04-19 14:40:47 +02:00
Piotr Kubaj
dc669f8d68
benchmarks/libcelero: remove -mabi=elfv2 since the base compiler is used, which defaults to elfv2
...
Also remove USE_GCC=yes, since there is already appriopriate USES=compiler.
2022-04-19 14:09:20 +02:00
Po-Chuan Hsieh
7947384e84
benchmarks/iperf: Update to 2.1.7
...
Changes: https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES
https://sourceforge.net/p/iperf2/code/ci/master/log/
2022-04-18 07:54:03 +08:00
Kirill Ponomarev
fe1625b224
benchmarks/fio: Update to 3.30
2022-04-16 12:05:46 +02:00
Stephen Montgomery-Smith
8b44817d2e
math/octave: commits that should have accompanied cc8553afd0
.
2022-04-08 21:11:37 -05:00
Dmitry Marakasov
7b4d1f0b36
*/*: fix trailing whitespace in pkg-descr's
...
Approved by: portmgr blanket
2022-04-01 18:09:49 +03:00
Guangyuan Yang
d690b5102f
*/*: Bump PORTREVISION after lang/go 1.18 update
2022-03-30 03:01:44 -04:00
Po-Chuan Hsieh
f77ee7e82e
benchmarks/py-naarad: Fix build with setuptools 58.0.0+
...
With hat: python
2022-03-25 21:38:04 +08:00
Muhammad Moinur Rahman
a35e557b9a
benchmarks/siege: Update version 4.1.1=>4.1.2
...
Relnotes: https://github.com/JoeDog/siege/releases/tag/v4.1.2
2022-03-22 08:20:26 -05:00
Yuri Victorovich
3b7cad7585
benchmarks/inferno: Update 0.11.0 -> 0.11.1
...
Reported by: portscout
2022-03-19 16:29:21 -07:00
Mikael Urankar
e255ac5487
lang/rust: Bump revisions after 1.59.0
2022-03-15 10:51:58 +01:00
Luca Pizzamiglio
206195ec9c
benchmarks/stress-ng: Update to 0.13.12
...
While here, remove patch not needed anymore
Changes:
https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
2022-03-11 13:37:25 +01:00
Luca Pizzamiglio
81292c9a20
benchmarks/hyperfine: Update to v1.13.0
...
Changes: https://github.com/sharkdp/hyperfine/releases/tag/v1.13.0
2022-03-11 10:10:27 +01:00
Po-Chuan Hsieh
927a5a4f3c
benchmarks/rubygem-benchmark-ips: Update to 2.10.0
...
Changes: https://github.com/evanphx/benchmark-ips/releases
2022-03-08 02:11:34 +08:00
Yuri Victorovich
90727227fe
benchmarks/inferno: Update 0.10.12 -> 0.11.0
...
Reported by: portscout
2022-03-05 20:14:53 -08:00
Jan Beich
b44a116564
benchmarks/clpeak: update to 1.1.2
...
Changes: https://github.com/krrishnarraj/clpeak/releases/tag/1.1.1
Changes: https://github.com/krrishnarraj/clpeak/releases/tag/1.1.2
PR: 261764
Reported by: GitHub (watch releases)
Approved by: maintainer timeout (2 weeks)
2022-02-21 17:06:01 +00:00