This is an automated email from the ASF dual-hosted git repository.
charlie pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/datasketches-characterization.git
The following commit(s) were added to refs/heads/master by this push:
new 66a0068 Put renamed profiles into confs
66a0068 is described below
commit 66a006815fec87f7a9111a592fafc10ce2d69ee0
Author: c-dickens <[email protected]>
AuthorDate: Mon Jul 29 16:00:17 2024 +0100
Put renamed profiles into confs
---
src/main/resources/filters/QuotientFilterSpaceJob.conf | 2 +-
src/main/resources/filters/QuotientFilterUpdateSpeedJob.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/filters/QuotientFilterSpaceJob.conf
b/src/main/resources/filters/QuotientFilterSpaceJob.conf
index 17086a2..b9fa208 100644
--- a/src/main/resources/filters/QuotientFilterSpaceJob.conf
+++ b/src/main/resources/filters/QuotientFilterSpaceJob.conf
@@ -36,6 +36,6 @@ FileNameDateFormat=yyyyMMdd'_'HHmmssz
ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
#Job Profile
-JobProfile=org.apache.datasketches.characterization.filters.QuotientFilterSizeProfile
+JobProfile=org.apache.datasketches.characterization.filters.QuotientFilterSpaceProfile
targetFpp=1e-6
diff --git a/src/main/resources/filters/QuotientFilterUpdateSpeedJob.conf
b/src/main/resources/filters/QuotientFilterUpdateSpeedJob.conf
index b073077..0512521 100644
--- a/src/main/resources/filters/QuotientFilterUpdateSpeedJob.conf
+++ b/src/main/resources/filters/QuotientFilterUpdateSpeedJob.conf
@@ -48,4 +48,4 @@ ReadableDateFormat=yyyy/MM/dd HH:mm:ss z
#Job Profile
JobProfile=org.apache.datasketches.characterization.filters.QuotientFilterUpdateSpeedProfile
lgNumSlots = 20
-numBitsPerSlot = 16
+numBitsPerEntry = 16
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]