You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by ni...@apache.org on 2017/10/06 02:30:44 UTC

systemml git commit: [SYSTEMML-1940] Modify the default directory of performance test to avoid maven compilation issue

Repository: systemml
Updated Branches:
  refs/heads/master 374b0b197 -> 355373990


[SYSTEMML-1940] Modify the default directory of performance test to avoid maven compilation issue

Closes #675.


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/35537399
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/35537399
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/35537399

Branch: refs/heads/master
Commit: 355373990c478293090c90557383ab24c2c01c6b
Parents: 374b0b1
Author: Niketan Pansare <np...@us.ibm.com>
Authored: Thu Oct 5 19:28:48 2017 -0700
Committer: Niketan Pansare <np...@us.ibm.com>
Committed: Thu Oct 5 19:29:35 2017 -0700

----------------------------------------------------------------------
 scripts/perftest/python/run_perftest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/35537399/scripts/perftest/python/run_perftest.py
----------------------------------------------------------------------
diff --git a/scripts/perftest/python/run_perftest.py b/scripts/perftest/python/run_perftest.py
index 4eeb0da..7fd40ec 100755
--- a/scripts/perftest/python/run_perftest.py
+++ b/scripts/perftest/python/run_perftest.py
@@ -283,7 +283,7 @@ if __name__ == '__main__':
     default_mat_shape = ['10k_100']
 
     # Default temp directory, contains everything generated in perftest
-    default_config_dir = join(systemml_home, 'scripts', 'perftest', 'temp')
+    default_config_dir = join(systemml_home, 'temp_perftest')
 
     # Initialize time
     start_time = time.time()