MLH-Fellowship / cinder-benchmarks

Cinder is Meta's internal performance-oriented production version of CPython.
https://trycinder.com
Other
0 stars 0 forks source link

Add Benchmarking Results for Cinder and CPython #6

Open MAMV3x3 opened 11 months ago

MAMV3x3 commented 11 months ago

Overview

This PR introduces the benchmarking results for both Cinder and CPython. These results provide insight into the performance characteristics of both systems, which can guide further optimizations and decision-making.

Changes

Implications

Having these results in the repository:

I would appreciate a thorough review, especially regarding the correctness and clarity of the data presented. Feedback on the structure of the results or any additional metrics of interest is also welcomed.

Thank you!

MAMV3x3 commented 11 months ago

Introduced a detailed comparison between the performance results of CPython and Cinder.

Method

I used the following command to generate the comparison: pyperformance compare result_cpython.json result_cinder.json > benchmark_comparison_cpython_vs_cinder.txt

The resulting file, benchmark_comparison_cpython_vs_cinder.txt, provides a side-by-side comparison of the performance metrics of both platforms.