Skip to content

Commit

Permalink
add fileReadBinary test
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 15, 2024
1 parent ee38215 commit 266eb01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom/benchmark/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ component {
, "member-java"
, "member-cfml"
];
application.testSuite = [
"fileReadBinary"
];
}

function onRequestStart(){
Expand Down
3 changes: 3 additions & 0 deletions custom/benchmark/tests/fileReadBinary.cfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<cfscript>
fileReadBinary("./res/cfcamp-banner.png");
</cfscript>
Binary file added custom/benchmark/tests/res/cfcamp-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 266eb01

Please sign in to comment.