Post-Experiment Analysis

Post-Experiment Analysis #

After running all of our experiments, it’s time to view our results!

Jupyter #

For your ease of accessing and processing the results, we used Jupyter Notebook.

Prometheus Client #

We have created under /utils package a prometheus client. You can always retrieve your experiment results by calling the “get_benchmark_results” method, or export them in a csv format with the “xport_results_to_csv” method.

Please remember to use the methods “assign_prometheus_prefix” and “assign_prometheus_suffix” in order to assign your prometheus’ prefixes and suffixes.

For more information about Jupyter, please visit their website.