You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2020/01/17 19:57:24 UTC

[incubator-datasketches-characterization] branch kll_timing created (now 415510e)

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

alsay pushed a change to branch kll_timing
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-characterization.git.


      at 415510e  fixed legend (no java measurements yet)

This branch includes the following new commits:

     new cdb0b7d  added gcc9 to names of files with timing results
     new 415510e  fixed legend (no java measurements yet)

The 2 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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-characterization] 01/02: added gcc9 to names of files with timing results

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch kll_timing
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-characterization.git

commit cdb0b7da73f821c8678e40c45ffdc257078f9a44
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Fri Jan 17 11:56:39 2020 -0800

    added gcc9 to names of files with timing results
---
 cpp/matlab/kll_sketch_update_time.m                                 | 6 +++---
 ..._timing_float_k200.tsv => kll_sketch_timing_float_k200_gcc9.tsv} | 0
 ...iming_string_k200.tsv => kll_sketch_timing_string_k200_gcc9.tsv} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpp/matlab/kll_sketch_update_time.m b/cpp/matlab/kll_sketch_update_time.m
index cf2c72f..0d56e0f 100644
--- a/cpp/matlab/kll_sketch_update_time.m
+++ b/cpp/matlab/kll_sketch_update_time.m
@@ -1,8 +1,8 @@
 clf;
 
 kll_java=load('../../results/kll_sketch_timing_k200.tsv');
-kll_float=load('../results/kll_sketch_timing_float_k200.tsv');
-kll_str=load('../results/kll_sketch_timing_string_k200.tsv');
+kll_float=load('../results/kll_sketch_timing_float_k200_gcc9.tsv');
+kll_str=load('../results/kll_sketch_timing_string_k200_gcc9.tsv');
 
 semilogx(kll_java(:,1), kll_java(:,4), 'linewidth', 2);
 hold on;
@@ -12,6 +12,6 @@ semilogx(kll_str(:,1), kll_str(:,4), 'linewidth', 2);
 set(gca, 'fontsize', 16);
 title 'Update time of KLL sketch K=200'
 xlabel 'stream size'
-legend('java', 'c++ float', 'c++ string', 'location', 'northwest');
+legend('java (float)', 'c++ float', 'c++ string', 'location', 'northwest');
 ylabel 'update time, nanoseconds'
 grid minor on
diff --git a/cpp/results/kll_sketch_timing_float_k200.tsv b/cpp/results/kll_sketch_timing_float_k200_gcc9.tsv
similarity index 100%
rename from cpp/results/kll_sketch_timing_float_k200.tsv
rename to cpp/results/kll_sketch_timing_float_k200_gcc9.tsv
diff --git a/cpp/results/kll_sketch_timing_string_k200.tsv b/cpp/results/kll_sketch_timing_string_k200_gcc9.tsv
similarity index 100%
rename from cpp/results/kll_sketch_timing_string_k200.tsv
rename to cpp/results/kll_sketch_timing_string_k200_gcc9.tsv


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-characterization] 02/02: fixed legend (no java measurements yet)

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch kll_timing
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-characterization.git

commit 415510e569c9da83b9c89c48cddffd20e199a210
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Fri Jan 17 11:57:12 2020 -0800

    fixed legend (no java measurements yet)
---
 cpp/matlab/kll_merge_time.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/matlab/kll_merge_time.m b/cpp/matlab/kll_merge_time.m
index a43ea12..74050c8 100644
--- a/cpp/matlab/kll_merge_time.m
+++ b/cpp/matlab/kll_merge_time.m
@@ -13,6 +13,6 @@ semilogx(kll_str(:,1), kll_str(:,5), 'linewidth', 2);
 set(gca, 'fontsize', 16);
 title 'Update time of KLL sketch K=200'
 xlabel 'stream size'
-legend('java', 'c++ float', 'c++ string', 'location', 'northwest');
+legend('c++ float', 'c++ string', 'location', 'northwest');
 ylabel 'update time, nanoseconds'
 grid minor on


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org