Skip to content
Snippets Groups Projects
Commit 1e4ebdee authored by Mick Jordan's avatar Mick Jordan
Browse files

Merge pull request #115 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:feature/bmchange to master

* commit 'ddca2be4':
  Add methods for generic benchmark support
parents c2130f44 ddca2be4
Branches
No related tags found
No related merge requests found
......@@ -70,6 +70,13 @@ _repl_command = 'com.oracle.truffle.tools.debug.shell.client.SimpleREPLClient'
_command_class_dict = {'r': _r_command_project + ".shell.RCommand",
'rscript': _r_command_project + ".shell.RscriptCommand",
'rrepl': _repl_command}
# benchmarking support
def r_path():
return join(_fastr_suite.dir, 'bin', 'R')
def r_version():
# Could figure this out dynamically
return 'R-3.2.4'
def do_run_r(args, command, extraVmArgs=None, jdk=None, **kwargs):
'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment