From f98fa02f66b7ee2aaa84c68c27f9881c82f7d9c0 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 31 Dec 2014 16:39:17 -0500 Subject: [PATCH] add section about todomvc benchmark --- docs/benchmarks.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 252e05f2..60ae5e8d 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -34,3 +34,13 @@ To run the execution time tests below, click on their respective links, run the Feel free to implement versions of the tests above in other frameworks, if you wish. The code is very simple. + +--- + +### TodoMVC Benchmark + +There's a TodoMVC benchmark with a variety of popular and obscure frameworks here: + +[http://matt-esch.github.io/mercury-perf/](http://matt-esch.github.io/mercury-perf/) + +The benchmark consists of creating 100 todos, marking them as completed, and then deleting them. It aims to give an idea of how frameworks perform under real-world-ish conditions running idiomatic code (as opposed to micro-benchmarks, which tend to take advantage of obscure tricks and aggressive optimizations that sacrifice maintainability for extra speed). \ No newline at end of file