process_perf_data.sh 534 Bytes
Newer Older
1
2
3
4
#!/bin/bash 
#
# in order to run this script you'd need the following python packages:

5
6
#pip3 install --upgrade pip
#pip3 install sqlalchemy pymysql pandas sshtunnel
7
8
9
10
11
12

# you would also need to set up some environment variables in order to 
# post your new test results to the database and compare them to the baseline
# please contact Illia.Silin@amd.com for more details

#process results
13
14
15
python3 process_perf_data.py perf_gemm.log
python3 process_perf_data.py perf_resnet50_N256.log
python3 process_perf_data.py perf_resnet50_N4.log