summaryrefslogtreecommitdiffstats
path: root/include/framework/DynamicExtension.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-05-25 14:15:36 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-05-25 14:15:36 -0400
commitcd961cc231ca3073f03d82b99153a6d0f5a4c7f1 (patch)
tree706b4e8b8ceaa15c61ac5f1bcbb3daa40f32d76e /include/framework/DynamicExtension.h
parent7f823ef35733230d3fd1e12e52fecde89f415e8b (diff)
downloaddynamic-extension-cd961cc231ca3073f03d82b99153a6d0f5a4c7f1.tar.gz
Added selectivity sweep benchmark
Diffstat (limited to 'include/framework/DynamicExtension.h')
-rw-r--r--include/framework/DynamicExtension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h
index b65ad47..c8b4aa5 100644
--- a/include/framework/DynamicExtension.h
+++ b/include/framework/DynamicExtension.h
@@ -493,7 +493,7 @@ private:
* this code will be bypassed in that case.
*/
if (args->priority == ReconstructionPriority::FLUSH) {
- fprintf(stdout, "S\t%ld\n", extension->get_shard_count());
+ //fprintf(stdout, "S\t%ld\n", extension->get_shard_count());
// fprintf(stderr, "[I] Running flush (%ld)\n", recon_id);
// fprintf(stderr, "[I]\t Assigned Version %ld (%ld)\n",
// args->version->get_id(), recon_id);