Home
last modified time | relevance | path

Searched refs:TEST_WORKSPACE (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/unittests/
H A Drun_perf_test.py26 TEST_WORKSPACE = os.path.join(tempfile.gettempdir(), 'test-v8-run-perf') variable
127 if os.path.exists(TEST_WORKSPACE):
128 shutil.rmtree(TEST_WORKSPACE)
129 os.makedirs(TEST_WORKSPACE)
133 if os.path.exists(TEST_WORKSPACE):
134 shutil.rmtree(TEST_WORKSPACE)
137 self._test_input = os.path.join(TEST_WORKSPACE, 'test.json')
171 dirs = [os.path.join(TEST_WORKSPACE, arg) for arg in args[0]]
180 self._test_output = os.path.join(TEST_WORKSPACE, 'results.json')
541 TEST_WORKSPACE, 'results_secondar
[all...]

Completed in 2 milliseconds