Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-07 | More iterations on intsort. | Ori Bernstein | |
It's fast enough to need them now. | |||
2014-08-15 | Add benchmarking runner and makefile. | Ori Bernstein | |
Now you can do 'make bench', and see how fast Myrddin runs. Or at least the integer sorting bit. TODO: expand this so that you can see how it compares to previous results, and add benchmarks. | |||
2014-06-28 | Fix indentation on benchmark code. | Ori Bernstein | |
2014-06-10 | Add first benchmark: integer sorting. | Ori Bernstein | |
TODO: Figure out how to acutally run it automatically. |