1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix to the json-speed-check.sh script.

FossilOrigin-Name: d839c9544d7f28c1abc779eb2d40f95c1a9386984656fbd29d19b1e7830171bc
This commit is contained in:
drh
2023-04-26 13:52:20 +00:00
parent 02efa7be96
commit ddc8b9ee0e
3 changed files with 9 additions and 8 deletions

View File

@ -68,7 +68,8 @@ echo "CC_OPTS = $CC_OPTS" | tee -a summary-$NAME.txt
rm -f cachegrind.out.* jsonshell
$CC -g -Os -Wall -I. $CC_OPTS ./shell.c ./sqlite3.c -o jsonshell -ldl -lpthread
ls -l jsonshell | tee -a summary-$NAME.txt
home=/home/drh/sqlite/json-perf
home=`echo $0 | sed -e 's,/[^/]*$,,'`
echo ./jsonshell $home/json100mb.db "<$home/json-q1.txt"
valgrind --tool=cachegrind ./jsonshell $home/json100mb.db <$home/json-q1.txt \
2>&1 | tee -a summary-$NAME.txt
cg_anno.tcl cachegrind.out.* >jout-$NAME.txt