• dearblue's avatar
    Improve `rake benchmark` · fde95a7d
    dearblue authored
    - 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`.
    fde95a7d
benchmark.rake 1.99 KB