about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorPjotr Prins2025-11-27 09:36:16 +0100
committerPjotr Prins2025-11-27 09:36:16 +0100
commitc5da663c56e31d1beb42972665947a5aa5b35cfe (patch)
tree8e837658486730111e410afa434aad4bf742a08b /test
parentcf4f018bd350c8202aef2ee085a2c536097895b4 (diff)
downloadpangemma-c5da663c56e31d1beb42972665947a5aa5b35cfe.tar.gz
Minor tweaks
Diffstat (limited to 'test')
-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 ff18287..082cdde 100644
--- a/test/performance/releases.org
+++ b/test/performance/releases.org
@@ -7,7 +7,7 @@ Measurements taken on a recent AMD Ryzen 7 3700X 8-Core Processor @2.195GHz.
 
 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 -debug
+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
 
 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.