aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-11-17 15:57:55 +1300
committerDavid Phillips <david@sighup.nz>2017-11-17 15:57:55 +1300
commit8816f394206b7642c159caf0d2db9b3ab55b7d10 (patch)
tree8850e77f8e9bf65f22c9f5e2d44f38239a95cd9e /README.md
parent28e1fc9c3cb33386d7d218d654163e64ba1b48b4 (diff)
downloadsand-leek-8816f394206b7642c159caf0d2db9b3ab55b7d10.tar.xz
Add RPi-3 bench, add notes column to benches
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index 7d66cde..8cdfe7d 100644
--- a/README.md
+++ b/README.md
@@ -28,14 +28,15 @@ I have every intention to add GPU capability to sand leek.
Preliminary benching shows sand leek to be faster than some of the other
similar tools out there when pushing work across cores.
-| CPU(s) | Max throughput | -t |
-|---------------------------------------------|---------------:|---:|
-| 2× Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz | 108.1 MH/s | 32 |
-| Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz | 44.3 MH/s | 8 |
-| Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz | 40.0 MH/s | 8 |
-| AMD A4-1200 APU with Radeon(TM) HD Graphics | 2.8 MH/s | 2 |
-| Intel(R) Pentium(R) M processor 1.60GHz | 1.9 MH/s | 1 |
-| ARMv6-compatible processor rev 7 (v6l) | 0.26 MH/s | 1 |
+| CPU(s) | Max throughput | -t | Notes |
+|---------------------------------------------|---------------:|---:|--------|
+| 2× Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz | 108.1 MH/s | 32 | |
+| Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz | 44.3 MH/s | 8 | |
+| Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz | 40.0 MH/s | 8 | |
+| ARMv7 Processor rev 4 (v7l) | 5.3 MH/s | 4 | RPi 3 |
+| AMD A4-1200 APU with Radeon(TM) HD Graphics | 2.8 MH/s | 2 | |
+| Intel(R) Pentium(R) M processor 1.60GHz | 1.9 MH/s | 1 | |
+| ARMv6-compatible processor rev 7 (v6l) | 0.26 MH/s | 1 | RPi B+ |
## Inspiration
sand leek was greatly inspired by schallot, escahlot and scallion.