We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a075f commit fd2b80dCopy full SHA for fd2b80d
benchmarks/bulk_create.exs
@@ -1,5 +1,7 @@
1
alias AshPostgres.Test.{Domain, Post}
2
3
+AshPostgres.TestRepo.start_link()
4
+
5
ten_rows =
6
1..10
7
|> Enum.map(fn i ->
0 commit comments