File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Tests/FluentPostgresDriverTests Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,34 @@ final class FluentPostgresDriverTests: XCTestCase {
136136 try self . benchmarker. testMultipleJoinSameTable ( )
137137 }
138138
139+ func testOptionalParent( ) throws {
140+ try self . benchmarker. testOptionalParent ( )
141+ }
142+
143+ func testFieldFilter( ) throws {
144+ try self . benchmarker. testFieldFilter ( )
145+ }
146+
147+ func testJoinedFieldFilter( ) throws {
148+ try self . benchmarker. testJoinedFieldFilter ( )
149+ }
150+
151+ func testSameChildrenFromKey( ) throws {
152+ try self . benchmarker. testSameChildrenFromKey ( )
153+ }
154+
155+ func testArray( ) throws {
156+ try self . benchmarker. testArray ( )
157+ }
158+
159+ func testPerformance( ) throws {
160+ try self . benchmarker. testPerformance ( )
161+ }
162+
163+ func testSoftDeleteWithQuery( ) throws {
164+ try self . benchmarker. testSoftDeleteWithQuery ( )
165+ }
166+
139167 func testBlob( ) throws {
140168 final class Foo : Model {
141169 static let schema = " foos "
You can’t perform that action at this time.
0 commit comments