Show CPU/memory information before the benchmark-ips output

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
ruby
Domain
performance

Research direction

Start by locating the code that produces the benchmark-ips output shown in the issue and inspect how runtime environment details are currently collected. Confirm which CPU, memory, and possibly uname fields are in scope; done means those details appear before the benchmark results without changing the benchmark data.

Written by the indexing model from the issue text.

Description

enhancement Feature Request

Right now the output looks like this:

Ruby version: 2.3.3
Warming up --------------------------------------
              struct    20.863k i/100ms
                hash     4.222k i/100ms
Calculating -------------------------------------
              struct    225.122k (± 3.9%) i/s -      1.127M in   5.013067s
                hash     43.546k (± 4.6%) i/s -    219.544k in   5.053637s

I think it'd be better if we saw the CPU/memory information of the environment where it's running. Something like uname -a and more?

Anyway, it's just an idea. I'm not sure how useful it would be.

Dominant language
Ruby
Stars
4
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.