Skip to content

Commit

Permalink
Issue #2: Add Memory benchmark using tinymembench.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 7, 2023
1 parent 9319d61 commit a57a805
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/sbc-board.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,17 @@ Also consider running [PiBenchmarks.com script](https://www.jeffgeerling.com/blo

## Memory

- TODO: Haven't determined standardized benchmark yet. See [Issue #2](https://github.com/geerlingguy/sbc-reviews/issues/2).
`tinymembench` results:

<details>
<summary>Click to expand memory benchmark result</summary>

```
# Run the two commands below, then replace this code block with the full result.
git clone https://github.com/rojaster/tinymembench.git && cd tinymembench && make
./tinymembench
```
</details>

## Phoronix Test Suite

Expand Down

0 comments on commit a57a805

Please sign in to comment.