Skip to content

Commit 81fe0ae

Browse files
author
tuxalin
committed
readme fix
1 parent d056a9e commit 81fe0ae

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

benchmark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ At around 400 objects the thst quadratic method is faster than the bgi linear ve
6666
![dynamic2 thst_vs_bgi](results/benchmark_dynamic_small_bgi_vs_thst.png)
6767

6868
Under 400 objects bgi linear is slightly faster, however this heavily depends on how many objects pass the query test, in the given test case almost all objects pass the intersection test.
69-
![dynamic2 thst_vs_bgi](results/benchmark_dynamic_small_bgi_vs_thst.png)
69+
![dynamic2 thst_vs_bgi](results/benchmark_dynamic_vsmall_bgi_vs_thst.png)
7070

7171
### Legend
7272
------

bin/ci/script.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ls
99
cd ../../
1010

1111
# Builds and runs spatial_index_benchmark
12-
source ./bin/ci/common.sh
13-
cd benchmark
14-
mkdir build && cd build
15-
echo "Calling cmake -DBOOST_PREFIX=${BOOST_PREFIX}"
16-
cmake \
17-
-DCMAKE_BUILD_TYPE=Release \
18-
-DBGI_ENABLE_CT=ON \
19-
..
20-
make -j ${NUMTHREADS}
12+
#source ./bin/ci/common.sh
13+
#cd benchmark
14+
#mkdir build && cd build
15+
#echo "Calling cmake -DBOOST_PREFIX=${BOOST_PREFIX}"
16+
#cmake \
17+
# -DCMAKE_BUILD_TYPE=Release \
18+
# -DBGI_ENABLE_CT=ON \
19+
# ..
20+
#make -j ${NUMTHREADS}
2121

2222
# Benchmarks run takes long time, skip
2323
#ctest -C Release -V --output-on-failure .

0 commit comments

Comments
 (0)