Skip to content

Commit 026bc99

Browse files
2 parents c705e53 + de5193b commit 026bc99

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Documentation/Parametr.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ public ParametrAttribute(
1414
bool sourceColumnNullMapping = false,
1515
DataRowVersion sourceVersion = DataRowVersion.Current,
1616
byte scale = 0,
17-
byte precision = 0
17+
byte precision = 0,
18+
string methodParametrName = null,
19+
string methodParametrName = null
1820
)
1921

2022
```

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Simple single parameter(int) query comparison Gedaq.Npgsql vs Gedaq.DbConnection
2121

2222
| Method | Size | Mean | Ratio | Allocated | Alloc Ratio |
2323
|------------------- |----- |----------:|------:|----------:|------------:|
24-
| **Gedaq.Npgsql** | **50** | **7.307 ms** | **0.99** | **39.85 KB** | **0.63** |
25-
| Gedaq.DbConnection | 50 | 7.396 ms | 1.00 | 63.29 KB | 1.00 |
24+
| **Gedaq.Npgsql** | **50** | **6.833 ms** | **0.94** | **39.85 KB** | **0.62** |
25+
| Gedaq.DbConnection | 50 | 7.266 ms | 1.00 | 64.07 KB | 1.00 |
2626
| | | | | | |
27-
| **Gedaq.Npgsql** | **100** | **14.781 ms** | **0.99** | **79.71 KB** | **0.63** |
28-
| Gedaq.DbConnection | 100 | 14.974 ms | 1.00 | 126.58 KB | 1.00 |
27+
| **Gedaq.Npgsql** | **100** | **14.166 ms** | **1.02** | **79.71 KB** | **0.62** |
28+
| Gedaq.DbConnection | 100 | 13.852 ms | 1.00 | 128.14 KB | 1.00 |
2929
| | | | | | |
30-
| **Gedaq.Npgsql** | **200** | **29.524 ms** | **1.00** | **159.44 KB** | **0.63** |
31-
| Gedaq.DbConnection | 200 | 29.570 ms | 1.00 | 253.16 KB | 1.00 |
30+
| **Gedaq.Npgsql** | **200** | **28.363 ms** | **0.99** | **159.41 KB** | **0.62** |
31+
| Gedaq.DbConnection | 200 | 28.745 ms | 1.00 | 256.28 KB | 1.00 |

0 commit comments

Comments
 (0)