aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/sysbench: fix build on powerpc64Piotr Kubaj2020-09-231-3/+10
| | | | | | | On powerpc64 use luajit-openresty, while main luajit port doesn't work on powerpc64. Notes: svn path=/head/; revision=549672
* Set LICENSEMateusz Piotrowski2020-09-211-0/+3
| | | | Notes: svn path=/head/; revision=549437
* Resurrect benchmarks/filebenchMateusz Piotrowski2020-09-215-0/+117
| | | | | | | | Upstream moved to GitHub and is still accepting patches (interestingly, the most recent commits fix building Filebench on FreeBSD). Notes: svn path=/head/; revision=549436
* Fix build with -f no-commonStefan Eßer2020-09-202-0/+12
| | | | Notes: svn path=/head/; revision=549393
* Fix build with -fno-commonStefan Eßer2020-09-205-0/+78
| | | | | | | While here add licenses extracted from the source files. Notes: svn path=/head/; revision=549392
* To support optional FreeBSD branding in the future, switch to binary patchAlexey Dokuchaev2020-09-193-5/+134
| | | | | | | instead of sed(1) when adjusting log file location. No functional changes. Notes: svn path=/head/; revision=549074
* Add a port of GpuTest, OpenGL-based GPU stress test and popular benchmark.Alexey Dokuchaev2020-09-186-0/+153
| | | | | | | | | | This is the last version which natively supports GNU/Linux, the later are unfortunately Windows-only. WWW: http://www.Geeks3D.com/GpuTest/ Notes: svn path=/head/; revision=548874
* benchmarks/stress-ng: Update to 0.11.21Luca Pizzamiglio2020-09-172-4/+4
| | | | | | | https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog Notes: svn path=/head/; revision=548855
* benchmarks/netperf: Fix build with clang 11 and gcc 10Serhii (Sergey) Kozlov2020-09-151-0/+1
| | | | | | | | | | | | Tested using poudriere on 11.3, 12.1, 13.0 PR: 249227 Reported by: Krzysztof Galazka Approved by: build fix (blanket) Sponsored by: Intel Notes: svn path=/head/; revision=548735
* benchmarks/phoronix-test-suite: update to 9.8.0Luca Pizzamiglio2020-09-132-4/+4
| | | | | | | Update from 9.4.x to 9.8.0 Notes: svn path=/head/; revision=548572
* benchmakrs/stress-ng: Update to 0.11.20Luca Pizzamiglio2020-09-132-4/+4
| | | | | | | Updates from 0.11.15 -> 0.11.20 Notes: svn path=/head/; revision=548490
* - Update to 2.2Dmitry Marakasov2020-09-092-3/+6
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=548097
* Allow to build without D-Bus IPC system support.Alexey Dokuchaev2020-09-082-3/+11
| | | | Notes: svn path=/head/; revision=547970
* benchmarks/fio: fix build on GCC architecturesPiotr Kubaj2020-09-031-1/+1
| | | | | | | | | | Use C11 compiler: Your compiler doesn't support C11 atomics. gcc 4.9/clang 3.6 are the minimum versions with it - perhaps your compiler is too old? C11 atomics support not found Notes: svn path=/head/; revision=547439
* Update to version 1.8.1 which does not require -fcommon workaround.Alexey Dokuchaev2020-09-022-7/+4
| | | | Notes: svn path=/head/; revision=547312
* Update to 2.8.3Sunpoet Po-Chuan Hsieh2020-08-302-4/+4
| | | | | | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt https://github.com/evanphx/benchmark-ips/commits/master Notes: svn path=/head/; revision=547101
* lang/rust: Update to 1.46.0Tobias Kortkamp2020-08-301-1/+1
| | | | | | | | | | | - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html With hat: rust Differential Revision: https://reviews.freebsd.org/D26176 Notes: svn path=/head/; revision=547071
* benchmarks/flowgrind: Fix build on 13-CURRENTDanilo G. Baio2020-08-242-1/+6
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=546128
* MangoHud is a Vulkan/OpenGL overlay for monitoring FPS, temperatures,Alexey Dokuchaev2020-08-248-0/+152
| | | | | | | | | CPU/GPU load, and more. WWW: https://github.com/flightlessmango/MangoHud Notes: svn path=/head/; revision=546066
* Take ownership of perftest.Hans Petter Selasky2020-08-241-1/+1
| | | | | | | | Discussed with: slavash@ Approved by: pi (implicit) Notes: svn path=/head/; revision=546061
* Fix build in a -fno-common worldJosh Paetzel2020-08-232-0/+12
| | | | Notes: svn path=/head/; revision=546026
* - Unbreak the build with -fno-common (Clang 11, GCC 10)Alexey Dokuchaev2020-08-221-0/+3
| | | | | | | | | - Include upstream bug report for reference and tracking Reported by: pkg-fallout Notes: svn path=/head/; revision=545770
* Upgrade to 3.22Kirill Ponomarev2020-08-182-4/+4
| | | | Notes: svn path=/head/; revision=545221
* Update to iperf-3.9.Bruce A. Mah2020-08-172-4/+4
| | | | | | | Sponsored by: ESnet Notes: svn path=/head/; revision=545179
* Upgrade to 3.21Kirill Ponomarev2020-08-132-4/+4
| | | | Notes: svn path=/head/; revision=544789
* benchmarks/blogbench: fix rand()-related crashFernando Apesteguía2020-08-111-1/+7
| | | | | | | | | | | | | | | | | blogbench uses rand(3) unsafely from different threads which leads to crashes. Use arc4random(3) instead. Bump PORTREVISION While here, relocate USES variable. PR: 248420 Submitted by: sigsys@gmail.com Approved by: jmohacsi@bsd.hu (maintainer) MFH: 2020Q3 (runtime fix) Notes: svn path=/head/; revision=544699
* benchmarks/hey: Update to 0.1.4Dmitri Goutnik2020-08-072-4/+4
| | | | | | | Changes: https://github.com/rakyll/hey/releases/tag/v0.1.4 Notes: svn path=/head/; revision=544344
* lang/rust: Update to 1.45.2Tobias Kortkamp2020-08-031-1/+1
| | | | | | | Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html Notes: svn path=/head/; revision=544073
* lang/rust: Update to 1.45.1Tobias Kortkamp2020-07-301-1/+1
| | | | | | | | | | | | | - Apply the "hard links break `env::current_exe()`" workaround from r543251 to lang/rust too - Force rebuild all consumers for the soundness bug in 1.45.0 Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html With hat: rust Differential Revision: https://reviews.freebsd.org/D25835 Notes: svn path=/head/; revision=543815
* Add rubygem-benchmark 0.1.0Sunpoet Po-Chuan Hsieh2020-07-304-0/+28
| | | | | | | | | | The Benchmark module provides methods for benchmarking Ruby code, giving detailed reports on the time taken for each task. WWW: https://github.com/ruby/benchmark Notes: svn path=/head/; revision=543723
* benchmarks/siege: Update version 4.0.5=>4.0.7Muhammad Moinur Rahman2020-07-232-4/+4
| | | | | | | Relnotes: https://github.com/JoeDog/siege/releases/tag/v4.0.7 Notes: svn path=/head/; revision=542921
* lang/rust: Update to 1.45.0Tobias Kortkamp2020-07-171-1/+1
| | | | | | | | | | | | | | | | | - This Rust release comes with LLVM 10. Drop the LLVM patches we no longer need. - On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the Rust target instead of patching LLVM. - Build LLVM with Ninja. It can shorten the build time slightly. - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html Tested by: mikael, pkubaj, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25658 Notes: svn path=/head/; revision=542412
* benchmarks/ttcp: Update pkg-descr WWW URLLuca Pizzamiglio2020-07-111-1/+1
| | | | | | | | | | | Adopt https URL PR: 244664 Submitted by: portmaster@bsdforge.com (maintainer) Event: July 2020 Bugathon Notes: svn path=/head/; revision=541996
* benchmarks/stress-ng: Update to 0.11.15Luca Pizzamiglio2020-07-112-4/+4
| | | | | | | | From 0.11.12 to 0.11.15. Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog Notes: svn path=/head/; revision=541975
* benchmarks/unixbench: Add support to parallel executionLuca Pizzamiglio2020-07-042-7/+26
| | | | | | | | | | | Add support to get the number of CPUs on FreeBSD. Bump PORTREVISION. PR: 247293 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> Notes: svn path=/head/; revision=541217
* Update to iperf-3.8.1.Bruce A. Mah2020-06-102-4/+4
| | | | | | | Sponsored by: ESnet Notes: svn path=/head/; revision=538413
* benchmarks/stress-ng: Update to 0.11.12Luca Pizzamiglio2020-06-082-4/+4
| | | | | | | Changes: https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog Notes: svn path=/head/; revision=538255
* benchmarks/hyperfine: Update to 1.10.0Luca Pizzamiglio2020-06-082-116/+143
| | | | | | | Changes: https://github.com/sharkdp/hyperfine/releases/tag/v1.10.0 Notes: svn path=/head/; revision=538254
* lang/rust: Update to 1.44.0Tobias Kortkamp2020-06-041-1/+1
| | | | | | | | | | | | | | | - Remove devel/cargo-tree since it is now integrated into cargo - Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1] - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html PR: 246332 [1] Tested by: mikael, tobik With hat: rust Differential Revision: https://reviews.freebsd.org/D25099 Notes: svn path=/head/; revision=537917
* Return gnn@'s ports to the pool after safekeeping his commit bit.Rene Ladan2020-06-021-1/+1
| | | | Notes: svn path=/head/; revision=537580
* Mark as BROKEN on powercp64-12. Seems to build elsewhere.Mark Linimon2020-05-311-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=537135
* benchmarks/libmicro: fix build on armMikael Urankar2020-05-301-4/+1
| | | | | | | uname -p is used somewhere in the build Notes: svn path=/head/; revision=537097
* - Update to version 2020.04, first release in many years (unfortunately,Alexey Dokuchaev2020-05-294-50/+13
| | | | | | | | | | | | | | | it was tagged just before the commit 06e4728 which fixed building with Python 3.x, point GH_TAGNAME to it instead of pulling a patch) - Drop explicit `python:build' from USES list, because `waf' implies it - Add missing USE_XORG and put `xorg' on USES list - For the time being, don't force C++14 while C++11 is sufficient until the code really starts using new features (see GitHub commit a6bbc01) PR: 246793 Submitted by: David Schlachter Notes: svn path=/head/; revision=536960
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6).Alexey Dokuchaev2020-05-281-1/+1
| | | | Notes: svn path=/head/; revision=536752
* Update to 3.20Kirill Ponomarev2020-05-243-4/+8
| | | | Notes: svn path=/head/; revision=536368
* Update to 1.7.0 which is required for gitlab-ce 12.10 upgrade.Matthias Fechner2020-05-202-6/+9
| | | | Notes: svn path=/head/; revision=535974
* Update to 2.8.2Sunpoet Po-Chuan Hsieh2020-05-192-4/+4
| | | | | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt Notes: svn path=/head/; revision=535915
* Update to 2.8.0Sunpoet Po-Chuan Hsieh2020-05-032-4/+4
| | | | | | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt https://github.com/evanphx/benchmark-ips/commits/master Notes: svn path=/head/; revision=533836
* benchmarks/hipercontracer: Update to 1.4.8Fernando Apesteguía2020-05-033-6/+5
| | | | | | | | | PR: 245947 Submitted by: gspurki@gmail.com Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week) Notes: svn path=/head/; revision=533763
* benchmarks/netperfmeter: update to 1.8.6Fernando Apesteguía2020-05-034-6/+31
| | | | | | | | | | | Disable DCCP detection to avoid build fail in 13-CURRENT (SOCK_DCCP not found) PR: 245945 Submitted by: gspurki@gmail.com Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week) Notes: svn path=/head/; revision=533762