summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/ali/Makefile2
-rw-r--r--benchmarks/bombardier/Makefile2
-rw-r--r--benchmarks/ddosify/Makefile2
-rw-r--r--benchmarks/hey/Makefile2
-rw-r--r--benchmarks/plow/Makefile2
-rw-r--r--benchmarks/vegeta/Makefile2
-rw-r--r--benchmarks/vkoverhead/Makefile8
-rw-r--r--benchmarks/vkoverhead/files/patch-meson.build34
-rw-r--r--benchmarks/vkpeak/Makefile6
-rw-r--r--benchmarks/vkpeak/distinfo14
10 files changed, 24 insertions, 50 deletions
diff --git a/benchmarks/ali/Makefile b/benchmarks/ali/Makefile
index 31836ce243b3..9aa14327516a 100644
--- a/benchmarks/ali/Makefile
+++ b/benchmarks/ali/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ali
PORTVERSION= 0.7.5
DISTVERSIONPREFIX= v
-PORTREVISION= 30
+PORTREVISION= 32
CATEGORIES= benchmarks
MAINTAINER= olgeni@FreeBSD.org
diff --git a/benchmarks/bombardier/Makefile b/benchmarks/bombardier/Makefile
index d3f6854de338..0ad3dea30442 100644
--- a/benchmarks/bombardier/Makefile
+++ b/benchmarks/bombardier/Makefile
@@ -1,7 +1,7 @@
PORTNAME= bombardier
PORTVERSION= 1.2.6
DISTVERSIONPREFIX= v
-PORTREVISION= 17
+PORTREVISION= 19
CATEGORIES= benchmarks
MAINTAINER= danilo@FreeBSD.org
diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile
index 89a47ce8afae..4aecfa487dfd 100644
--- a/benchmarks/ddosify/Makefile
+++ b/benchmarks/ddosify/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ddosify
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.0
-PORTREVISION= 7
+PORTREVISION= 9
CATEGORIES= benchmarks
MAINTAINER= grembo@FreeBSD.org
diff --git a/benchmarks/hey/Makefile b/benchmarks/hey/Makefile
index c840014e6939..4755551bbf8c 100644
--- a/benchmarks/hey/Makefile
+++ b/benchmarks/hey/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hey
PORTVERSION= 0.1.4
DISTVERSIONPREFIX= v
-PORTREVISION= 30
+PORTREVISION= 32
CATEGORIES= benchmarks
MAINTAINER= adamw@FreeBSD.org
diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile
index ca2abac9da59..bf76e188d4e4 100644
--- a/benchmarks/plow/Makefile
+++ b/benchmarks/plow/Makefile
@@ -1,7 +1,7 @@
PORTNAME= plow
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.2
-PORTREVISION= 7
+PORTREVISION= 9
CATEGORIES= benchmarks
MAINTAINER= dutra@FreeBSD.org
diff --git a/benchmarks/vegeta/Makefile b/benchmarks/vegeta/Makefile
index 361665a8df82..ed6527f81806 100644
--- a/benchmarks/vegeta/Makefile
+++ b/benchmarks/vegeta/Makefile
@@ -1,7 +1,7 @@
PORTNAME= vegeta
DISTVERSIONPREFIX= v
DISTVERSION= 12.11.0
-PORTREVISION= 16
+PORTREVISION= 18
CATEGORIES= benchmarks www
MAINTAINER= egypcio@FreeBSD.org
diff --git a/benchmarks/vkoverhead/Makefile b/benchmarks/vkoverhead/Makefile
index 1aa0f9f98c95..b54c28d4b6fd 100644
--- a/benchmarks/vkoverhead/Makefile
+++ b/benchmarks/vkoverhead/Makefile
@@ -13,6 +13,10 @@ WWW= https://github.com/zmike/vkoverhead
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_armv7= fails to build due -Werror=int-conversion
+BROKEN_i386= fails to build due -Werror=int-conversion
+BROKEN_powerpc= fails to build due -Werror=int-conversion
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
RUN_DEPENDS= vulkan-loader>0:graphics/vulkan-loader
@@ -21,4 +25,8 @@ USE_GITHUB= yes
GH_ACCOUNT= zmike
PLIST_FILES= bin/${PORTNAME}
+post-patch:
+# Derive Python version from Meson
+ @${REINPLACE_CMD} -e "s,'python3',," ${WRKSRC}/meson.build
+
.include <bsd.port.mk>
diff --git a/benchmarks/vkoverhead/files/patch-meson.build b/benchmarks/vkoverhead/files/patch-meson.build
deleted file mode 100644
index fffe1d9e8492..000000000000
--- a/benchmarks/vkoverhead/files/patch-meson.build
+++ /dev/null
@@ -1,34 +0,0 @@
---- meson.build.orig 2025-10-04 17:26:23 UTC
-+++ meson.build
-@@ -34,7 +34,7 @@ null_dep = dependency('', required : false)
- null_dep = dependency('', required : false)
-
-
--prog_python = import('python').find_installation('python3')
-+prog_python = import('python').find_installation()
-
- # Arguments for the preprocessor, put these in a separate array from the C and
- # C++ (cpp in meson terminology) arguments since they need to be added to the
-@@ -208,11 +208,7 @@ else
- cpp_args += cpp.get_supported_arguments(_trial)
- else
- _trial_c = [
-- '-Werror=implicit-function-declaration',
-- '-Werror=return-type',
-- '-Werror=empty-body',
-- '-Werror=incompatible-pointer-types',
-- '-Werror=int-conversion',
-+ '-Wno-error=int-conversion',
- '-Wimplicit-fallthrough',
- '-Wno-missing-field-initializers',
- '-Wno-format-truncation',
-@@ -225,8 +221,7 @@ else
- '-Wno-unused-function',
- ]
- _trial_cpp = [
-- '-Werror=return-type',
-- '-Werror=empty-body',
-+ '-Wno-error=int-conversion',
- '-Wno-non-virtual-dtor',
- '-Wno-missing-field-initializers',
- '-Wno-format-truncation',
diff --git a/benchmarks/vkpeak/Makefile b/benchmarks/vkpeak/Makefile
index c663fcb60d2f..47b00da1b885 100644
--- a/benchmarks/vkpeak/Makefile
+++ b/benchmarks/vkpeak/Makefile
@@ -1,5 +1,5 @@
PORTNAME= vkpeak
-DISTVERSION= 20250531
+DISTVERSION= 20251010
CATEGORIES= benchmarks
MAINTAINER= jbeich@FreeBSD.org
@@ -15,8 +15,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader
USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= nihui
-GH_TUPLE= KhronosGroup:glslang:15.3.0-5-gf3b687b3:nglslang/ncnn/glslang \
- Tencent:ncnn:20250503-33-gebc041cc:ncnn/ncnn
+GH_TUPLE= KhronosGroup:glslang:15.3.0-20-g8cd77a80:nglslang/ncnn/glslang \
+ Tencent:ncnn:20250916:ncnn/ncnn
PLIST_FILES= bin/${PORTNAME}
do-install:
diff --git a/benchmarks/vkpeak/distinfo b/benchmarks/vkpeak/distinfo
index ec15a2508749..6fa3c9b43895 100644
--- a/benchmarks/vkpeak/distinfo
+++ b/benchmarks/vkpeak/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1748701328
-SHA256 (nihui-vkpeak-20250531_GH0.tar.gz) = e3d0211b052171017d415b38c9451bdaf58978032ccd9b137ce5a9acdfefe662
-SIZE (nihui-vkpeak-20250531_GH0.tar.gz) = 10218
-SHA256 (KhronosGroup-glslang-15.3.0-5-gf3b687b3_GH0.tar.gz) = b0c099d376ba09773f0464f584ce12f1fc59d30348622b718b6848d8b12adbfb
-SIZE (KhronosGroup-glslang-15.3.0-5-gf3b687b3_GH0.tar.gz) = 4171763
-SHA256 (Tencent-ncnn-20250503-33-gebc041cc_GH0.tar.gz) = 8c700d63b42aaae49e9fd34aa8ab142038e20d06f03a6b476d6f0953540b72e8
-SIZE (Tencent-ncnn-20250503-33-gebc041cc_GH0.tar.gz) = 13305119
+TIMESTAMP = 1760094208
+SHA256 (nihui-vkpeak-20251010_GH0.tar.gz) = 3411a9e1e393989679394a0748e3d25d141bc5c589d1dfd9100375c8b1e593ba
+SIZE (nihui-vkpeak-20251010_GH0.tar.gz) = 11544
+SHA256 (KhronosGroup-glslang-15.3.0-20-g8cd77a80_GH0.tar.gz) = ef446e2ad4fa13911ca0823e9377ee7cd8d1b58ceb9404bddfad7ed3ff7d83d1
+SIZE (KhronosGroup-glslang-15.3.0-20-g8cd77a80_GH0.tar.gz) = 4191252
+SHA256 (Tencent-ncnn-20250916_GH0.tar.gz) = 7d463f1e5061facd02b8af5e792e059088695cdcfcc152c8f4892f6ffe5eab1a
+SIZE (Tencent-ncnn-20250916_GH0.tar.gz) = 13162318