feat: add plots for n m k trends
This commit is contained in:
+3
-3
@@ -15,8 +15,8 @@ target_include_directories(bloom_filter PUBLIC include)
|
||||
# doesn't matter for this specific project though
|
||||
target_compile_features(bloom_filter PUBLIC cxx_std_20)
|
||||
|
||||
add_executable(stats_basic_bloom_filter
|
||||
example/stats_basic_bloom_filter.cpp
|
||||
add_executable(bloom_filter_stats_csv
|
||||
plots/data/bloom_filter_stats_csv.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(stats_basic_bloom_filter PRIVATE bloom_filter)
|
||||
target_link_libraries(bloom_filter_stats_csv PRIVATE bloom_filter)
|
||||
|
||||
Reference in New Issue
Block a user