Age | Commit message (Collapse) | Author |
|
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)
|
|
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)
|
|
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.
|
|
$ vkmark
Error: Failed to get VT control mode: Inappropriate ioctl for device
|
|
|
|
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
|
|
Graphics always enabled
Reported by: Nilton Jose Rizzo <niltonrizzo@gmail.com>
|
|
|
|
PR: 269336
|
|
Reported by: portscout
|
|
|
|
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
|
|
|
|
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
|
|
With hat: portmgr-secretary
|
|
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)
|
|
|
|
Changes: https://github.com/ruby/benchmark/releases
|
|
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)
|
|
Reported by: portscout
|
|
Suggested by: diizzy@
|
|
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
|
|
|
|
PR: 267994
Differential revision: D37518
Approved by: bapt
|
|
Required for gitlab-ce 15.6.
Changelog:
https://github.com/michaelherold/benchmark-memory/blob/main/CHANGELOG.md
|
|
Relnotes: https://www.joedog.org/2023/01/05/siege-4-1-6/
|
|
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
|
|
Changelog: https://github.com/ddosify/ddosify/releases/tag/v0.11.0
PR: 268662
|
|
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
|
|
Changelog: https://github.com/andreas-abel/uiCA/compare/ba6ad5557ebd96a10fa0d0e076c9961ec5024574...e6421b5957ec53eaa05dc150b2a40c5e0abc6dd4
PR: 268648
|
|
Reported by: portscout
|
|
|
|
|
|
PR: 268415
|
|
Changes: https://github.com/ddosify/ddosify/releases/tag/v0.10.0
PR: 268453
|
|
|
|
ChangeLog: https://github.com/ddosify/ddosify/releases/tag/v0.9.1
PR: 268308
|
|
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'
|
|
Reported by: portscout
|
|
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)
|
|
Add more dependencies jpeg and hashxx
Fix opt-out
Remove of obsolete patch
|
|
ChangeLog: https://www.iozone.org/src/current/Changes.txt
|
|
PR: 267622
|
|
Changes: https://github.com/nihui/vkpeak/releases/tag/20221113
Reported by: GitHub (watch releases)
|
|
Don't override optimization set by framework
Enable verbose build output by default
PR: 267632
Reported by: dizzy
|
|
PR: 267173
|
|
|
|
Reported by: portscout
|
|
terminal displaying
PR: 266588
|
|
|