matteo-ronchetti / aws-lambda-power-tuning-ui

UI to visualize the results of https://github.com/alexcasalboni/aws-lambda-power-tuning
Apache License 2.0
99 stars 18 forks source link

Add self-explanatory UX #10

Open alexcasalboni opened 4 years ago

alexcasalboni commented 4 years ago

It'd be great if the chart would "explain itself" when you interact with it.

For example, I could select "512MB" as my current power configuration. Then, when I hover another power configuration (say, "1024MB"), the chart could show a message such as "With 1024MB of memory, you function will be XX% cheaper and YY% faster".

This way, users won't have to do all the math manually. It'd make the decision process much faster.