summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)Author
2023-02-24benchmarks/ddosify: Update to 0.14.1Gabriel M. Dutra
ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.14.1 * Merge remote-tracking branch 'origin/master' into develop * Update readme * fix benchmark test * fix typos * mock readTestData in test * move csv read to engine init * move csv read to engine init * readme xpath key fix * remove unnecessary literals * zsh: shell completion support PR: 269796 Reported by: 0xdutra@gmail.com (maintainer)
2023-02-18benchmarks/ddosify: Update to 0.14.0Gabriel M. Dutra
ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.14.0 Introduce assertions. Assertion - Verify that the response matches your expectations. Usage: https://github.com/ddosify/ddosify#assertion PR: 269611 Reported by: 0xdutra@gmail.com (maintainer)
2023-02-17benchmarks/vkmark: unbreak --winsys kms by reverting a8f179d5f29cJan Beich
VT_PROCESS fails with EPERM because open(2) with a terminal device on BSDs (unlike Linux/Solaris) implies O_NOCTTY. $ vidcontrol -s 1 </dev/ttyv0 $ vkmark Error: Failed to set VT process control mode: Operation not permitted This reverts commit a8f179d5f29c0392909d98f8780ae84f078e925f.
2023-02-17benchmarks/vkmark: unbreak without explicit --winsys after 2f23f1c7829dJan Beich
$ vkmark Error: Failed to get VT control mode: Inappropriate ioctl for device
2023-02-16benchmarks/stress-ng: Update 0.15.04Luca Pizzamiglio
2023-02-16graphics/vulkan-headers: update to 1.3.241Jan Beich
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.240...v1.3.241 Reported by: Repology, portscout
2023-02-16benchmarks/unixbench: Update to the latest commitLuca Pizzamiglio
Graphics always enabled Reported by: Nilton Jose Rizzo <niltonrizzo@gmail.com>
2023-02-15all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik
2023-02-13lang/rust: Bump revisions after 1.67.1Mikael Urankar
PR: 269336
2023-02-12benchmarks/inferno: Update 0.11.14 → 0.11.15Yuri Victorovich
Reported by: portscout
2023-02-09all: Bump PORTREVISION after GO_DEFAULT update.Dmitri Goutnik
2023-02-09*/*: Update fuz@fuz.su to fuz@FreeBSD.orgRobert Clausecker
www/writefreely had a stray duplicate MAINTAINER block from an earlier botched commit. I did intentionally not touch the entry in UPDATING. Reviewed by: eduardo, flo Differential Revision: https://reviews.freebsd.org/D38435
2023-02-08benchmarks/vkoverhead: drop unused dependencyJan Beich
2023-02-08benchmarks/vkoverhead: add new portJan Beich
vkoverhead is a tool for evaluating CPU-based overhead of Vulkan drivers. It was inspired heavily by drawoverhead from piglit. ## Features * extreme granularity for profiling specific scenarios * simple to use * CSV output for ease of script parsing * zero dependencies https://github.com/zmike/vkoverhead
2023-02-07*: reset marius@ ports after safekeeping his commit bit.Rene Ladan
With hat: portmgr-secretary
2023-02-04benchmarks/ddosify: Update to 0.13.2Gabriel M. Dutra
ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.13.2 * Update jenkinsfileg * dynamic variable race testg * prevent race on calls to faker funcg PR: 269283 Reported by: 0xdutra@gmail.com (maintainer)
2023-02-02benchmarks/stress-ng: Update to 0.15.03Luca Pizzamiglio
2023-01-30benchmarks/rubygem-benchmark: Update to 0.2.1Po-Chuan Hsieh
Changes: https://github.com/ruby/benchmark/releases
2023-01-30benchmarks/ddosify: Update to 0.13.0Gabriel M. Dutra
ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.13.0 * Merge remote-tracking branch 'origin/develop' into feat/concat-variables * Update README.md * change captureEnv to snake case * change csv parameters to snake case * change jsonPath to json_path * fix done channel send place in stdoutJson * get profile data from pprof package * inject both typed and concatenated vars * regexp, xpath, header_key * remove unnecessary comment * update benchmark jenkins file * update jenkinsfile * use atomic instead of mutex PR: 269216 Reported by: 0xdutra@gmail.com (maintainer)
2023-01-22benchmarks/inferno: Update 0.11.13 -> 0.11.14Yuri Victorovich
Reported by: portscout
2023-01-20sysutils/ior: Move to benchmarks/iorYuri Victorovich
Suggested by: diizzy@
2023-01-14Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk Notable changes are. - Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk. - USE_RUBY=yes is replaced with USES=ruby. - USE_RUBY_EXTCONF is replaced with USES=ruby:extconf. - USE_RUBY_RDOC is replaced with USES=ruby:rdoc. - USE_RUBY_SETUP is replaces with USES=ruby:setup. - RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with USES=ruby:{build,none,run}. - RUBY_REQUIRE isn't used anywhere, so removed. - USES=gem now implies USES=ruby. This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863 I have just made some cosmetic changes and ran exp-run to test that the tree is not in a BROKEN state. Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D37925
2023-01-14all: Bump PORTVERSION after lang/go{118,119} updateDmitri Goutnik
2023-01-11*/*: rename CHEESESHOP to PYPI in MASTER_SITESDmitry Marakasov
PR: 267994 Differential revision: D37518 Approved by: bapt
2023-01-11benchmarks/rubygem-benchmark-memory: update to 0.2.0Matthias Fechner
Required for gitlab-ce 15.6. Changelog: https://github.com/michaelherold/benchmark-memory/blob/main/CHANGELOG.md
2023-01-11benchmarks/siege: Update version 4.1.5=>4.1.6Muhammad Moinur Rahman
Relnotes: https://www.joedog.org/2023/01/05/siege-4-1-6/
2023-01-07*/*: Bump rust (cargo) ports to reflect on WITH_LTODaniel Engberg
Bump ports in tree so they get rebuilt with new default settings for cargo ports
2023-01-02benchmarks/ddosify: Update to 0.11.0Gabriel M. Dutra
Changelog: https://github.com/ddosify/ddosify/releases/tag/v0.11.0 PR: 268662
2022-12-30Mk/**octave.mk: Convert to USES=octaveMuhammad Moinur Rahman
As part of the improvements of USES infrastructure Mk/bsd.octave.mk has been converted to Mk/Uses/octave.mk. This also declutters some old stuffs in the octave-* ports and makes it simpler to add more octave-forge ports easily. While I am here make all the ports portclippy/portfmt compliant. And use USES macros whenever possible. Reviewed by: portmgr Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D37887
2022-12-30benchmarks/uica: update to g20221215+2022.12Robert Clausecker
Changelog: https://github.com/andreas-abel/uiCA/compare/ba6ad5557ebd96a10fa0d0e076c9961ec5024574...e6421b5957ec53eaa05dc150b2a40c5e0abc6dd4 PR: 268648
2022-12-27benchmarks/libcelero: Update 2.8.3 -> 2.8.5Yuri Victorovich
Reported by: portscout
2022-12-21benchmarks/vkmark: limit wayland category to WAYLAND optionJan Beich
2022-12-21benchmarks/glmark2: limit wayland category to WAYLAND optionJan Beich
2022-12-20lang/rust: Bump revisions after 1.66.0Mikael Urankar
PR: 268415
2022-12-20benchmarks/ddosify: Update to 0.10.0Gabriel M. Dutra
Changes: https://github.com/ddosify/ddosify/releases/tag/v0.10.0 PR: 268453
2022-12-11all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik
2022-12-11benchmarks/ddosify: Update to 0.9.1Gabriel M. Dutra
ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.9.1 PR: 268308
2022-12-08benchmarks/glmark2: unbreak build with python311Jan Beich
Traceback (most recent call last): File "waflib/Scripting.py", line 104, in waf_entry_point set_main_module(os.path.normpath(os.path.join(Context.run_dir,Context.WSCRIPT_FILE))) File "waflib/Scripting.py", line 135, in set_main_module Context.g_module=Context.load_module(file_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "waflib/Context.py", line 343, in load_module code=Utils.readf(path,m='rU',encoding=encoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "waflib/Utils.py", line 117, in readf f=open(fname,m) ^^^^^^^^^^^^^ ValueError: invalid mode: 'rUb'
2022-12-04benchmarks/inferno: Update 0.11.12 -> 0.11.13Yuri Victorovich
Reported by: portscout
2022-11-22benchmarks/ddosify: Update to 0.9.0Gabriel M. Dutra
ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.9.0 * Add Tlc certs support for mutual authentication * Add more tests * Documentation * Fix test * Refactoring ParseTLS method * Refactorings * fix TestCreateScenario PR: 267786 Reported by: 0xdutra@gmail.com (maintainer)
2022-11-20benchmarks/stress-ng: Update to 0.15.00Luca Pizzamiglio
Add more dependencies jpeg and hashxx Fix opt-out Remove of obsolete patch
2022-11-20benchmarks/iozone: Update to 3.494Nuno Teixeira
ChangeLog: https://www.iozone.org/src/current/Changes.txt
2022-11-17lang/rust: Bump revisions after 1.65.0Mikael Urankar
PR: 267622
2022-11-13benchmarks/vkpeak: update to 20221113Jan Beich
Changes: https://github.com/nihui/vkpeak/releases/tag/20221113 Reported by: GitHub (watch releases)
2022-11-08benchmarks/fio: Update to 3.33Kirill Ponomarev
Don't override optimization set by framework Enable verbose build output by default PR: 267632 Reported by: dizzy
2022-10-30lang/rust: Bump revisions after 1.64.0Mikael Urankar
PR: 267173
2022-10-29*/octave-forge-*: Update WWW field.Stephen Montgomery-Smith
2022-10-25benchmarks/inferno: Update 0.11.11 -> 0.11.12Yuri Victorovich
Reported by: portscout
2022-10-25Add benchmarks/plow: HTTP benchmarking tool with real-time web UI and ↵Gabriel M. Dutra
terminal displaying PR: 266588
2022-10-21Mk/bsd.octave.mk: move some functions from mk to ports.Stephen Montgomery-Smith