forked from jmoiron/modl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix benchmarks, modify test-all so it will append arguments to go tes…
…t meaning that bench_all is no longer necessary, add benchmark results on my machine to benchmarks.md
- Loading branch information
Showing
4 changed files
with
33 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Current benchmarks: | ||
|
||
PASS | ||
BenchmarkNativeCrud 100 22605756 ns/op 5402 B/op 107 allocs/op | ||
BenchmarkModlCrud 100 21107020 ns/op 7329 B/op 153 allocs/op | ||
ok _/mnt/omocha/jmoiron/dev/go/modl 5.975s | ||
PASS | ||
BenchmarkNativeCrud 100 13153419 ns/op 8822 B/op 334 allocs/op | ||
BenchmarkModlCrud 100 11676837 ns/op 10577 B/op 381 allocs/op | ||
ok _/mnt/omocha/jmoiron/dev/go/modl 3.813s | ||
PASS | ||
BenchmarkNativeCrud 5000 281356 ns/op 1455 B/op 51 allocs/op | ||
BenchmarkModlCrud 5000 313549 ns/op 2713 B/op 90 allocs/op | ||
ok _/mnt/omocha/jmoiron/dev/go/modl 3.136s | ||
|
||
(In order: MySQL, PostgreSQL, SQLite) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters