This is an automated email from the ASF dual-hosted git repository.

placave pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git


    from 4c89a4b  Merge pull request #83 from apache/ignore-archive2
     add ad5c163  feat: add example tests for Theta, Bloom Filter, Count-Min, 
and Tuple sketches
     new 0e5a70e  Merge pull request #84 from Fengzdadi/add-sketch-examples

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:
 examples/bloom_filter_example_test.go |  90 +++++++++++++++++++++++++
 examples/count_min_example_test.go    |  84 +++++++++++++++++++++++
 examples/theta_example_test.go        |  89 +++++++++++++++++++++++++
 examples/tuple_example_test.go        | 121 ++++++++++++++++++++++++++++++++++
 4 files changed, 384 insertions(+)
 create mode 100644 examples/bloom_filter_example_test.go
 create mode 100644 examples/count_min_example_test.go
 create mode 100644 examples/theta_example_test.go
 create mode 100644 examples/tuple_example_test.go


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

Reply via email to