Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 504 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 504 Bytes

Hyper-Threading Benchmarks for Cairo-VM

Overview

This crate is designed to benchmark the performance of Cairo-VM in a hyper-threaded environment. By leveraging the Rayon library, we can transform sequential computations into parallel ones, maximizing the utilization of available CPU cores.

Running Benchmarks

To execute the benchmarks, navigate to the project's root directory and run the following command:

make hyper-threading-benchmarks