Benchmarks the speed of batched transaction insertion.
(b *testing.B)
| 1811 | |
| 1812 | // Benchmarks the speed of batched transaction insertion. |
| 1813 | func BenchmarkPoolBatchInsert100(b *testing.B) { benchmarkPoolBatchInsert(b, 100) } |
| 1814 | func BenchmarkPoolBatchInsert1000(b *testing.B) { benchmarkPoolBatchInsert(b, 1000) } |
| 1815 | func BenchmarkPoolBatchInsert10000(b *testing.B) { benchmarkPoolBatchInsert(b, 10000) } |
| 1816 |
nothing calls this directly
no test coverage detected