This is an automated email from the ASF dual-hosted git repository.
placave pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/datasketches-characterization.git
from cf1134d Merge branch 'master' of
[email protected]:apache/datasketches-characterization.git
add 7848799 [Go] Add a first job without much stats tracking
add e7d8724 Rebase Go implemn from Java Job runners
add de09987 [Go] Add test runner and use float64 KLL in accuracy stats
add 568c64b [Go] Fix accuracy stats
add 9de0971 [Go] go tidy go.sum
add fbfe02c [Go] Add first characterization job for Go
add 40db86b license
add a156720 Remove left over code port
add 730a57f fix go program name
add a076e4c remove binary of datasketches-characterization-go
add 52452dc [Go] set rmse in distinct count job
new 5d2c8e6 Merge pull request #61 from apache/go-characterization
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 27 +++-
go/configs.go | 52 ++++++++
go/distinct_count_accuracy_profile.go | 237 ++++++++++++++++++++++++++++++++++
go/go.mod | 23 ++++
go/go.sum | 12 ++
go/hll_sketch_accuracy_profile.go | 51 ++++++++
go/job.go | 56 ++++++++
go/main.go | 51 ++++++++
go/main_test.go | 27 ++++
9 files changed, 535 insertions(+), 1 deletion(-)
create mode 100644 go/configs.go
create mode 100644 go/distinct_count_accuracy_profile.go
create mode 100644 go/go.mod
create mode 100644 go/go.sum
create mode 100644 go/hll_sketch_accuracy_profile.go
create mode 100644 go/job.go
create mode 100644 go/main.go
create mode 100644 go/main_test.go
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]