diff --git a/custom/benchmark/Application.cfc b/custom/benchmark/Application.cfc index d43611c..f0f1201 100644 --- a/custom/benchmark/Application.cfc +++ b/custom/benchmark/Application.cfc @@ -19,6 +19,9 @@ component { , "member-java" , "member-cfml" ]; + application.testSuite = [ + "fileReadBinary" + ]; } function onRequestStart(){ diff --git a/custom/benchmark/tests/fileReadBinary.cfm b/custom/benchmark/tests/fileReadBinary.cfm new file mode 100644 index 0000000..47fc6dc --- /dev/null +++ b/custom/benchmark/tests/fileReadBinary.cfm @@ -0,0 +1,3 @@ + + fileReadBinary("./res/cfcamp-banner.png"); + \ No newline at end of file diff --git a/custom/benchmark/tests/res/cfcamp-banner.png b/custom/benchmark/tests/res/cfcamp-banner.png new file mode 100644 index 0000000..a846c5b Binary files /dev/null and b/custom/benchmark/tests/res/cfcamp-banner.png differ