mirror of
https://github.com/Green-Sky/crdt_tests.git
synced 2025-12-07 06:16:35 +01:00
corredted v1 results, v2 using hint for seach and last insert index cache as hint
This commit is contained in:
@@ -24,3 +24,14 @@ target_link_libraries(crdt_bench_jpaper_v1 PUBLIC
|
||||
nlohmann_json::nlohmann_json
|
||||
)
|
||||
|
||||
########################################
|
||||
|
||||
add_executable(crdt_bench_jpaper_v2
|
||||
./v2_jpaper.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(crdt_bench_jpaper_v2 PUBLIC
|
||||
crdt_version2
|
||||
nlohmann_json::nlohmann_json
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user