vector insert ok

This commit is contained in:
hugogogo
2022-06-10 16:47:56 +02:00
parent 68ada8ca68
commit c187d34ce7
4 changed files with 240 additions and 73 deletions

View File

@@ -2,9 +2,11 @@
# cd $(dirname $0)
make stl > /dev/null
./containers > tests/output_stl.log
echo -e "\nstl :"
time ./containers > tests/output_stl.log
make ft > /dev/null
./containers > tests/output_ft.log
echo -e "\nft :"
time ./containers > tests/output_ft.log
diff --context=0 --color=always tests/output_stl.log tests/output_ft.log