Skip to content

Commit cdaf7de

Browse files
committed
small change to profile script
1 parent 578c772 commit cdaf7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎base/run_profile.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ def __init__(self, testFiles):
202202

203203

204204
def_set_title(self):
205-
self.title234='Comparison of the number of AST nodes'
206-
self.title567='Comparison of interpretation time'
205+
self.title234='Compare the number of AST nodes'
206+
self.title567='Compare the interpretation time'
207207

208208
title= ['Test Files', 'Previous', 'Current', 'Change',
209209
'Previous',

0 commit comments

Comments
(0)