Uriel asked for some examples of how different werc configurations perform on Plan 9.
plan9.stanleylieber.com is a standard index.md. notreally.info uses the janes app to construct an index from several files. The formatter "markdown" is is Discount, David Parsons' c implementation of John Gruber's Markdown text to HTML language. ------------------------------------------------------------------------------------------------------------------------------------- formatter=(fltr_cache markdown) % time hget http://plan9.stanleylieber.com >/dev/null 0.00u 0.01s 0.93r hget http://plan9.stanleylieber.com % time hget http://notreally.info/transport/planes/nighthawk/f-117a/780 >/dev/null 0.00u 0.01s 2.70r hget http://notreally.info/transport/planes/nighthawk/f-117a/780 ------------------------------------------------------------------------------------------------------------------------------------- formatter=(markdown) % time hget http://plan9.stanleylieber.com >/dev/null 0.00u 0.01s 1.01r hget http://plan9.stanleylieber.com % time hget http://notreally.info/transport/planes/nighthawk/f-117a/780 >/dev/null 0.00u 0.02s 2.26r hget http://notreally.info/transport/planes/nighthawk/f-117a/780 ------------------------------------------------------------------------------------------------------------------------------------- formatter=(fltr_cache markdown.pl) % time hget http://plan9.stanleylieber.com >/dev/null 0.00u 0.02s 0.99r hget http://plan9.stanleylieber.com % time hget http://notreally.info/transport/planes/nighthawk/f-117a/780 >/dev/null 0.00u 0.03s 2.28r hget http://notreally.info/transport/planes/nighthawk/f-117a/780 ------------------------------------------------------------------------------------------------------------------------------------- formatter=(markdown.pl) % time hget http://plan9.stanleylieber.com >/dev/null 0.00u 0.00s 0.91r hget http://plan9.stanleylieber.com % time hget http://notreally.info/transport/planes/nighthawk/f-117a/780 >/dev/null 0.00u 0.01s 1.98r hget http://notreally.info/transport/planes/nighthawk/f-117a/780 ------------------------------------------------------------------------------------------------------------------------------------- formatter=(fltr_cache md2html.awk) % time hget http://plan9.stanleylieber.com >/dev/null 0.00u 0.02s 1.02r hget http://plan9.stanleylieber.com % time hget http://notreally.info/transport/planes/nighthawk/f-117a/780 >/dev/null 0.00u 0.02s 2.35r hget http://notreally.info/transport/planes/nighthawk/f-117a/780 ------------------------------------------------------------------------------------------------------------------------------------- formatter=(md2html.awk) % time hget http://plan9.stanleylieber.com >/dev/null 0.00u 0.00s 1.03r hget http://plan9.stanleylieber.com % time hget http://notreally.info/transport/planes/nighthawk/f-117a/780 >/dev/null 0.00u 0.02s 2.23r hget http://notreally.info/transport/planes/nighthawk/f-117a/780 ------------------------------------------------------------------------------------------------------------------------------------- -- You received this message because you are subscribed to the Google Groups "werc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/werc9?hl=en.
