Skip to content

Instantly share code, notes, and snippets.

@chnrxn
Last active December 17, 2015 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chnrxn/5637879 to your computer and use it in GitHub Desktop.
Save chnrxn/5637879 to your computer and use it in GitHub Desktop.
pony orm timing information
interval times are in the 3rd column in seconds.
transaction mode: pessimistic,
intermediate table insert/query: yes,
commit();flush(): no
interval 2500 2.11
interval 5000 1.68
interval 7500 1.44
interval 10000 1.45
interval 12500 1.41
interval 15000 1.40
interval 17500 1.42
interval 20000 1.49
interval 22500 1.45
interval 25000 1.41
interval 27500 1.41
interval 30000 1.55
interval 32500 1.41
interval 35000 1.41
interval 37500 1.41
interval 40000 1.61
interval 42500 1.40
interval 45000 1.42
interval 47500 1.43
Average: 1.49
============================================================
transaction mode: optimistic,
intermediate table insert/query: yes,
commit();flush(): no
interval 2500 13.40
interval 5000 35.34
... test aborted!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment