Added user-friendliness

This commit is contained in:
2022-08-27 06:23:54 +02:00
parent c874e582f1
commit 66072d6930

View File

@@ -28,7 +28,7 @@ _Angelehnt an Pierre Quentels [Brython Benchmarking 2015](https://brythonista.wo
- 5 Läufe pro Framework - 5 Läufe pro Framework
- Neustart und Leerung jeglicher Caches nach jedem Lauf - Neustart und Leerung jeglicher Caches nach jedem Lauf
- Geometrisches Mittel der 5 Versuche - Geometrisches Mittel der 5 Läufe
### Ergebnisse ### Ergebnisse
@@ -89,3 +89,20 @@ Pyodide 7.6MB + externe Pakete
PyScript 8.3MB + externe Pakete PyScript 8.3MB + externe Pakete
PyScript* 25.3MB (mit Matplotlib) PyScript* 25.3MB (mit Matplotlib)
``` ```
## Nutzerfreundlichkeit
### Konfiguration
- Aufruf über [JS](https://checksch.de/pa-pyscript/basic-example/javascript.html)/[PY](https://checksch.de/pa-pyscript/basic-example/pyscript.html).
- Kein Caching
- 5 Läufe
### Ergebnisse
```text
(MB) (s) (s)
Load Finish TTI
JavaScript 0.2 1.17 0.8
PyScript 12.9 8.57 9.6
```