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

Ajout du jar et du shell

parent a249811d
No related merge requests found
perf.sh 0 → 100644
##!/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