From owner-dev-commits-ports-all@freebsd.org Mon May 31 07:15:05 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 95D49640B8A; Mon, 31 May 2021 07:15:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FtmlF3rWRz3qQD; Mon, 31 May 2021 07:15:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C3123DCD; Mon, 31 May 2021 07:15:05 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14V7F5KS070672; Mon, 31 May 2021 07:15:05 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14V7F5ps070671; Mon, 31 May 2021 07:15:05 GMT (envelope-from git) Date: Mon, 31 May 2021 07:15:05 GMT Message-Id: <202105310715.14V7F5ps070671@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kirill Ponomarev Subject: git: f8f4b6acf685 - 2021Q2 - benchmarks/fio: update to 3.27 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: krion X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: f8f4b6acf685b7e6b68b412c5516907ca6a664e1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 07:15:05 -0000 The branch 2021Q2 has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8f4b6acf685b7e6b68b412c5516907ca6a664e1 commit f8f4b6acf685b7e6b68b412c5516907ca6a664e1 Author: Kirill Ponomarev AuthorDate: 2021-05-31 07:13:48 +0000 Commit: Kirill Ponomarev CommitDate: 2021-05-31 07:14:44 +0000 benchmarks/fio: update to 3.27 (cherry picked from commit 395823cfd2dd947aed32c3911471471720b908fa) --- benchmarks/fio/Makefile | 2 +- benchmarks/fio/distinfo | 6 +++--- benchmarks/fio/pkg-plist | 7 +++++++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 348514429041..3103e185cb4a 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -1,7 +1,7 @@ # Created by: luigi@FreeBSD.org PORTNAME= fio -PORTVERSION= 3.26 +PORTVERSION= 3.27 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ diff --git a/benchmarks/fio/distinfo b/benchmarks/fio/distinfo index 0c165e2274ef..d294c5b84de2 100644 --- a/benchmarks/fio/distinfo +++ b/benchmarks/fio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615281142 -SHA256 (fio-3.26.tar.bz2) = 06dcebbeec81700fe6ee49f29698362b3ab96f1fc32a71508d6b18be81812484 -SIZE (fio-3.26.tar.bz2) = 932814 +TIMESTAMP = 1622444833 +SHA256 (fio-3.27.tar.bz2) = 8d387227fbfcf2734c1a342957c65feee52082704eae11725fcc1b74638f6a2a +SIZE (fio-3.27.tar.bz2) = 960330 diff --git a/benchmarks/fio/pkg-plist b/benchmarks/fio/pkg-plist index ed9616c28efd..fab3f285d483 100644 --- a/benchmarks/fio/pkg-plist +++ b/benchmarks/fio/pkg-plist @@ -11,6 +11,7 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpuio.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cross-stripe-verify.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dev-dax.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/disk-zone-profile.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/e4defrag2.fio @@ -18,6 +19,7 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exitwhat.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/falloc.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/filecreate-ioengine.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filedelete-ioengine.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/filestat-ioengine.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-RW.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fio-rand-read.fio @@ -44,12 +46,17 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libiscsi.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libpmem.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_apm-client.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_apm-server.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_gpspm-client.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/librpma_gpspm-server.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libzbc-rand-write.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libzbc-seq-read.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtd.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nbd.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/null.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pmemblk.fio