Skip to content

Commit e60514a

Browse files
committed
[[ Benchmarks ]] Fix bug in 'run all' mode.
The name of the handler to invoke to run a single script was wrong in runAllScripts.
1 parent 0ad7447 commit e60514a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/_benchmarkrunner.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ private command runAllScripts pInfo
193193
local tFile, tLog
194194
repeat for each element tFile in runGetBenchmarkFileNames()
195195
runBenchmarkScript pInfo, tFile
196+
runSingleScript pInfo, tFile
196197
put the result after tLog
197198
end repeat
198199

0 commit comments

Comments
 (0)