added glmark2 package

This commit is contained in:
2022-05-13 11:27:17 +02:00
parent 955b7ec00d
commit 3c0004520e
10 changed files with 53 additions and 0 deletions
@@ -0,0 +1,5 @@
#!/bin/bash
glmark2 --annotate --size 1920x1080 > /assets/logs/glmark2.txt &
exit 0