speed-test #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "speed-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This runs some ent commands against a test database branch and reports the run time.
It shows that removing the redundant db reads does not significantly improve speed. :-(
time-enttool to measure runtime of different ent commands 452671d272git logc15736259cThis new commit cuts about 30% off the time needed to read the database. Still a long way to go but it's a start.
git logcalls when reading a comment eb7ac21ac8And with this new commit (oops) we're down to just over 50% of the original run time