HomeSort by relevance Sort by last modified time
    Searched refs:octane (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/site_tests/native_Benchmarks/
native_Benchmarks.py 14 from octane import octane
19 'octane': octane,
octane.py 8 class octane(object): class in inherits:object
9 """Build v8 and run octane with it on client"""
17 # download octane to client
18 src = '%s/octane.tar.bz2' % SERVER_TEST_ROOT
19 dst = '%s/octane.tar.bz2' % scratch_cli
21 'Error occurred while sending octane to client.\n')
23 # unpack octane
25 run_check(client, cmd, 'Error occurred while unpacking octane')
29 # Octane needs to run in PATH_TO/octane
    [all...]

Completed in 2173 milliseconds