Skip to content

Commit

Permalink
util: add teads, eshoppen models to universe.
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Sep 15, 2023
1 parent 8ca7e5b commit d56399e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/util/models-universe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ import {
ShellModel,
SciMModel,
SciOModel,
TeadsAWS,
TeadsCurveModel,
SciModel,
EshoppenModel,
EshoppenCpuModel,
EshoppenMemModel,
EshoppenNetModel,
Expand Down Expand Up @@ -42,6 +44,8 @@ export class ModelsUniverse {
return BoaviztaCloudImpactModel;
case 'ccf':
return CloudCarbonFootprint;
case 'teads-aws':
return TeadsAWS;
case 'teads-curve':
return TeadsCurveModel;
case 'sci-e':
Expand All @@ -52,6 +56,8 @@ export class ModelsUniverse {
return SciOModel;
case 'sci':
return SciModel;
case 'eshoppen':
return EshoppenModel;
case 'eshoppen-net':
return EshoppenNetModel;
case 'eshoppen-cpu':
Expand Down

0 comments on commit d56399e

Please sign in to comment.