Skip to content

Commit

Permalink
Update benchmarks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Sep 24, 2024
1 parent 39c09a4 commit d91c30c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions content/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ These benchmarks were performed on a device with the following specifications:

| Version | Score |
|-----------|-----|
| 1.0.1-a.4-opt | 25.6 |
| 1.0.1-a.2-opt | 25.4 |
| 1.0.0-a.39-opt | 25.6 |
| 1.0.0-a.37-opt | 25.5 |
Expand All @@ -37,16 +38,17 @@ These benchmarks were performed on a device with the following specifications:
```mermaid
xychart-beta
title "Performance over time (Higher is better)"
x-axis [0.10, 0.11, 0.12, 0.13, 0.32, 0.33, 0.34, 0.37, 0.39, 1.2]
x-axis [0.10, 0.11, 0.12, 0.13, 0.32, 0.33, 0.34, 0.37, 0.39, 1.2, 1.4]
y-axis "Benchmark Points"
bar [21.2,20.8,21.5,21.1,21.8,21.7,21.6,25.5,25.6,25.4]
line [21.2,20.8,21.5,21.1,21.8,21.7,21.6,25.5,25.6,25.4]
bar [21.2,20.8,21.5,21.1,21.8,21.7,21.6,25.5,25.6,25.4,25.6]
line [21.2,20.8,21.5,21.1,21.8,21.7,21.6,25.5,25.6,25.4,25.6]
```

### [JetStream 2.2](https://browserbench.org/JetStream/)

| Version | Score |
|-----------|-----|
| 1.0.1-a.4-opt | 240 |
| 1.0.1-a.2-opt | 237 |
| 1.0.0-a.39-opt | 238 |
| 1.0.0-a.37-opt | 239 |
Expand All @@ -55,16 +57,17 @@ xychart-beta
```mermaid
xychart-beta
title "Performance over time (Higher is better)"
x-axis [0.34,0.37,0.39,1.2]
x-axis [0.34,0.37,0.39,1.2,1.4]
y-axis "Benchmark Points"
bar [228,239,238,237]
line [228,239,238,237]
bar [228,239,238,237,240]
line [228,239,238,237,240]
```

### [MotionMark](https://browserbench.org/MotionMark1.3.1/)

| Version | Score |
|-----------|-----|
| 1.0.1-a.4-opt | 1515 |
| 1.0.1-a.2-opt | 1527 |
| 1.0.0-a.39-opt | 1538 |
| 1.0.0-a.37-opt | 1562 |
Expand All @@ -73,10 +76,10 @@ xychart-beta
```mermaid
xychart-beta
title "Performance over time (Higher is better)"
x-axis [0.34,0.37,0.39,1.2]
x-axis [0.34,0.37,0.39,1.2,1.5]
y-axis "Benchmark Points"
bar [1464,1562,1538,1527]
line [1464,1562,1538,1527]
bar [1464,1562,1538,1527,1515]
line [1464,1562,1538,1527,1515]
```


Expand Down

0 comments on commit d91c30c

Please sign in to comment.