Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Performance Tests #33

Closed
fommil opened this issue Aug 24, 2013 · 3 comments
Closed

Performance Tests #33

fommil opened this issue Aug 24, 2013 · 3 comments
Assignees
Milestone

Comments

@fommil
Copy link
Owner

fommil commented Aug 24, 2013

To compare against other libraries (and to show off natives/GPU) it might be useful to include comparisons of typical operations. i.e. redo

http://blog.mikiobraun.de/2009/04/some-benchmark-numbers-for-jblas.html

Related to fommil/netlib-java#37

@ghost ghost assigned fommil Sep 24, 2013
@fommil
Copy link
Owner Author

fommil commented Sep 25, 2013

and update the docs!

@fommil
Copy link
Owner Author

fommil commented Sep 28, 2013

svn checkout http://java-matrix-benchmark.googlecode.com/svn/trunk/ java-matrix-benchmark-read-only
cd java-matrix-benchmark-read-onl
mate build.xml # change compilor [sic]
rm -f lib/mtj/*
cp -v ../matrix-toolkits-java/target/mtj-1.0-SNAPSHOT-jar-with-dependencies.jar lib/mtj/
ant app
java -jar build/jar/benchmark_app.jar runtime --Quick --SanityCheck=false --Memory=6000

and then to re-run just MTJ

java -jar build/jar/benchmark_app.jar runtime --Quick --SanityCheck=false --Memory=5000 --Library=MTJ

for final results, leave the sanity checks and remove the Quick qualifier.

fommil added a commit that referenced this issue Sep 28, 2013
@fommil
Copy link
Owner Author

fommil commented Sep 29, 2013

I'm using 1600 memory on my laptop, and 8GB on my iMac.

@fommil fommil closed this as completed in 045811e Oct 20, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant