Skip to content

Commit

Permalink
Update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsGonzo committed Sep 20, 2024
1 parent 23276ed commit a4c9a51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/performance/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ _libriscv_ regularly out-performs other interpreters.

![alt text](/img/performance/CoreMark_1.0_Interpreted_wasm3_vs_interpreted_libriscv.png)

![alt text](/img/performance/STREAM_memory_wasm3_vs_libriscv_(no_SIMD).png)
![alt text](/img/performance/stream1.png)

I benchmarked _libriscv_ vs wasm3 on two of my machines.
![alt text](/img/performance/stream2.png)

I benchmarked interpreted [libriscv](https://github.com/libriscv/libriscv) vs [wasm3](https://github.com/wasm3/wasm3) on two of my machines.

[Others have also benchmarked](https://github.com/sysprog21/rv32emu/issues/288) _libriscv_, and found it to be fast. Although likely with C-extension enabled, which is not the fastest interpreter mode in _libriscv_.

Expand Down
Binary file not shown.
Binary file added static/img/performance/stream1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/performance/stream2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4c9a51

Please sign in to comment.