aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/libcelero: Update 2.3.0 -> 2.4.0Yuri Victorovich2018-10-283-4/+7
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=483307
* Return subset of r483249 to GCC 4.2 to unbreak on mips*Jan Beich2018-10-281-1/+1
| | | | Notes: svn path=/head/; revision=483260
* Downgrade C++03 to C++98, actual default for GCC < 6Jan Beich2018-10-281-1/+1
| | | | | | | | GCC 4.2 in base system doesn't support C++03: cc1plus: error: unrecognized command line option "-std=gnu++03" Notes: svn path=/head/; revision=483249
* Expand FreeBSD 12 conditionals to include 13.0-CURRENTJan Beich2018-10-231-0/+1
| | | | Notes: svn path=/head/; revision=482846
* benchmarks/nuttcp: update 7.3.2 -> 8.2.2Kurt Jaeger2018-10-202-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | - Improve warning when third party "-4/-6" is not supported - Add af=inet/inet6 to verbose UDP output - Add ip=<server_ip> to verbose UDP output for client transmitter - Fix to pass "-4" or "-6" argument to 3rd party - Fix to allow compile with -Werror=format-security as noted by Dhiru Kholia in fedora bug 1037224 - Fix missing brackets caught by -Wmisleading-indentation - Add code to print out address family of connect/accept - Add code to translate v4mapped addresses - Fix to allow direct I/O on block devices - Fix parsing of "-R i[s]##[/##]" (blank between 'R' and 'i') - Updated Copyright notice for new year - Changed nuttcp site to http://nuttcp.net/nuttcp/beta/ - Added define test for NOT_LINUX to undefine LINUX for build testing - Add reporting of TCP congestion window - Fix tos to work for ipv6 by setting traffic class PR: 232484 Submitted by: lev Notes: svn path=/head/; revision=482629
* benchmarks/stress-ng: Update to 0.09.43Luca Pizzamiglio2018-10-192-4/+4
| | | | | | | Changes: http://kernel.ubuntu.com/git/cking/stress-ng.git/commit/?h=V0.09.43 Notes: svn path=/head/; revision=482433
* Update to 3.484Josh Paetzel2018-10-172-4/+4
| | | | | | | Bugfix using the -H option. (POSIX async I/O) Notes: svn path=/head/; revision=482300
* Attempt to unbreak against OpenSSL 1.1.1.Alexey Dokuchaev2018-10-151-0/+3
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=482156
* updating to version 12.0.0Vinícius Zavam2018-10-152-12/+12
| | | | | | | | | | | | | | | took a look into upstream's Gopkg.lock, checking for modifications; changed 2 depencies to use version instead of revision; google:go-cmp and golang:text get QA done right; thanks to portlint; moved PLIST_FILES to appear after USES. Approved by: araujo (mentor), rene (mentor) Differential Revision: https://reviews.freebsd.org/D17530 Notes: svn path=/head/; revision=482141
* benchmarks/hpl: Change from net/mpich2 to net/mpich; Update to 2.2Yuri Victorovich2018-10-142-6/+7
| | | | | | | | PR: 231638 Approved by: oliver (maintainer's timeout; 20 days) Notes: svn path=/head/; revision=482027
* New port: benchmarks/libcelero: C++ benchmark authoring library/frameworkYuri Victorovich2018-10-145-0/+65
| | | | Notes: svn path=/head/; revision=482026
* Update to 3.11Baptiste Daroussin2018-10-122-4/+4
| | | | Notes: svn path=/head/; revision=481882
* benchmarks/stress-ng: Update to 0.09.42Luca Pizzamiglio2018-10-082-4/+5
| | | | | | | Changelog: https://bit.ly/2OMI9Ov Notes: svn path=/head/; revision=481539
* Update to 3.482Josh Paetzel2018-10-082-4/+4
| | | | Notes: svn path=/head/; revision=481506
* benchmarks/perftest: update to v4.4-0.3Steve Wills2018-10-072-4/+4
| | | | | | | | PR: 231907 Submitted by: slavash (maintainer) Notes: svn path=/head/; revision=481415
* benchmarks/phoronix-test-suite: Update to 8.2.0Luca Pizzamiglio2018-10-042-4/+6
| | | | | | | | | | changelog: https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v8.2.0 PR: 231829 Submitted by: Fukang Chen <loader@FreeBSD.org> Notes: svn path=/head/; revision=481217
* benchmarks/stress-ng: Update to 0.09.41Luca Pizzamiglio2018-09-282-4/+4
| | | | | | | Changelog at: https://bit.ly/2Om9Ygi Notes: svn path=/head/; revision=480863
* - Simplify the Makefile with GO_* variablesDanilo Egea Gondolfo2018-09-271-13/+3
| | | | Notes: svn path=/head/; revision=480819
* [NEW PORT]: benchmarks/linux-vdbench: Command line disk I/O benchmark utilityFukang Chen2018-09-266-0/+215
| | | | | | | | | | | | | | | Vdbench is a command line utility specifically created to help engineers and customers generate disk I/O workloads to be used for validating storage performance and storage data integrity. WWW: http://www.oracle.com/technetwork/server-storage/vdbench-downloads-1901681.html Reviewed by: koobs, mat Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D17255 Notes: svn path=/head/; revision=480718
* Change 4 ports from net/mpich2 to net/mpichYuri Victorovich2018-09-222-6/+6
| | | | | | | | | | mpich2 is the obsolete version 2.x, mpich is at the current version 3.x Ports: biology/phyml benchmarks/mdtest benchmarks/imb math/parmetis Notes: svn path=/head/; revision=480425
* benchmarks/stress-ng: Fix patchLuca Pizzamiglio2018-09-221-2/+2
| | | | Notes: svn path=/head/; revision=480352
* benchmarks/stress-ng: Update to 0.09.40Luca Pizzamiglio2018-09-212-4/+4
| | | | | | | Fix memory leaks, better errno handling, add features and stressors Notes: svn path=/head/; revision=480258
* Update to 3.10Baptiste Daroussin2018-09-153-11/+14
| | | | Notes: svn path=/head/; revision=479816
* Convert to options target helperSunpoet Po-Chuan Hsieh2018-09-101-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=479480
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-104-0/+8
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Remove ONLY_FOR_ARCHS_REASON_<arch> that are not architecture dependant.Mathieu Arnold2018-09-101-1/+0
| | | | Notes: svn path=/head/; revision=479383
* benchmarks/stress-ng: Upgrade to 0.09.38Luca Pizzamiglio2018-09-042-4/+4
| | | | | | | Small updates and fixes Notes: svn path=/head/; revision=478942
* benchmarks/vegeta: update to v11.3.0Steve Wills2018-09-022-4/+10
| | | | | | | | PR: 231078 Submitted by: Vinícius Zavam <egypcio@googlemail.com> (maintainer) Notes: svn path=/head/; revision=478805
* benchmarks/postal: Fix build with Clang 6Tobias Kortkamp2018-08-251-1/+10
| | | | | | | | | | | | | | | bhm.cpp:420:25: error: value of type '__bind<int &, sockaddr *, unsigned long>' is not contextually convertible to 'bool' if(listen_fd == -1 || bind(listen_fd, (sockaddr *)&in, sizeof(in)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bhm.cpp:420:22: error: invalid operands to binary expression ('bool' and '__bind<int &, sockaddr *, unsigned long>') if(listen_fd == -1 || bind(listen_fd, (sockaddr *)&in, sizeof(in)) http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/postal-0.73_3.log Notes: svn path=/head/; revision=477991
* benchmarks/vegeta: update to v11.0.0Steve Wills2018-08-232-15/+41
| | | | | | | | PR: 230823 Submitted by: Vinícius Zavam <egypcio@googlemail.com> (maintainer) Notes: svn path=/head/; revision=477878
* benchmarks/phoronix-tes-suite: Update to 8.0.1Luca Pizzamiglio2018-08-222-4/+4
| | | | | | | Minor fixes and improvements on other platforms only Notes: svn path=/head/; revision=477800
* benchmarks/stress-ng: Update to 0.09.37Luca Pizzamiglio2018-08-222-4/+4
| | | | Notes: svn path=/head/; revision=477797
* Update to 3.8Baptiste Daroussin2018-08-202-4/+4
| | | | Notes: svn path=/head/; revision=477664
* - Update math/octave to 4.4.1.Stephen Montgomery-Smith2018-08-121-1/+1
| | | | | | | - Bump portrevision for all octave-forge-* ports. Notes: svn path=/head/; revision=476952
* benchmarks/stress-ng: update to 0.09.36Luca Pizzamiglio2018-08-112-5/+4
| | | | | | | Sponsored by: Essen Hackathon Notes: svn path=/head/; revision=476868
* benchmarks/polygraph: Update 4.11.0 -> 4.12.0Yuri Victorovich2018-08-042-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=476376
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-296-4/+6
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Update to 1.0.15Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://github.com/akopytov/sysbench/releases Notes: svn path=/head/; revision=475684
* Add p5-Dumbbench 0.111Sunpoet Po-Chuan Hsieh2018-07-285-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module attempts to implement reasonably robust benchmarking with little extra effort and expertise required from the user. That is to say, benchmarking using this module is likely an improvement over time some-command --to --benchmark or use Benchmark qw/timethis/; timethis(1000, 'system("some-command", ...)'); The module currently works similar to the former command line, except (in layman terms) it will run the command many times, estimate the uncertainty of the result and keep iterating until a certain user-defined precision has been reached. Then, it calculates the resulting uncertainty and goes through some pain to discard bad runs and subtract overhead from the timings. The reported timing includes an uncertainty, so that multiple benchmarks can more easily be compared. Please note that Dumbbench works entirely with wallclock time as reported by Time::HiRes' time() function. WWW: https://metacpan.org/release/Dumbbench Notes: svn path=/head/; revision=475557
* benchmarks/stress-ng: Update to 0.09.35Luca Pizzamiglio2018-07-232-10/+9
| | | | | | | | | | | While I'm upgrading, I fix the atomic 64 bit detection on clang6 The current solution is to for the noinline attribute to the atomic detection code PR: 229885 Notes: svn path=/head/; revision=475186
* Reset maintainership of the ports maintained by alexey@renatasystems.orgYuri Victorovich2018-07-181-1/+1
| | | | | | | | | | | | | | | Based on the timeout of 3+ months (2018-03-23-now) on bug#226885 for net/ucarp Also, looking at the subversion log, there were timeouts on: * bug#224169 r465659 | ygy | 2018-03-26 19:51:12 * bug#224768 r459066 | swills | 2018-01-15 07:16:28 * bug#224755 r459058 | swills | 2018-01-15 06:55:08 The last approval from alexey@renatasystems.org was over a year ago: bug#218563 r438885 | lifanov | 2017-04-19 08:30:28 (devel/py-colorama) Notes: svn path=/head/; revision=474907
* benchmarks/stress-ng: Update to 0.09.33Luca Pizzamiglio2018-07-162-5/+5
| | | | | | | Marked as broken on FreeBSD 11.2 on i386 Notes: svn path=/head/; revision=474726
* benchmarks/vegeta: Remove GH_TAGNAMESteve Wills2018-07-132-5/+4
| | | | | | | | | | It's not needed with the proper DISTVERSIONPREFIX. PR: 229747 Reported by: mat Notes: svn path=/head/; revision=474592
* benchmarks/vegeta: update to 8.1.1Steve Wills2018-07-132-8/+8
| | | | | | | | PR: 229747 Submitted by: Vinícius Zavam <egypcio@googlemail.com> (maintainer) Notes: svn path=/head/; revision=474576
* benchmarks/vegeta: making better use of Go frameworkSteve Wills2018-07-101-5/+5
| | | | | | | | PR: 229668 Submitted by: Vinícius Zavam <egypcio@googlemail.com> (maintainer) Notes: svn path=/head/; revision=474356
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* benchmarks/sipp:Babak Farrokhi2018-07-082-1/+12
| | | | | | | | | PR: 222764 Submitted by: szabig <szabig@kgb.hu> Reported by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com> Notes: svn path=/head/; revision=474174
* - Update to 1.2Danilo Egea Gondolfo2018-07-072-9/+15
| | | | Notes: svn path=/head/; revision=474111
* www/libwww: Update to 5.4.2, Fix security vulnerabilitiesDanilo G. Baio2018-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | This a security release for libwww to take into account security advisories CVE-2016-9063 and CVE-2017-9233. In order to take into account current and future expat security advisories, the expat source code was removed from the libwww tree. The makefiles were modified so that libwww dynamically links against the system's expat library. Patches removed were incorporated upstream. Bump PORTREVISION of dependent ports due shlib change. Changes: https://raw.githubusercontent.com/w3c/libwww/5.4.2/ChangeLog MFH: 2018Q3 Security: e375ff3f-7fec-11e8-8088-28d244aee256 Notes: svn path=/head/; revision=473964
* Update to 8.0.0.Vanilla I. Shu2018-07-042-10/+13
| | | | | | | | PR: 229509 Submitted by: maintainer Notes: svn path=/head/; revision=473893