Rename glmark2

This commit is contained in:
2023-06-30 09:52:29 +02:00
parent f38d94a2ce
commit 9240740c40
9 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

+30
View File
@@ -0,0 +1,30 @@
Package: tooloop-gpu-benchmark
Version: 1.0.0
Maintainer: Tooloop Multimedia
Homepage: https://www.tooloop.de
Bugs: https://github.com/glmark2/glmark2
Section: tooloop/presentation
Depends: glmark2
Architecture: amd64
Name: GPU Benchmark
Thumbnail: glmark2-thumbnail.jpg
Media: glmark2-jellyfish.jpg, glmark2-buffer.jpg, glmark2-refract.jpg, glmark2-shadow.jpg
Description: OpenGL 2.0 and ES 2.0 benchmark
This is a meta package installing [glmark2](https://github.com/glmark2/glmark2).
glmark2 runs several tests and returns a final total score afterwards.
Its useful to compare and benchmark different computers or graphics cards.
.
### Testing
.
All test scenes are run at a resolution of 1920 × 1080 px and results are
stored in `/assets/logs/glmark2.txt`
.
If you want to change test parameters, simply change the command in
`/assets/presentation/start-presentation.sh`. Please refer to the
[glmark2 man pages](https://manpages.ubuntu.com/manpages/jammy/man1/glmark2.1.html)
to learn about all options.
.
### Attribution
.
glmark2 is developed by Alexandros Frantzis and Jesse Barker based on the
original glmark benchmark by Ben Smith.
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
set -e
touch /assets/logs/glmark2.txt
chown tooloop:tooloop /assets/logs/glmark2.txt
exit 0
@@ -0,0 +1,5 @@
#!/bin/bash
glmark2 --annotate --size 1920x1080 > /assets/logs/glmark2.txt &
exit 0
@@ -0,0 +1,5 @@
#!/bin/bash
killall glmark2
exit 0