Skip to content

Commit

Permalink
fix NVMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielolobo committed Jun 2, 2023
1 parent 24fbd31 commit 55dd327
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file modified crawley/__pycache__/cli.cpython-310.pyc
Binary file not shown.
Binary file modified crawley/__pycache__/output.cpython-310.pyc
Binary file not shown.
Binary file modified crawley/crawlers/__pycache__/result.cpython-310.pyc
Binary file not shown.
Binary file modified crawley/crawlers/__pycache__/vultr.cpython-310.pyc
Binary file not shown.
12 changes: 6 additions & 6 deletions output.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cpu,monthly_cost,memory,storage,bandwidth
Intel E3-1270,$120/month,['32 GBMemory'],['2 x 240 GBSSD'],['5 TBBandwidth']
Intel E-2286G,$185/month,['32 GBMemory'],['2 x 960 GBSSD'],['10 TBBandwidth']
Intel E-2288G,$350/month,['128 GBMemory'],[],['10 TBBandwidth']
Intel E-2388G,$350/month,['128 GBMemory'],[],['10 TBBandwidth']
AMD EPYC 7443P,$725/month,['256 GBMemory'],['2 x 480 GBSSD'],['10 TBBandwidth']
AMD EPYC 7543P,"$1,575/month",['512 GBMemory'],['2 x 480 GBSSD'],['15 TBBandwidth']
AMD EPYC 7543P,"$1,575/month",['512 GBMemory'],['2 x 480 GBSSD'],['15 TBBandwidth']
2 x AMD EPYC 7713,"$5,500/month",['2048 GBMemory'],['2 x 480 GBSSD'],['25 TBBandwidth']
Intel E-2288G,$350/month,['128 GBMemory'],['2 x 1.92 TBNVMe'],['10 TBBandwidth']
Intel E-2388G,$350/month,['128 GBMemory'],['2 x 1.92 TBNVMe'],['10 TBBandwidth']
AMD EPYC 7443P,$725/month,['256 GBMemory'],"['2 x 480 GBSSD', '2 x 1.92 TBNVMe']",['10 TBBandwidth']
AMD EPYC 7543P,"$1,575/month",['512 GBMemory'],"['2 x 480 GBSSD', '4 x 6.4 TBNVMe']",['15 TBBandwidth']
AMD EPYC 7543P,"$1,575/month",['512 GBMemory'],"['2 x 480 GBSSD', '4 x 6.4 TBNVMe']",['15 TBBandwidth']
2 x AMD EPYC 7713,"$5,500/month",['2048 GBMemory'],"['2 x 480 GBSSD', '10 x 6.4 TBNVMe']",['25 TBBandwidth']
2 changes: 1 addition & 1 deletion output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"cpu": "Intel E3-1270", "monthly_cost": "$120/month", "memory": ["32 GBMemory"], "storage": ["2 x 240 GBSSD"], "bandwidth": ["5 TBBandwidth"]}, {"cpu": "Intel E-2286G", "monthly_cost": "$185/month", "memory": ["32 GBMemory"], "storage": ["2 x 960 GBSSD"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "Intel E-2288G", "monthly_cost": "$350/month", "memory": ["128 GBMemory"], "storage": [], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "Intel E-2388G", "monthly_cost": "$350/month", "memory": ["128 GBMemory"], "storage": [], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "AMD EPYC 7443P", "monthly_cost": "$725/month", "memory": ["256 GBMemory"], "storage": ["2 x 480 GBSSD"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "AMD EPYC 7543P", "monthly_cost": "$1,575/month", "memory": ["512 GBMemory"], "storage": ["2 x 480 GBSSD"], "bandwidth": ["15 TBBandwidth"]}, {"cpu": "AMD EPYC 7543P", "monthly_cost": "$1,575/month", "memory": ["512 GBMemory"], "storage": ["2 x 480 GBSSD"], "bandwidth": ["15 TBBandwidth"]}, {"cpu": "2 x AMD EPYC 7713", "monthly_cost": "$5,500/month", "memory": ["2048 GBMemory"], "storage": ["2 x 480 GBSSD"], "bandwidth": ["25 TBBandwidth"]}]
[{"cpu": "Intel E3-1270", "monthly_cost": "$120/month", "memory": ["32 GBMemory"], "storage": ["2 x 240 GBSSD"], "bandwidth": ["5 TBBandwidth"]}, {"cpu": "Intel E-2286G", "monthly_cost": "$185/month", "memory": ["32 GBMemory"], "storage": ["2 x 960 GBSSD"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "Intel E-2288G", "monthly_cost": "$350/month", "memory": ["128 GBMemory"], "storage": ["2 x 1.92 TBNVMe"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "Intel E-2388G", "monthly_cost": "$350/month", "memory": ["128 GBMemory"], "storage": ["2 x 1.92 TBNVMe"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "AMD EPYC 7443P", "monthly_cost": "$725/month", "memory": ["256 GBMemory"], "storage": ["2 x 480 GBSSD", "2 x 1.92 TBNVMe"], "bandwidth": ["10 TBBandwidth"]}, {"cpu": "AMD EPYC 7543P", "monthly_cost": "$1,575/month", "memory": ["512 GBMemory"], "storage": ["2 x 480 GBSSD", "4 x 6.4 TBNVMe"], "bandwidth": ["15 TBBandwidth"]}, {"cpu": "AMD EPYC 7543P", "monthly_cost": "$1,575/month", "memory": ["512 GBMemory"], "storage": ["2 x 480 GBSSD", "4 x 6.4 TBNVMe"], "bandwidth": ["15 TBBandwidth"]}, {"cpu": "2 x AMD EPYC 7713", "monthly_cost": "$5,500/month", "memory": ["2048 GBMemory"], "storage": ["2 x 480 GBSSD", "10 x 6.4 TBNVMe"], "bandwidth": ["25 TBBandwidth"]}]

0 comments on commit 55dd327

Please sign in to comment.