diff options
-rw-r--r-- | testrunner/get_info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testrunner/get_info.py b/testrunner/get_info.py index 1e814ac7ef..6371db238c 100644 --- a/testrunner/get_info.py +++ b/testrunner/get_info.py @@ -22,6 +22,7 @@ def make_info_dict(): return {'target_path': target_path, 'virt_pypy': os.path.join(VENV_DIR, TARGET_DIR, TARGET_NAME), 'venv_dir': VENV_DIR, + 'project': 'PyPy', # for benchmarks } def dump_info(): |