Commit Graph

27 Commits

Author SHA1 Message Date
Maximilian Hoffman ca5ae29dd1 replica benchmark, no event progress for server (#2258)
* small push on write perf benchmark with no prog channel

* remove unused prog funcs

* remove unused prog funcs

* fix bench name

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2021-10-28 15:34:04 -07:00
Eng Zer Jun 8164a625c7 refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-10-05 01:40:59 +08:00
Dustin Brown b5904ee069 /{go,integration-tests}: comment on recycled pids, use exported default branch where possible 2021-09-24 12:37:18 -07:00
Dustin Brown a7da46a1b6 /go/{cmd,libraries,performance}: dont pass empty strings to init func 2021-09-23 21:36:22 -07:00
Dustin Brown 52782575fd /go/{store,performance,libraries,cmd}: fix go tests after branch rename 2021-09-23 14:29:33 -07:00
Andy Arthur 5074c511f3 fix go vet 2021-08-30 10:44:23 -07:00
Andy Arthur 36773585f8 added NBS prolly store 2021-08-30 10:26:42 -07:00
Andy Arthur 07015db776 fixed bolt store, refactored 2021-08-30 10:05:15 -07:00
Andy Arthur 87d0fdd008 bolt store, stub of NBS and bitcask 2021-08-29 07:32:51 -07:00
Andy Arthur 75edc758d4 stub of boltdb kv store 2021-08-28 17:51:38 -05:00
Andy Arthur 232fa22fd9 refactored benchmarks, added pprof generation 2021-08-28 17:36:07 -05:00
Andy Arthur 1ea6caf0d7 added benchmark for noms maps 2021-08-28 16:55:06 -05:00
Andy Arthur f67c6e0519 initial memory key-val store 2021-08-28 16:21:25 -05:00
Daylon Wilkins 6b2b68923b Further attempts to fix ACCESS_DENIED error on Windows 2021-07-15 13:26:59 -07:00
Andy Arthur 001ca90649 write pprof profiles from tests 2021-05-11 11:26:16 -07:00
Andy Arthur 08be6fbe88 refactor 2021-05-10 09:20:30 -07:00
Andy Arthur b6fd177fb7 server micro benchmarks 2021-05-09 11:31:48 -07:00
Aaron Son 84c3066348 go/**/*.go: Update copyright headers for company name change. 2020-11-02 10:17:02 -08:00
Daylon Wilkins b5bb663233 Reference new org name and updated trigger logic 2020-09-25 15:35:04 -07:00
Aaron Son 7d6bc53282 go/performance/benchmarks: OpenForWrite takes os.FilePerm. 2020-04-13 12:11:33 -07:00
Brian Hendriks a7d4c8e0da add user agent to grpc calls (#419) 2020-02-24 12:59:47 -08:00
Daylon Wilkins c52f790ac1 PR feedback & changes 2020-02-18 13:22:59 -08:00
Brian Hendriks 7d89aec0d2 dumps docs (#301)
* refactor commands
* dump docs
2020-01-20 23:46:36 -08:00
Dustin Brown 58fa8d69da go/performance/benchmarks: remove id from results 2019-12-06 15:41:48 -08:00
Dustin Brown c0d8c12bb1 disable benchmarking dolt sql imports 2019-11-26 15:08:02 -08:00
Dustin Brown 531218ba6d Add dolt performance benchmarks 2019-11-26 13:12:45 -08:00
Dustin Brown ba7e8f34ce WIP add dolt performance benchmarks 2019-11-26 10:27:14 -08:00