Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What do the numbers mean? #4

Open
jgentil opened this issue Jan 24, 2020 · 3 comments
Open

What do the numbers mean? #4

jgentil opened this issue Jan 24, 2020 · 3 comments

Comments

@jgentil
Copy link

jgentil commented Jan 24, 2020

The scale and units are entirely missing, both from this data, the documentation around it, and it's use in an image on the tortoise README.rst file. Are they operations per second? On what kinda machine specs? Perhaps adding a relatively known non-ORM computation in the same scale and units would be beneficial to see how well the test machine compares to someone else's.

@rohfle
Copy link

rohfle commented May 19, 2020

Looks like the units are in Rows/sec:
https://github.com/tortoise/orm-benchmarks/blob/master/src/pony/test_g.py#L20
print(f'Pony ORM, G: Rows/sec: {count / (now - start): 10.2f}')

@dave-flr
Copy link

Yeah but I have the same question, more is the better? lower is the better? seems that info is missing in the readme file

@staniec
Copy link

staniec commented May 15, 2023

I also ended up checking the code upon the same confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants