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

Delete perf.sh

parent aeebe9f1
No related merge requests found
##!/usr/bin/env bash
NTEST=3
TAILLES="100 1000 10000 100000 1000000 10000000 100000000"
echo "Taille, CPU, Mem"
for taille in $TAILLES
do
for i in `seq $NTEST`
do
res=`time "%U, %M" ./Main $taille > /dev/null`
echo "$taille, $req"
done
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