aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-035-5/+5
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* benchmarks/uica: New port: uops.info Code AnalyzerRobert Clausecker2022-08-017-0/+137
| | | | | | | | | | | | | | | uiCA is a simulator that can predict the throughput of basic blocks on recent Intel microarchitectures. In addition to that, it also provides insights into how the code is executed. uiCA is based on data from uops.info, combined with a detailed pipeline model. Like related tools, it assumes that all memory accesses result in cache hits. WWW: https://uops.info/uiCA.html Author: Robert Clausecker <fuz@fuz.su> PR: 265368
* benchmarks/inferno: Update 0.11.6 -> 0.11.7Yuri Victorovich2022-07-272-116/+109
| | | | Reported by: portscout
* multimedia/assimp: Update 5.1.5 -> 5.2.4Yuri Victorovich2022-07-201-0/+1
| | | | | | Also: * simplify test-related code * add workaround for minizip-related build breakage in new versions
* benchmarks: remove 'Created by' linesTobias C. Berner2022-07-2095-189/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alexander Logvinov <ports@logvinov.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey V. Degtyarev * Andreas Kohn <andreas@syndrom23.de> * Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su> * Andrey Zakhvatov <andy@FreeBSD.org> * Andy Clark <andrewclarkii@gmail.com> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Bill Fumerola <billf@chc-chimes.com> * Brad Davis <brd@FreeBSD.org> * Bruce A. Mah <bmah@FreeBSD.org> * Chao Shin <quakelee@cn.freebsd.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * David O'Brien (obrien@FreeBSD.org) * David O'Brien (obrien@NUXI.com) * Dima Sivachenko <dima@chg.ru> * Gabriel M. Dutra <0xdutra@gmail.com> * Gea-Suan Lin <gslin@ccca.nctu.edu.tw> * Gea-Suan Lin <gslin@gslin.org> * Hannes Hauswedell <h2+fbsdports@fsfe.org> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Joseph Koshy <jkoshy@FreeBSD.org> * Kris Moore <kmoore@FreeBSD.org> * Lars Eggert <lars@eggert.org> * Mark Pulford <mark@kyne.com.au> * Matthias Fechner <mfechner@FreeBSD.org> * NAKAJI Hiroyuki <nakaji@jp.freebsd.org> * NAKATA Maho <maho@FreeBSD.org> * Oliver Lehmann <oliver@FreeBSD.org> * Pete Fritchman <petef@databits.net> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Radim Kolar * Radim Kolar <hsn@sendmail.cz> * Roman Bogorodskiy <bogorodskiy@inbox.ru> * Scott Flatman <sf@dsinw.com> * Sergey A. Osokin <osa@FreeBSD.org> * Sergey Kandaurov <pluknet@gmail.com> * Sergey Skvortsov <skv@protey.ru> * Slava Shwartsman <slavash@FreeBSD.org> * Stephen Montgomery-Smith <stephen@math.missouri.edu> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thomas Dreibholz <dreibh@iem.uni-due.de> * Tom Judge <tom@tomjudge.com> * Veniamin Gvozdikov <vg@FreeBSD.org> * Vsevolod Stakhov <vsevolod@FreeBSD.org> * Will Andrews <andrews@technologist.com> * Yen-Ming Lee <leeym@FreeBSD.org> * Ying-Chieh Liao <ijliao@FreeBSD.org> * arved * asami * dikshie <dikshie@lapi.itb.ac.id> * gnn * ijliao * janos.mohacsi@bsd.hu * jesper@jdn.dk * jmz * koshy * luigi@FreeBSD.org * mharo@FreeBSD.org * mich@freebsdcluster.org * mr * se * shalunov * thierry@pompo.net * trasz <trasz@pin.if.uz.zgora.pl> * uminac With hat: portmgr
* benchmarks/glmark2: add to wayland virtual categoryJan Beich2022-07-201-1/+1
|
* wayland: add more mostly leaf ports to virtual categoryJan Beich2022-07-201-1/+1
| | | | | | | | | Caveats: - emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default) - mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7) - www/chromium: add --ozone-platform=wayland on command line - www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7) - www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7)
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-145-4/+5
|
* lang/rust: Bump revisions after 1.62.0Mikael Urankar2022-07-022-1/+2
|
* devel/googletest: update to 1.12.1Jan Beich2022-06-301-1/+1
| | | | | Changes: https://github.com/google/googletest/releases/tag/release-1.12.1 Reported by: GitHub (watch releases)
* Fix CONFLICTS_INSTALL in benchmarks and biologyStefan Eßer2022-06-291-1/+1
| | | | Approved by: portmgr (implicit)
* benchmarks/stress-ng: Update to 0.14.02Luca Pizzamiglio2022-06-282-4/+4
| | | | | Changes at https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
* devel/googletest: update to 1.12.0Jan Beich2022-06-251-0/+1
| | | | | Changes: https://github.com/google/googletest/releases/tag/release-1.12.0 Reported by: GitHub (watch releases)
* benchmarks/inferno: Update 0.11.5 -> 0.11.6Yuri Victorovich2022-06-252-28/+28
| | | | Reported by: portscout
* benchmarks/ddosify: Update to 0.8.0Gabriel M. Dutra2022-06-242-6/+17
| | | | PR: 264860
* benchmarks/linux-unigine-*: minor, non-functional textual nitsAlexey Dokuchaev2022-06-203-2/+3
| | | | | | - Elaborate two comments about why we are renaming the scripts - Consistently pad the paragraph heading from its body text in the provided license file
* benchmarks/inferno: Update 0.11.4 -> 0.11.5Yuri Victorovich2022-06-192-74/+70
| | | | Reported by: portscout
* benchmarks/iozone: Update to 3.493Nuno Teixeira2022-06-173-13/+18
| | | | | | | - add license - switch pkg-descr WWW URL from http:// to https:// ChangeLog: https://www.iozone.org/src/current/Changes.txt
* benchmarks/py-zopkio: Add NO_ARCHPo-Chuan Hsieh2022-06-091-4/+6
| | | | - While I'm here, fix indent
* benchmarks/linux-unigine-superposition: new port had been added (+)Alexey Dokuchaev2022-06-097-0/+279
| | | | | | | | | | | Extreme performance and stability test for PC hardware: video card, power supply, cooling system. Also includes interactive experience in a beautiful, detailed environment. This is the fifth and the latest Unigine benchmark featured in our Ports Collection. PR: 240041
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-075-4/+5
|
* benchmarks/ddosify: Add new portGabriel M. Dutra2022-06-054-0/+66
| | | | | | | | | | | | | High-performance load testing tool Features - Protocol Agnostic - Currently supporting HTTP, HTTPS, HTTP/2. - Scenario-Based - Create your flow in a JSON file. Without a line of code! - Different Load Types - Test your system's limits across different load types. WWW: https://github.com/ddosify/ddosify PR: 264321
* benchmarks/py-zopkio: Fix build with setuptools 58.0.0+Po-Chuan Hsieh2022-06-033-4/+71
| | | | | | | - Add USES=dos2unix - While I'm here, update GH_ACCOUNT With hat: python
* benchmarks/py-naarad: Add NO_ARCHPo-Chuan Hsieh2022-06-031-0/+2
|
* benchmarks/polygraph: Exclude SSL option on i386Lorenzo Salvadore2022-06-021-1/+2
| | | | | | | | | | | The port has USE_GCC=yes and SSL option breaks the build on i386 architecture with GCC 11, which is soon to become the default GCC version. PR: 264368 Reported by: exp-run (antoine) Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D35361
* benchmarks/scimark4c: repocopy from benchmarks/scimark2cThierry Thomas2022-05-317-0/+92
| | | | Release notes at <https://math.nist.gov/scimark2/whatsnew.html>.
* lang/rust: Bump revisions after 1.61.0Mikael Urankar2022-05-312-1/+2
|
* benchmarks/inferno: Update 0.11.3 -> 0.11.4Yuri Victorovich2022-05-302-56/+83
| | | | Reported by: portscout
* benchmarks/lzbench: fix the port's build on ARM and RISC-VAlexey Dokuchaev2022-05-241-2/+6
| | | | | | | | | While here, mute the compiler when it is being called inside the GNU make's $(shell ...) context: these errors do not cause build failures (they are not propagated to the caller) but can confuse careless readers of the build log. PR: 260625
* benchmarks/hipercontracer: mark as BROKEN after recent boost upgradeDima Panov2022-05-221-0/+2
| | | | PR: 246106
* benchmarks/fio: Disable libnfs support by defaultKirill Ponomarev2022-05-191-3/+8
| | | | | PR: 258349 Reported by: John Hein <jcfyecrayz@liamekaens.com>
* benchmarks/vkmark: update to 2017.08.29Jan Beich2022-05-162-8/+5
| | | | Changes: https://github.com/vkmark/vkmark/compare/53abc4f...d872846
* benchmarks/vkmark: mark BROKEN after 15d6e92d1fe4Jan Beich2022-05-121-0/+2
| | | | | | | | | | | | | | | | | | ../src/vkutil/pipeline_builder.cpp:204:12: error: no matching constructor for initialization of 'ManagedResource<vk::Pipeline>' return ManagedResource<vk::Pipeline>{ ^ ~ ../src/managed_resource.h:34:5: note: candidate constructor not viable: no known conversion from 'ResultValue<vk::Pipeline>' to 'vk::Pipeline' for 1st argument ManagedResource(T&& raw, Destructor&& destructor) ^ ../src/managed_resource.h:40:5: note: candidate constructor not viable: requires single argument 'rhs', but 2 arguments were provided ManagedResource(ManagedResource&& rhs) ^ ../src/managed_resource.h:28:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided struct ManagedResource ^ ../src/managed_resource.h:32:5: note: candidate constructor not viable: requires 0 arguments, but 2 were provided ManagedResource() = default; ^
* benchmarks/inferno: Update 0.11.2 -> 0.11.3Yuri Victorovich2022-05-102-78/+50
| | | | Reported by: portscout
* lang/rust: Relink ports after the Rust 1.60.0 updateTobias Kortkamp2022-05-032-1/+2
|
* grimreaper: return mich's ports to the pool after safekeeping his ports bit.Rene Ladan2022-05-021-1/+1
|
* benchmarks/phoronix-test-suite: Update to 10.8.3Luca Pizzamiglio2022-04-262-4/+4
| | | | Changes: https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v10.8.3
* benchmarks/p5-Dumbbench: Update to 0.503Po-Chuan Hsieh2022-04-262-4/+4
| | | | Changes: https://metacpan.org/dist/Dumbbench/changes
* benchmarks/inferno: Update 0.11.1 -> 0.11.2Yuri Victorovich2022-04-252-97/+101
| | | | Reported by: portscout
* benchmarks/siege: Update version 4.1.2=>4.1.3Muhammad Moinur Rahman2022-04-222-4/+4
| | | | Relnotes: https://github.com/JoeDog/siege/releases/tag/v4.1.3
* benchmarks/stress-ng: Update to 0.14.00Luca Pizzamiglio2022-04-192-4/+4
| | | | | Changes: https://github.com/ColinIanKing/stress-ng/blob/master/debian/changelog
* benchmarks/vkpeak: update to 20220419Jan Beich2022-04-192-7/+7
| | | | | Changes: https://github.com/nihui/vkpeak/releases/tag/20220419 Reported by: GitHub (watch releases)
* benchmarks/libcelero: correct includesPiotr Kubaj2022-04-191-1/+1
|
* benchmarks/libcelero: remove -mabi=elfv2 since the base compiler is used, ↵Piotr Kubaj2022-04-191-10/+0
| | | | | | which defaults to elfv2 Also remove USE_GCC=yes, since there is already appriopriate USES=compiler.
* benchmarks/iperf: Update to 2.1.7Po-Chuan Hsieh2022-04-173-14/+5
| | | | | Changes: https://sourceforge.net/p/iperf2/code/ci/master/tree/doc/RELEASE_NOTES https://sourceforge.net/p/iperf2/code/ci/master/log/
* benchmarks/fio: Update to 3.30Kirill Ponomarev2022-04-163-5/+8
|
* math/octave: commits that should have accompanied cc8553afd083.Stephen Montgomery-Smith2022-04-091-1/+1
|
* */*: fix trailing whitespace in pkg-descr'sDmitry Marakasov2022-04-011-2/+2
| | | | Approved by: portmgr blanket
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-304-1/+4
|
* benchmarks/py-naarad: Fix build with setuptools 58.0.0+Po-Chuan Hsieh2022-03-251-0/+9
| | | | With hat: python