Commit e0a89fb2 authored by gwenn's avatar gwenn

Add benchmark results in README.

parent 9c0804e7
......@@ -78,4 +78,14 @@ Conn#UpdateHook
Function:
Conn#CreateScalarFunction
Conn#CreateAggregateFunction
\ No newline at end of file
Conn#CreateAggregateFunction
$ go test -test.bench '.*'
BenchmarkValuesScan 500000 4658 ns/op
BenchmarkScan 500000 4324 ns/op
BenchmarkNamedScan 200000 9221 ns/op
BenchmarkInsert 500000 6088 ns/op
BenchmarkNamedInsert 500000 6726 ns/op
BenchmarkLike 1000000 2508 ns/op
BenchmarkHalf 500000 4811 ns/op
BenchmarkRegexp 500000 6170 ns/op
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment