updated e2e benchmarks for new Scylla

This commit is contained in:
Michał Matczuk
2017-08-02 13:55:03 +02:00
parent 9e4166c178
commit 456ce5e2f4

View File

@@ -91,12 +91,12 @@ For query binding gocqlx is faster as it does not require parameter rewriting
while binding. For get and insert the performance is comparable. while binding. For get and insert the performance is comparable.
``` ```
BenchmarkE2EGocqlInsert-4 1000 1580420 ns/op 2624 B/op 59 allocs/op BenchmarkE2EGocqlInsert-4 10000 227031 ns/op 2628 B/op 59 allocs/op
BenchmarkE2EGocqlxInsert-4 2000 648769 ns/op 1557 B/op 34 allocs/op BenchmarkE2EGocqlxInsert-4 10000 115548 ns/op 1556 B/op 34 allocs/op
BenchmarkE2EGocqlGet-4 3000 664618 ns/op 1086 B/op 29 allocs/op BenchmarkE2EGocqlGet-4 10000 135755 ns/op 1970 B/op 55 allocs/op
BenchmarkE2EGocqlxGet-4 3000 631415 ns/op 1440 B/op 32 allocs/op BenchmarkE2EGocqlxGet-4 10000 123814 ns/op 2323 B/op 58 allocs/op
BenchmarkE2EGocqlSelect-4 50 35646283 ns/op 34072 B/op 922 allocs/op BenchmarkE2EGocqlSelect-4 500 2462437 ns/op 34627 B/op 946 allocs/op
BenchmarkE2EGocqlxSelect-4 50 37128897 ns/op 28304 B/op 933 allocs/op BenchmarkE2EGocqlxSelect-4 500 2561537 ns/op 28875 B/op 957 allocs/op
``` ```
Gocqlx comes with automatic snake case support for field names and does not Gocqlx comes with automatic snake case support for field names and does not