Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
6
.bin/OLD/openbsd_benchmark.sh
Executable file
6
.bin/OLD/openbsd_benchmark.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
GLXINFO="$(glxinfo)"
|
||||
|
||||
# xenotic
|
||||
XENOTIC_FPS=$(xonotic-sdl -benchmark demos/the-big-keybench 2>&1 | grep "one-second fps" | awk '{ printf("%.0f\n",$5) }' )
|
||||
Reference in New Issue
Block a user