It doesn't really look to me that this benchmark has any practical value, IMO it doesn't benchmark things that does matter, and it doesn't even correctly benchmark the rest. Usually web applications do more than just returning {"message" : "Hello, World!"}, and this "more" generally takes more time than web framework itself. Also, I see that in DB benchmarks some cases use mysql while others use mongodb, how is that web framework benchmark? Ok for college project, but for company it doesn't look professional.

Motivation is also questionable:

Application performance can be directly mapped to hosting dollars, and for a start-up company in its infancy, hosting costs can be a pain point.
What about developers time? One saved man-day may easily pay for server-month. I went recently to China for a week, and wanted to still be able to access twitter. It took me less than three hours to write web based twitter client with Mojolicioius and Net::Twitter, it does something for real, and it is smaller (122 lines, including templates) than HelloServerHandler.java which just sends "Hello, world". Check Mojolicioius::Lite if you want example how to do this with Mojolicious.

In reply to Re: Anyone have time to add your favorite perl web framework to these benchmarks? by zwon
in thread Anyone have time to add your favorite perl web framework to these benchmarks? by saberworks

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.