github.com/square/finch@v0.0.0-20240412205204-6530c03e2b96/benchmarks/intro/insert-rows.sql (about)

     1  -- rows: 100,000
     2  INSERT INTO finch.t1 (id, n, c) VALUES (@id, @n, @c)