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

v0.1 #2

Merged
merged 31 commits into from Oct 22, 2015
Merged

v0.1 #2

merged 31 commits into from Oct 22, 2015

Conversation

nnutter
Copy link
Owner

@nnutter nnutter commented Oct 20, 2015

Browse the dev branch.

Is this good enough to be released to CPAN? You can leave comments if you have suggestions or criticisms.

Test coverage is 100% at the moment:

---------------------------- ------ ------ ------ ------ ------ ------ ------
File                           stmt   bran   cond    sub    pod   time  total
---------------------------- ------ ------ ------ ------ ------ ------ ------
lib/Mojo/PgX/Cursor.pm        100.0  100.0  100.0  100.0  100.0    0.2  100.0
...Mojo/PgX/Cursor/Cursor.pm  100.0  100.0  100.0  100.0  100.0    0.1  100.0
...jo/PgX/Cursor/Database.pm  100.0    n/a    n/a  100.0  100.0    0.0  100.0
...ojo/PgX/Cursor/Results.pm  100.0  100.0    n/a  100.0  100.0    0.0  100.0

Example of non-blocking performance:

$ perl -I lib examples/perf.pl 
Blocked for 0.130121 seconds with fetch = 10000 and reload_at = 5000
Blocked for 0.533868 seconds with fetch = 100 and reload_at = 100
Blocked for 4.220375 seconds with fetch = 10 and reload_at = 10
Blocked for 32.048491 seconds with fetch = 1 and reload_at = 1

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

Successfully merging this pull request may close these issues.

None yet

1 participant