8 Star 34 Fork 9

Gitee 极速下载/manticoresearch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/manticoresoftware/manticoresearch
克隆/下载
smoke.sh 978 Bytes
一键复制 编辑 原始数据 按行查看 历史
alexey 提交于 2023-07-27 13:08 +08:00 . memcheck specific
#!/bin/bash
#Run the very same test suite as runned on CI, but locally
chmod +x valgrind
cd build
# last known values (run searchd with logdebug to see the values)
export MANTICORE_KNOWN_CREATE_SIZE=16
export MANTICORE_START_KNOWN_CREATE_SIZE=2976
export MANTICORE_KNOWN_EXPR_SIZE=32
export MANTICORE_START_KNOWN_EXPR_SIZE=104
export MANTICORE_KNOWN_FILTER_SIZE=224
export MANTICORE_START_KNOWN_FILTER_SIZE=11360
export MANTICORE_KNOWN_MATCH_SIZE=336
export MANTICORE_START_KNOWN_MATCH_SIZE=14392
export CTEST_CONFIGURATION_TYPE=RelWithDebInfo
export CTEST_CMAKE_GENERATOR=Ninja
export NO_STACK_CALCULATION=1
export MANTICORE_THREADS_EX='2/1+2/1'
export XTRA_FLAGS="CMAKE_C_COMPILER=/usr/bin/clang-15;CMAKE_CXX_COMPILER=/usr/bin/clang++-15"
#export MEMORYCHECK_COMMAND_OPTIONS='--tool=memcheck --leak-check=full --track-origins=yes --time-stamp=yes'
time ctest -V -S ../misc/ctest/memcheck.cmake
#export CTEST_CONFIGURATION_TYPE=Debug
#ctest -V -S ../misc/ctest/gltest.cmake
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/manticoresearch.git
git@gitee.com:mirrors/manticoresearch.git
mirrors
manticoresearch
manticoresearch
master

搜索帮助