Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/58b1a76005cae339386047a7fd1617a3 to your computer and use it in GitHub Desktop.
Save trycf/58b1a76005cae339386047a7fd1617a3 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
timer type="outline" {
loop times=100000{
isDefined( "url.customer" );
}
}
timer type="outline" {
loop times=100000{
structKeyExists( url, "customer" );
}
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment