mfortune.usp 272 B

1234567891011121314
  1. <!--#
  2. Test type 4: Fortunes
  3. TechEmpower Web Framework Benchmarks
  4. -->
  5. <!--#declaration
  6. #include "fortuneNoSql.h"
  7. static void usp_fork_mfortune() { FortuneNoSql::handlerForkMongoDB(); }
  8. -->
  9. <!--#header
  10. -->
  11. <!--#code
  12. Fortune::doQuery(FortuneNoSql::handlerQueryMongoDB);
  13. -->