[FIX] Typo in config file

This commit is contained in:
Rémy Taymans 2023-01-05 10:24:37 +00:00
parent 4bdfa89758
commit cfb0c8b65e
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ workload_settings:
# Porting 120 lines of Python code costs 1 hour # Porting 120 lines of Python code costs 1 hour
port_per_python_line_time: 0.5 port_per_python_line_time: 0.5
# Porting 120 lines of Python code costs 1 hour # Porting 120 lines of Javascript code costs 1 hour
port_per_javascript_line_time: 0.5 port_per_javascript_line_time: 0.5
# Porting 10 lines of XML costs 1 minute # Porting 10 lines of XML costs 1 minute

View File

@ -51,7 +51,7 @@ workload_settings:
# Porting 120 lines of Python code costs 1 hour # Porting 120 lines of Python code costs 1 hour
port_per_python_line_time: 0.5 port_per_python_line_time: 0.5
# Porting 120 lines of Python code costs 1 hour # Porting 120 lines of Javascript code costs 1 hour
port_per_javascript_line_time: 0.5 port_per_javascript_line_time: 0.5
# Porting 10 lines of XML costs 1 minute # Porting 10 lines of XML costs 1 minute