Skip to content

Commit cb22942

Browse files
committed
add cgi benchmarks
1 parent 891fe5a commit cb22942

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<cfscript>
2+
echo(cgi.localhost);
3+
</cfscript>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<cfscript>
2+
echo(cgi.http_user_agent);
3+
</cfscript>

0 commit comments

Comments
 (0)