diff options
author | Sven Gothel <[email protected]> | 2023-03-07 04:05:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-07 04:05:10 +0100 |
commit | 14a47f60d2dc7c4f6b2d910fcc8489726443db22 (patch) | |
tree | 22a766ffe9424cd60855c4b5502afa10349966ae /make/scripts/tests-win.bat | |
parent | fb03e913c0c55a9a96e93a00ef6590b9bea9a62a (diff) |
Graph Perf Test: {Test->Perf}TextRendererNEWT00: Drop junit, ... (WIP)
Also tested w/ alternative JVM (Azul) .. works well, no big difference (but slower startup time, but might be OpenJDK 17->19 related as well).
Printing usual system infos to make the test record useful.
Cmdline is: com.jogamp.opengl.test.junit.graph.PerfTextRendererNEWT00 -es2 -Nperf -long_text -loop 40
Diffstat (limited to 'make/scripts/tests-win.bat')
-rwxr-xr-x | make/scripts/tests-win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-win.bat b/make/scripts/tests-win.bat index cfdef2de6..7b2c84102 100755 --- a/make/scripts/tests-win.bat +++ b/make/scripts/tests-win.bat @@ -218,7 +218,7 @@ REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscre REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen02BitmapNEWT REM scripts\java-win.bat com.jogamp.opengl.test.junit.graph.TestRegionRendererNEWT01 -scripts\java-win.bat com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT00 +scripts\java-win.bat com.jogamp.opengl.test.junit.graph.PerfTextRendererNEWT00 %* REM scripts\java-win.bat com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState02NEWT REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState02NEWT |