question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What are the numbers inside parentheses?

See original GitHub issue

Hi there,

I’m trying to figure out what the numbers in parentheses outputted for each stat value in the table mean.

Looking at the code it seems like its happening over here : https://github.com/ionelmc/pytest-benchmark/blob/2ed70632a38909ced0935c010b6696679a28c412/src/pytest_benchmark/table.py#L39

I’m not sure what pos/total means and what I should gleam from those values in the parenthesis.

Also, thank you so much for this tool! It’s been a lifesaver so far 😁

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
ionelmccommented, Sep 12, 2018
foo1[50]       2.0069 (1.0)
foo2[500]     15.4276 (7.69) 

That reads as: foo2[500] is 7.69 times more slower than foo1[50] regarding minimum durations. Clear as mud? 😄

2reactions
ionelmccommented, Sep 13, 2018

So I don’t forget to add some extra docs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Numbers in Parentheses - Quick and Dirty Tips ™
Don't put numbers in parentheses after words. ... Two readers recently asked whether they need to repeat a number in parentheses after they...
Read more >
Why do people (people) put numbers (numbers) in ...
I write the number and use parentheses, not because the reader is 'dumb', but it is formal and signifies a word that can...
Read more >
When do you put parentheses ( ) around a number?
Definition of Amounts in Parentheses Parentheses around a number could have a variety of meanings. For example, parentheses could indicate any of the ......
Read more >
Parentheses | Grammar and Punctuation
1. Use parentheses to enclose words or figures that clarify or for an aside. · 2. Use parentheses to enclose numbers and letters...
Read more >
Parentheses - The Blue Book of Grammar and Punctuation
Examples: I expect five hundred dollars ($500). Note: Another grammar tip titled “Writing Numbers as Both Numerals and Words,” treats this in ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found