Skip to content
Snippets Groups Projects
Commit 0bce86e3 authored by MAZZARELLA ENZO's avatar MAZZARELLA ENZO
Browse files

Delete perf2.sh

parent c0414f3f
No related merge requests found
#!/usr/bin/env bash
TAILLE="1000000 2000000 3000000 4000000 5000000 6000000 7000000 8000000 9000000 10000000 11000000 1200000"
NTEST=20
echo "Taille, CPU, Mem"
for i in `seq $NTEST`
res=`(/usr/bin/time -f "%U, %M" java -jar Main.jar "Linked" $nombre > /dev/null) 2>&1`
echo "$taille, $res"
done
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment