diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-02-05 22:18:35 +0200 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2020-02-05 22:18:35 +0200 |
commit | f64da63811c8d7aa3f4eb7c14d863251845f0396 (patch) | |
tree | 8dc1249c283d4d699df55f1016badff86a3707a3 /testrunner | |
parent | back out 0395c16d6bbe, it did not improve benchmarks (diff) | |
download | pypy-f64da63811c8d7aa3f4eb7c14d863251845f0396.tar.gz pypy-f64da63811c8d7aa3f4eb7c14d863251845f0396.tar.bz2 pypy-f64da63811c8d7aa3f4eb7c14d863251845f0396.zip |
add project to info reported to buildbot
Diffstat (limited to 'testrunner')
-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(): |