aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Add benchmarks/py-throughpy: Python script to test throughput with iperf3Danilo G. Baio2018-01-274-0/+29
| | | | | | | | | | | | | Execute throughput tests with iperf3 and get some formatted responses. The output shows just the min, max and average values. WWW: https://github.com/kanazux/throughpy PR: 225478 Submitted by: Silvio Ap Silva <contato@kanazuchi.com> Notes: svn path=/head/; revision=460126
* Add benchmarks/vegeta: HTTP load testing tool and libraryDanilo G. Baio2018-01-274-0/+50
| | | | | | | | | | | | | | | Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. WWW: https://github.com/tsenart/vegeta PR: 222830 Submitted by: Vinícius Zavam <egypcio@googlemail.com> Reviewed by: mat, swills Differential Revision: https://reviews.freebsd.org/D12606 Notes: svn path=/head/; revision=460123
* Mark broken ports that fail to build on i386 with clang 6Luca Pizzamiglio2018-01-271-0/+6
| | | | Notes: svn path=/head/; revision=460116
* benchmarks/stress-ng: Update to 0.09.13Luca Pizzamiglio2018-01-272-4/+4
| | | | Notes: svn path=/head/; revision=460113
* Lift BROKEN flags to reflect actual state of supportBaptiste Daroussin2018-01-251-3/+2
| | | | | | | | | Thanks swills for testing on powerpc64 Reported by: Upstream Notes: svn path=/head/; revision=459947
* Do not link the program statically, there is no need for this.Alexey Dokuchaev2018-01-251-0/+9
| | | | | | | Obtained from: Arch Linux package Notes: svn path=/head/; revision=459920
* benchmarks/stress-ng: Update to 0.09.12Luca Pizzamiglio2018-01-232-4/+4
| | | | Notes: svn path=/head/; revision=459747
* Try to unbreak on SSE4.1-capable machines running in 32-bit mode.Alexey Dokuchaev2018-01-231-0/+13
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=459732
* Options are already optional.Mathieu Arnold2018-01-191-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=459451
* Update to 1.0.12Sunpoet Po-Chuan Hsieh2018-01-183-4/+5
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=459327
* Unbreak the build against Clang 6.0.0 by allowing certain warnings while I'mAlexey Dokuchaev2018-01-151-0/+2
| | | | | | | | | not in the mood for fixing them (technically, `-Wno-c++11-narrowing' is only required for Clang 6 and later, but since it does not apparently upset other compilers, pass it unconditionally rather than complicate Makefile logic). Notes: svn path=/head/; revision=459050
* - Unbreak the build with new Clang version 6.0.0Alexey Dokuchaev2018-01-151-1/+2
| | | | | | | | | - Remove pre-r423928 WAF_CMD override for verbose logs PR: 224989 Notes: svn path=/head/; revision=459035
* Add a port of lzbench, an in-memory benchmark of open-source LZ77/LZSS/LZMAAlexey Dokuchaev2018-01-154-0/+46
| | | | | | | | | | | | | | | | | | | compressors. It joins all compressors into a single executable. At the beginning, an input file is read to memory. Then all compressors are used to compress and decompress the file and decompressed file is verified. WWW: https://github.com/inikep/lzbench Add a port of libdeflate, a library for fast, whole-buffer DEFLATE-based compression and decompression. WWW: https://github.com/ebiggers/libdeflate Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1515146810 which corresponds to commit 6c4ad37 tagged as this release. Notes: svn path=/head/; revision=459019
* benchmarks/stress-ng: Update to 0.09.10Luca Pizzamiglio2018-01-142-4/+4
| | | | Notes: svn path=/head/; revision=459009
* - Convert to option helper install target (add OPTIONS_DEFINE=DOCSAlexey Dokuchaev2018-01-111-5/+6
| | | | | | | | | when it was missing) - Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN - Fix some whitespace and formatting bugs along the way Notes: svn path=/head/; revision=458761
* benchmarks/stress-ng: Update to 0.09.09Luca Pizzamiglio2018-01-092-4/+4
| | | | Notes: svn path=/head/; revision=458579
* Update to 3.3Baptiste Daroussin2018-01-063-4/+13
| | | | Notes: svn path=/head/; revision=458289
* - Update to 4.11.0Wen Heping2018-01-063-22/+4
| | | | Notes: svn path=/head/; revision=458244
* benchmarks/stress-ng: Update to 0.09.08Luca Pizzamiglio2018-01-032-4/+4
| | | | Notes: svn path=/head/; revision=457950
* Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd ifKirill Ponomarev2017-12-301-0/+1
| | | | | | | | | | | | | /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=457638
* - Update to 1.1.1Danilo Egea Gondolfo2017-12-302-4/+4
| | | | Notes: svn path=/head/; revision=457631
* benchmarks/stress-ng: Update to 0.09.07Luca Pizzamiglio2017-12-282-5/+5
| | | | Notes: svn path=/head/; revision=457443
* - Update to 1.1Danilo Egea Gondolfo2017-12-262-4/+4
| | | | Notes: svn path=/head/; revision=457322
* - Add LICENSE_FILEDmitry Marakasov2017-12-111-2/+6
| | | | | | | | | - Remove -march and respect CFLAGS which also fixes build on Tier2 Approved by: portmgr blanket Notes: svn path=/head/; revision=456060
* - Those ports fail to build with python3Antoine Brodin2017-12-111-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456050
* Update to 1.0.11Sunpoet Po-Chuan Hsieh2017-12-112-4/+4
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=455937
* Use the correct FLAVOR of py-naarad in py-zopkioAntoine Brodin2017-12-021-1/+2
| | | | Notes: svn path=/head/; revision=455344
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-302-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* - Add LICENSEDmitry Marakasov2017-11-281-9/+17
| | | | | | | | | - Add NO_ARCH - Optionize docs - Tweak build/install verbosity Notes: svn path=/head/; revision=455032
* benchmarks/stress-ng: Update to 0.09.04Luca Pizzamiglio2017-11-282-4/+4
| | | | | | | | | Approved by: olivier (mentor) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D13277 Notes: svn path=/head/; revision=455027
* benchmarks/stress-ng: Update to 0.09.02Luca Pizzamiglio2017-11-132-4/+4
| | | | | | | | Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D13071 Notes: svn path=/head/; revision=454151
* benchmarks/stress-ng: Update to 0.09.01Luca Pizzamiglio2017-11-062-4/+4
| | | | | | | | Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12938 Notes: svn path=/head/; revision=453602
* Update iperf3 to 3.3, a bugfix release.Bruce A. Mah2017-11-013-13/+14
| | | | | | | | | While here, perform some major surgery on pkg-descr. Sponsored by: ESnet Notes: svn path=/head/; revision=453311
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-10-311-1/+1
| | | | Notes: svn path=/head/; revision=453238
* benchmarks/stress-ng: Update to 0.09.00Luca Pizzamiglio2017-10-302-4/+4
| | | | | | | | Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12835 Notes: svn path=/head/; revision=453194
* Update to 1.0.10Sunpoet Po-Chuan Hsieh2017-10-272-5/+4
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=453028
* benchmarks/stress-ng: Update to 0.08.18Luca Pizzamiglio2017-10-252-4/+4
| | | | | | | | Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12787 Notes: svn path=/head/; revision=452893
* Remove dead links from MASTER_SITES or WWWBaptiste Daroussin2017-10-1310-19/+4
| | | | Notes: svn path=/head/; revision=451957
* Mark as broken: no public distfilesBaptiste Daroussin2017-10-131-0/+2
| | | | Notes: svn path=/head/; revision=451956
* Fix master_siteBaptiste Daroussin2017-10-131-1/+1
| | | | Notes: svn path=/head/; revision=451953
* benchmarks/stress-ng: Update 0.08.17Luca Pizzamiglio2017-10-123-14/+4
| | | | | | | | | | Remove an obsolete patch Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12637 Notes: svn path=/head/; revision=451838
* benchmarks/phoronix-test-suite: update to version 7.4.0Luca Pizzamiglio2017-10-062-11/+5
| | | | | | | | Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12596 Notes: svn path=/head/; revision=451357
* Update to 3.1Baptiste Daroussin2017-10-022-4/+4
| | | | Notes: svn path=/head/; revision=451071
* benchmarks/unixbench: Fix the new path in the unixbenchLuca Pizzamiglio2017-09-292-1/+2
| | | | | | | | | | | Bump PORTREVISION PR: 222480 Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D12541 Notes: svn path=/head/; revision=450894
* benchmarks/stress-ng: Update to version 0.08.16Luca Pizzamiglio2017-09-282-4/+4
| | | | | | | | Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12517 Notes: svn path=/head/; revision=450811
* - Update devel/efl to 1.19.2 [1]Grzegorz Blach2017-09-211-0/+2
| | | | | | | | | | | | | | - Update devel/py-efl to 1.19.0 [1] - Update x11-wm/enlightenment to 0.21.9 [2] - Update x11/terminology to 1.1.1 - Mark benchmarks/expedite as broken PR: 222462 [2] Submitted by: Gleb Popov [1], Hardy Schumacher [2] Differential Revision: https://reviews.freebsd.org/D12154 [1] Notes: svn path=/head/; revision=450248
* benchmarks/siege: Update version 4.0.2=>4.0.4Muhammad Moinur Rahman2017-09-182-4/+4
| | | | | | | Relnotes: https://github.com/JoeDog/siege/blob/master/ChangeLog Notes: svn path=/head/; revision=450082
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* benchmarks/stress-ng: updating to 0.8.14Luca Pizzamiglio2017-09-122-5/+4
| | | | | | | | | | Changes: http://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?h=V0.08.14&id=64e90341ba9262c4fe2dcbded3d3a524d70ff415 Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12335 Notes: svn path=/head/; revision=449693