Skip to content

Commit

Permalink
Update report.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 15, 2024
1 parent 406705b commit 583fae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/benchmark/report.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dir = getDirectoryFromPath( getCurrentTemplatePath() ) & "artifacts";
files = directoryList( dir );
q = queryNew("version,java,type,runs,inspect,memory")
q = queryNew("version,java,type,time,runs,inspect,memory")
for (f in files){
systemOutput ( f, true );
json = deserializeJson( fileRead( f ) );
Expand Down

0 comments on commit 583fae4

Please sign in to comment.