We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a041c2 commit 4bacfe3Copy full SHA for 4bacfe3
benchkit/utils/system.py
@@ -22,9 +22,11 @@ def _get_windows_boot_args() -> str:
22
def _get_netbsd_boot_args() -> str:
23
return "<boot args fetching is unsupported on NetBSD>"
24
25
+
26
def _get_darwin_boot_args() -> str:
27
return "<boot args fetching is unsupported on Darwin>"
28
29
30
def get_boot_args() -> str:
31
"""
32
Return the boot arguments used on the currently running kernel.
0 commit comments