Skip to content

Commit c52fa00

Browse files
author
Simon Lefrancois
committed
add label to speedtest class
1 parent 8d906ad commit c52fa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def do_tests():
230230
f.write('<testsuite name="dlt_speedtests_{label}" tests="{ntests}">\n'
231231
.format(label=label, ntests=test_total/len(times_dic)))
232232
for algo, time in zip(algo_executed, times):
233-
f.write(' <testcase classname="speed" name="{algo}" time="{time}">'
233+
f.write(' <testcase classname="speed.{label}" name="{algo}" time="{time}">'
234234
.format(label=label, algo=algo, time=time))
235235
f.write(' </testcase>\n')
236236
f.write('</testsuite>\n')

0 commit comments

Comments
 (0)