What are the numbers inside parentheses?
See original GitHub issueHi 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:
- Created 5 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That reads as:
foo2[500]
is 7.69 times more slower thanfoo1[50]
regarding minimum durations. Clear as mud? 😄So I don’t forget to add some extra docs.