This repository has been archived by the owner on Aug 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
InsertBatch seems unnecessarily fussy about parameters #1
Comments
That is there to save time on measurements. Otherwise there are too many permutations of the arguments with little additional value. |
That makes sense. I wonder if there's a better way to do that, perhaps at the jmh level? Right now, if you want a run like
you can't presently do it. For now I've patched it in my copy. I definitely suggest an informative error like "permutation skipped" or "invalid parameter combination" |
I think system property can be added to "run all the permutations". |
Makes sense. I think the main thing is to give it a meaningful message and useful comment (issue link, explanation) |
It's easy enough to patch if you know what and why |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
benchmarks/src/main/java/org/postgresql/benchmark/statement/InsertBatch.java
Line 70 in 0534647
It seems to only run if multiinsert is 128 or nrows is 1024.
Perhaps something closer to
was intended?
The text was updated successfully, but these errors were encountered: