diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2020-05-24 09:06:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2020-05-24 09:06:37 +0000 |
commit | 78aa5d587bd83a72b4cc034675f8eeea0956dda4 (patch) | |
tree | 44448d28426605e8cf8200324a414a4adfaef8f8 /benchmarks | |
parent | 7cd2ac3d5dd407e599f847b2e5a6bd99e08bbff3 (diff) | |
download | ports-78aa5d587bd83a72b4cc034675f8eeea0956dda4.tar.gz ports-78aa5d587bd83a72b4cc034675f8eeea0956dda4.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/fio/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/fio/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/fio/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index a64395f381fe..9df766d65361 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fio -PORTVERSION= 3.19 +PORTVERSION= 3.20 CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ diff --git a/benchmarks/fio/distinfo b/benchmarks/fio/distinfo index d11f2bb7c2fb..f1cb279a9b02 100644 --- a/benchmarks/fio/distinfo +++ b/benchmarks/fio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585069321 -SHA256 (fio-3.19.tar.bz2) = 4b6db7eaee26d6fd33bf210eb73b6d37f5d45adcc88726866ad030565f3ccc06 -SIZE (fio-3.19.tar.bz2) = 902391 +TIMESTAMP = 1590310844 +SHA256 (fio-3.20.tar.bz2) = 87a539ecebce3d8281ff9c653e9978302f91c72534273e85ef37a980ac5398d7 +SIZE (fio-3.20.tar.bz2) = 912040 diff --git a/benchmarks/fio/pkg-plist b/benchmarks/fio/pkg-plist index 3d6ea6853e4e..e15db89e2fa5 100644 --- a/benchmarks/fio/pkg-plist +++ b/benchmarks/fio/pkg-plist @@ -42,6 +42,8 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libiscsi.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libhdfs.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/libpmem.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 @@ -61,4 +63,6 @@ man/man1/fio_generate_plots.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/surface-scan.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/tiobench-example.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/waitfor.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zbd-rand-write.fio +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zbd-seq-read.fio %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zipf.fio |