diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2025-07-31 18:16:10 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2025-07-31 18:16:10 +0100 |
| commit | abe1f21f84df5864e8a7781864d9e32436bde2d4 (patch) | |
| tree | e2b8100bc9e6523db4ade4746d98bd33d1ead513 /index.html | |
| parent | bccbcc12c72f5edde605601a311646d1ca96d7e1 (diff) | |
| download | js-raytracer-abe1f21f84df5864e8a7781864d9e32436bde2d4.tar.xz js-raytracer-abe1f21f84df5864e8a7781864d9e32436bde2d4.zip | |
Add more reference benchmark scores. Update readme
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -148,13 +148,13 @@ <div id="benchmark-mode" class="columns controls d-hide"> <div class="column"> <div class="columns"> - <div class="column col-3"> + <div class="column col-3" style="width: 20%"> <p>You can also use the raytracer to run a CPU and JavaScript performance benchmark.</p> <p>This will run multiple 1080p renders, with both single and multicore workloads. An overall score will be calculated based on performance, higher is better.</p> - <p>Compare your results to the reference scores from the various other devices I've tested.</p> + <p>Compare your results to the reference scores from the various devices I've tested.</p> </div> <div class="divider-vert"></div> - <div class="column col-6"> + <div class="column col-6" style="width: 55%"> <div id="benchmark-results-graph" style="width: 100%; height: 500px"></div> </div> <div class="column col-3"> |