Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions