summaryrefslogtreecommitdiff
path: root/benchmarks/fio
AgeCommit message (Collapse)AuthorFilesLines
2022-06-30*: Revbump packages that use Python at runtime without a PKGNAME prefixnia1-2/+2
2021-10-26benchmarks: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07benchmarks: Remove SHA1 hashes for distfilesnia1-2/+1
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-1/+2
For the Python 3.8 default switch.
2020-05-22benchmarks/fio: remove nonexistent file from REPLACE_PYTHONrillig1-2/+1
2020-05-15fio: add linux-specific plist items.maya1-0/+2
the makefile logic seems to build this only on linux. Reported by Joern Clausen in PR pkg/55267
2020-04-30fio: Couple of SunOS fixes.jperkin3-1/+32
2020-04-17fio: update to 3.19.wiz3-8/+10
Provided by Apurva Nandan via wip. Changes not found.
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-10-08fio: update to 3.16maya4-79/+31
changes not found.
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-1/+2
This is a semi-manual PKGREVISION bump.
2017-06-26add support for PKGMANDIRwiedi2-6/+21
2017-05-18Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target.fhajny3-7/+32
2017-05-03Updated benchmarks/fio to 2.19mef2-7/+7
------------------------------ (Explicit ChangeLog/Release Note not known, sorry)
2017-02-04Import fio-2.17 as benchmarks/fio from pkgsrc-wip/fio.ryoon5-0/+132
fio is a tool that will spawn a number of threads or processes doing a particular type of io action as specified by the user. fio takes a number of global parameters, each inherited by the thread unless otherwise parameters given to them overriding that setting is given. The typical use of fio is to write a job file matching the io load one wants to simulate.