<%@ page session="false" %> <%@ taglib uri="http://jakarta.apache.org/taglibs/benchmark" prefix="benchmark" %>

<%-- -- -- Benchmark example application, number two. Author: Shawn Bayern -- -- NOTE: You might not want to run this page as-is, since it just -- pauses for a number of seconds, and you might think there's -- something wrong with your container. :-) -- --%> <%-- "output" example --%> This body will be displayed. Incidentally, it took approximately the following number of milliseconds to output us:


<%-- repeated "output" example --%> This body will be displayed 5 times, which is more than enough, as far as I'm concerned. <% Thread.sleep(500); %>

<%-- "No output" example --%> This body is lost to the ages.