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 9fa4518  Merge pull request #63 from apache/rat-exclusion
     add b952ab7  Add HLL accuracy bounds and merge accuracy characterization 
profile
     add 5b04138  Fix config and bound accuracy printer
     add 562a2b5  Fix profile formatter and cleanup
     new 3df8d9f  Merge pull request #62 from apache/hll-bound-accuracy-go

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:
 go/configs.go                                      |  30 +++-
 go/distinct_count_accuracy_profile.go              |  81 +++--------
 ...o => distinct_count_bounds_accuracy_profile.go} | 157 ++++++++-------------
 go/distinct_count_merge_accuracy_profile.go        |  73 ++++++++++
 go/{main.go => distinct_count_utils.go}            |  48 +++----
 ...cy_profile.go => hll_sketch_accuracy_runner.go} |  36 ++++-
 go/hll_sketch_bounds_accuracy_runner.go            | 100 +++++++++++++
 go/main.go                                         |  15 +-
 go/main_test.go                                    |   7 +-
 9 files changed, 341 insertions(+), 206 deletions(-)
 copy go/{distinct_count_accuracy_profile.go => 
distinct_count_bounds_accuracy_profile.go} (55%)
 create mode 100644 go/distinct_count_merge_accuracy_profile.go
 copy go/{main.go => distinct_count_utils.go} (54%)
 rename go/{hll_sketch_accuracy_profile.go => hll_sketch_accuracy_runner.go} 
(58%)
 create mode 100644 go/hll_sketch_bounds_accuracy_runner.go


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to