-
Notifications
You must be signed in to change notification settings - Fork 76
/
timing.sh
executable file
·41 lines (40 loc) · 8.75 KB
/
timing.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
echo "NO EOL"
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c arbitrum;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c aurora;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c avax;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c bsc;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c celo;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c cronos;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c ethereum;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c emerald;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c fantom;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c fuse;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c harmony;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c heco;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c kava;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c metis;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c moonbeam;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c moonriver;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c optimism;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c polygon;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c syscoin;
echo "WITH EOL"
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c arbitrum -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c aurora -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c avax -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c bsc -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c celo -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c cronos -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c ethereum -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c emerald -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c fantom -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c fuse -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c harmony -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c heco -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c kava -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c metis -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c moonbeam -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c moonriver -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c optimism -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c polygon -e true;
\time -o timing.log -a -f 'Program: %C\nTotal time: %E' docker exec -it -e LOG_LEVEL=error -e DISABLE_RECENT_IMPORT_SKIP_ALREADY_IMPORTED=true deploy-importer-products-1 node ./dist/src/script/run.js beefy:run -t recent -c syscoin -e true;