Skip to content

Producing better benchmark time information #3

@purbon

Description

@purbon

We're actually using Benchmark.realtime in order to get time information for each run, this might be misleading in case of a competition for cpu cycles.

Will be interesting to use the cpu cycle as time, we can get more information by:

  • Using a system call like _times_.
  • Or using _getrusage_.

We should investigate the better usage of this under with jruby and/or MRI.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions