Skip to content

Commit

Permalink
Merge branch 'master' of github.com:src-d/go-kallax
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Molina committed May 15, 2017
2 parents 6cb64e4 + 3866e70 commit 3a38e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -828,7 +828,7 @@ PASS
ok gopkg.in/src-d/go-kallax.v1/benchmarks 40.485s
```

As we can see on the benchmark, the performance loss is not very much compared to raw `database/sql`, while GORMs performance loss is very big and the memory consumption is way higher.
As we can see on the benchmark, the performance loss is not very much compared to raw `database/sql`, while GORMs performance loss is very big and the memory consumption is way higher. SQLBoiler, on the other hand, has a lower memory footprint than kallax, but a bigger performance loss (though not very significant in most cases).

Source code of the benchmarks can be found on the [benchmarks](https://github.com/src-d/go-kallax/tree/master/benchmarks) folder.

Expand Down
2 changes: 1 addition & 1 deletion generator/common_test.go
Expand Up @@ -7,7 +7,7 @@ import (
"go/types"
"reflect"

parseutil "srcd.works/go-parse-utils.v1"
parseutil "gopkg.in/src-d/go-parse-utils.v1"
)

func mkField(name, typ string, fields ...*Field) *Field {
Expand Down

0 comments on commit 3a38e1c

Please sign in to comment.