Skip to content

Commit

Permalink
add round trip
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 15, 2024
1 parent 266eb01 commit 49c2026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom/benchmark/tests/fileReadBinary.cfm
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<cfscript>
fileReadBinary("./res/cfcamp-banner.png");
b = fileReadBinary("./res/cfcamp-banner.png");
fileWrite(getTempFile(getTempDirectory(),"bin"), b);
</cfscript>

0 comments on commit 49c2026

Please sign in to comment.