We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server
As an external user I can retrieve the impact of a component With the bottom-up methodology of Boavizta
/v1/component/[component]
The text was updated successfully, but these errors were encountered:
Example of POST request body for v1/component/cpu:
v1/component/cpu
{ "core_units": 24, "die_size_per_core": null, "cpu_family": "Skylake" }
Outputs:
{ "gwp": 21.69087, "pe": 324.8315, "adp": 0.02040369518 }
Sorry, something went wrong.
No branches or pull requests
Epic
Server
US
As an external user
I can retrieve the impact of a component
With the bottom-up methodology of Boavizta
Route(s) involved
/v1/component/[component]
Process
The text was updated successfully, but these errors were encountered: