Przemyslaw Pietrzkiewicz | 54de9e1 | 2015-10-23 14:51:06 +0200 | [diff] [blame] | 1 | # benchmarks |
| 2 | |
| 3 | This directory contains mojo applications that are run as performance benchmarks |
| 4 | by [mojo_benchmark](../mojo/devtools/common/mojo_benchmark). |
| 5 | |
| 6 | See also: |
| 7 | - [documentation](../mojo/devtools/common/docs/mojo_benchmark.md) for |
| 8 | `mojo_benchmark` |
| 9 | |
| 10 | ## Legacy benchmarks |
| 11 | `benchmark_runner.py` and the `startup` benchmark are the remainings of the |
| 12 | previous take on performance benchmarks. These can be dropped once we can track |
| 13 | startup time of the shell itself using the new system. |