Skip to content

Commit

Permalink
fix: point benchmarks to updated examples location
Browse files Browse the repository at this point in the history
  • Loading branch information
adamamer20 authored Sep 2, 2024
1 parent db69754 commit 070eb06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/general/user-guide/4_benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ mesa-frames offers significant performance improvements over the original mesa f

### Comparison with mesa

![Performance Graph BW](https://github.com/projectmesa/mesa-frames/raw/main/docs/general/images/readme_plot_0.png)
![Performance Graph BW](https://github.com/projectmesa/mesa-frames/raw/main/examples/boltzmann_wealth/boltzmann_no_mesa.png)

### Comparison of mesa-frames implementations

![Performance Graph BW without Mesa](https://github.com/projectmesa/mesa-frames/raw/main/docs/general/images/readme_plot_1.png)
![Performance Graph BW without Mesa](https://github.com/projectmesa/mesa-frames/raw/main/examples/boltzmann_wealth/boltzmann_with_mesa.png)

## SugarScape with Instantaneous Growback 🍬

[View the benchmark script](https://github.com/projectmesa/mesa-frames/blob/main/examples/sugarscape_ig/performance_comparison.py)

![Performance Graph SS IG](https://github.com/projectmesa/mesa-frames/raw/main/examples/benchmark_plot_0.png)
![Performance Graph SS IG](https://github.com/projectmesa/mesa-frames/raw/main/examples/sugarscape_ig/benchmark_plot_0.png)

0 comments on commit 070eb06

Please sign in to comment.