orm-benchmarks icon indicating copy to clipboard operation
orm-benchmarks copied to clipboard

What do the numbers mean?

Open jgentil opened this issue 5 years ago • 3 comments

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.

jgentil avatar Jan 24 '20 19:01 jgentil

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}')

rohfle avatar May 19 '20 20:05 rohfle

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

dave-flr avatar Oct 27 '20 16:10 dave-flr

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

staniec avatar May 15 '23 18:05 staniec