| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-12 | Build process updated: | Yukihiro "Matz" Matsumoto | |
| You have to specify `TARGET` to specify a configuration, e.g. ``` rake TARGET=host-debug all test ``` When you port `mruby` to a new configuration: 1. copy an existing configuration under `target` directory 2. modify the new configuration file 3. build using the new configuration 4. send PR if you please | |||
| 2020-08-04 | Improve `rake benchmark` | dearblue | |
| - Use POSIX format instead of GNU extension for `time` command. For example FreeBSD's `time(1)` does not have GNU extensions available. - Sort `benchmark/bm_*.rb`. This is because the order of the bar graph cannot be uniquely determined depending on the result of `Dir.glob`. | |||
| 2015-04-24 | Output PNG instead of PDF | furunkel | |
| 2015-04-24 | Use separate build config directory for benchmark files | furunkel | |
| 2015-04-24 | Include name of current build config in data directory name | furunkel | |
| 2015-04-24 | Let all benchmarks start with bm_ | furunkel | |
| 2015-04-24 | Add build files for benchmarkings; add mandelbrot benchmark | furunkel | |
| 2015-04-23 | Don't echo to stdout | furunkel | |
| 2015-04-23 | Add task for running and plotting benchmarks | furunkel | |
