A few scenarios focused on comparing Julia with Python and similar languages for modeling workloads, specially discrete systems.
- Open a terminal in a benchmark scenario, run "make" or any scenario individually
- i.e.,
python <script_name.py>
for Python,julia <script_name.jl>
for Julia, etc.
- i.e.,
Python requirements are in file "requirements.txt"
Uses BenchmarkTools
present by default.
- pi_calculation_monte_carlo
- Calculate "pi" using 10^7 Monte Carlo iterations