Commit 9b50ec9
committed
readyset-psql: Update proxy benchmark to match recent changes
Since the actual readyset-psql code now gets PsqlValue directly from
tokio_postgres instead of doing an intermediate conversion to DfValue,
I'm updating this benchmark to match. This gives two benefits:
- The benchmark performance will more accurately track what our
real-world code is doing.
- We eliminate the lingering dependency on TypedDfValue, which will let
us get rid of some more boilerplate elsewhere in the code.
Change-Id: I22d279149b23980b808c2f635d87684cf3f48f57
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/5554
Reviewed-by: Jason Brown <[email protected]>
Tested-by: Buildkite CI1 parent 6fc7148 commit 9b50ec9
1 file changed
+9
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
100 | 95 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
112 | 99 | | |
113 | 100 | | |
114 | 101 | | |
| |||
0 commit comments