> 07:14 < uriel> sadly, the conclusion, as in most experiments, is the > null hypothesis: formatter makes zero meaningful difference (in Plan > 9) > 07:14 < uriel> which is very surprising and interesting
More null: Results when running on cwfs64x were similar to what we saw with fossil (see below). In the near future I'll be running more tests, including the same tests from remote, and real profiling. Over time, the collected data will hopefully become a useful reference. It's all archived here: http://plan9.stanleylieber.com/werc/test/ > 07:17 < uriel> sl: also, what http server are you using? httpd or rc-httpd? So far, all tests have been conducted against rc-httpd running on Bell Labs Plan 9. I recently migrated my Plan 9 VPS to 9front, which meant converting the file system from fossil to cwfs64x. After the migration, I took the opportunity to run the same performance tests against the same websites running on the same virtual hardware using the same rc program. Results for both fossil and cwfs64x are presented below: ------------------------------------------------------------------------------------------------------------------------------------- formatter=(fltr_cache markdown) http://plan9.stanleylieber.com/werc/test/fossil.wt.default.fltr_cache.markdown 1.063 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.default.fltr_cache.markdown 1.011 http://plan9.stanleylieber.com/werc/test/fossil.wt.janes.fltr_cache.markdown 2.550 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.janes.fltr_cache.markdown 2.688 ------------------------------------------------------------------------------------------------------------------------------------- formatter=(markdown) http://plan9.stanleylieber.com/werc/test/fossil.wt.default.markdown 1.079 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.default.markdown 0.979 http://plan9.stanleylieber.com/werc/test/fossil.wt.janes.markdown 2.503 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.janes.markdown 2.514 ------------------------------------------------------------------------------------------------------------------------------------- formatter=(fltr_cache markdown.pl) http://plan9.stanleylieber.com/werc/test/fossil.wt.default.fltr_cache.markdown_pl 1.091 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.default.fltr_cache.markdown_pl 1.017 http://plan9.stanleylieber.com/werc/test/fossil.wt.janes.fltr_cache.markdown_pl 2.590 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.janes.fltr_cache.markdown_pl 2.882 ------------------------------------------------------------------------------------------------------------------------------------- formatter=(markdown.pl) http://plan9.stanleylieber.com/werc/test/fossil.wt.default.markdown_pl 1.028 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.default.markdown_pl 0.990 http://plan9.stanleylieber.com/werc/test/fossil.wt.janes.markdown_pl 2.302 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.janes.markdown_pl 2.431 ------------------------------------------------------------------------------------------------------------------------------------- formatter=(fltr_cache md2html.awk) http://plan9.stanleylieber.com/werc/test/fossil.wt.default.fltr_cache.md2html_awk 1.141 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.default.fltr_cache.md2html_awk 1.057 http://plan9.stanleylieber.com/werc/test/fossil.wt.janes.fltr_cache.md2html_awk 2.580 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.janes.fltr_cache.md2html_awk 2.659 ------------------------------------------------------------------------------------------------------------------------------------- formatter=(md2html.awk) http://plan9.stanleylieber.com/werc/test/fossil.wt.default.md2html_awk 1.063 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.default.md2html_awk 1.047 http://plan9.stanleylieber.com/werc/test/fossil.wt.janes.md2html_awk 2.540 http://plan9.stanleylieber.com/werc/test/cwfs64x.wt.janes.md2html_awk 2.555 ------------------------------------------------------------------------------------------------------------------------------------- -sl -- 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.
