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 3df8d9f  Merge pull request #62 from apache/hll-bound-accuracy-go
     add cb87b12  [Go] Add go merge speed profile for HLL and cleanup
     add 35ae9ca  Add serde to merge speed job
     add d9bf9be  [Go] add no error assert in distinct count merge speed profile
     new d9d6706  Merge pull request #64 from apache/go-hll-merge-speed-profile

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                                |  74 -----------
 go/distinct_count_accuracy_profile.go        | 135 ++++++++++++++++---
 go/distinct_count_bounds_accuracy_profile.go | 190 ---------------------------
 go/distinct_count_merge_accuracy_profile.go  |   6 +-
 go/distinct_count_merge_speed_profile.go     | 189 ++++++++++++++++++++++++++
 go/distinct_count_utils.go                   |  27 ++++
 go/hll_sketch_accuracy_runner.go             |  64 ---------
 go/hll_sketch_bounds_accuracy_runner.go      | 100 --------------
 go/main.go                                   |  40 +++++-
 go/main_test.go                              |   8 +-
 10 files changed, 375 insertions(+), 458 deletions(-)
 delete mode 100644 go/configs.go
 delete mode 100644 go/distinct_count_bounds_accuracy_profile.go
 create mode 100644 go/distinct_count_merge_speed_profile.go
 delete 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