From 9e98c89f21af631b9c4ed8d6916dd47ab336f81a Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 5 Sep 2021 16:44:23 -0400 Subject: [PATCH] update benchmark notes --- Backends.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Backends.md b/Backends.md index 4742193..fe18ee0 100644 --- a/Backends.md +++ b/Backends.md @@ -12,6 +12,8 @@ Experimental support is added for `WebGPU` backend in **Browsers** and `WASM` ba ## Backend Performance Compare +*This is not real-world expected performance, this is worst-case with optimizations disabled to highlight differences between each backend* + | Backend | Environment | Execution | Variation | Warmup | Average | Note | | --- | --- | --- | --- | --- | --- | --- | | CPU | NodeJS | CPU | - | 78,750 ms | 75,000 ms | Reference only |