Skip to content

Commit

Permalink
benchmark: mention hardware i used
Browse files Browse the repository at this point in the history
suggested by Robbepop in
#8 (comment)
  • Loading branch information
yamt committed May 30, 2023
1 parent d3037ff commit fb211ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions benchmark/ffmpeg.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ measure the time taken.
1637302272 peak memory footprint
```

* Run on a macOS/amd64 laptop:

```
MacBook Pro (15-inch, 2018)
2.2 GHz 6-Core Intel Core i7
```

## Observations

* toywasm performs reasonably well for an interpreter.
Expand Down
7 changes: 6 additions & 1 deletion benchmark/startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ print the `-version` message)

![Result](./startup.png)

* Run on a macOS/amd64 laptop.
* Run on a macOS/amd64 laptop:

```
MacBook Pro (15-inch, 2018)
2.2 GHz 6-Core Intel Core i7
```

* [Raw values](./startup.txt)

Expand Down

0 comments on commit fb211ac

Please sign in to comment.