aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-03-13 04:26:19 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-09-12 11:45:38 -0700
commit11b48c766e00290bd7481132fd20806f5317d2fe (patch)
treea7dee72c906df0084bbb7ccb8fad2af78d35898f /tools/run_tests/performance
parent9b2a91306beafe5829ecfcf658988657e0eff1af (diff)
typo
Diffstat (limited to 'tools/run_tests/performance')
-rw-r--r--tools/run_tests/performance/scenario_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/performance/scenario_config.py b/tools/run_tests/performance/scenario_config.py
index 15bce80fa4..262001d23e 100644
--- a/tools/run_tests/performance/scenario_config.py
+++ b/tools/run_tests/performance/scenario_config.py
@@ -822,7 +822,7 @@ class PhpLanguage:
server_language='c++', async_server_threads=1)
def __str__(self):
- return 'ruby'
+ return 'php'
class JavaLanguage: