about summary refs log tree commit diff
path: root/test/performance
diff options
context:
space:
mode:
authorPjotr Prins2025-12-03 09:17:23 +0100
committerPjotr Prins2025-12-03 09:17:31 +0100
commit192ea67b10ed28fecf979d30972d19a7d518641c (patch)
tree65e5e58e00036ee04dd61c7e51be80d60dea0aa6 /test/performance
parentbd38f2f2dada5cb64cc8ad18dbcfed6627b58da1 (diff)
downloadpangemma-192ea67b10ed28fecf979d30972d19a7d518641c.tar.gz
Some output
Diffstat (limited to 'test/performance')
-rw-r--r--test/performance/releases.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/releases.org b/test/performance/releases.org
index 0b1c638..5ecaaac 100644
--- a/test/performance/releases.org
+++ b/test/performance/releases.org
@@ -19,7 +19,7 @@ that may not look like much, but we are only starting!
 
 We are facing a time regression.
 
-premake5 gmake2 && make verbose=1 config=release -j 8 gemma && time LD_LIBRARY_PATH=$GUIX_ENVIRONMENT/lib ./build/bin/Release/gemma -g ./example/mouse_hs1940.geno.txt.gz -p ./example/mouse_hs1940.pheno.txt -n 1 -a ./example/mouse_hs1940.anno.txt -k ./output/result.cXX.txt -lmm -no-check
+premake5 gmake && make verbose=1 config=release -j 8 gemma && time LD_LIBRARY_PATH=$GUIX_ENVIRONMENT/lib ./build/bin/Release/gemma -g ./example/mouse_hs1940.geno.txt.gz -p ./example/mouse_hs1940.pheno.txt -n 1 -a ./example/mouse_hs1940.anno.txt -k ./output/result.cXX.txt -lmm -no-check
 
 With openblas 0.3.21 we go a bit faster. Still 10% behind though, there is room for tweaking. It may actually be a new SSD. I want to run some bigger files first.