Compare commits
4 Commits
improve-er
...
bench/pch-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f19e75e2fb | ||
|
|
ba191943b6 | ||
|
|
90f3d34768 | ||
|
|
5b24dac6c3 |
@@ -200,6 +200,14 @@ if(CLICE_ENABLE_BENCHMARK)
|
||||
"${PROJECT_SOURCE_DIR}/src"
|
||||
)
|
||||
target_link_libraries(scan_benchmark PRIVATE clice::core kota::deco)
|
||||
|
||||
add_executable(pch_chain_benchmark
|
||||
"${PROJECT_SOURCE_DIR}/benchmarks/pch_chain/pch_chain_benchmark.cpp"
|
||||
)
|
||||
target_include_directories(pch_chain_benchmark PRIVATE
|
||||
"${PROJECT_SOURCE_DIR}/src"
|
||||
)
|
||||
target_link_libraries(pch_chain_benchmark PRIVATE clice::core)
|
||||
endif()
|
||||
|
||||
if(CLICE_RELEASE)
|
||||
|
||||
1056
benchmarks/pch_chain/pch_chain_benchmark.cpp
Normal file
1056
benchmarks/pch_chain/pch_chain_benchmark.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user