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:26 UTC

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

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