diff --git a/Jint.Benchmark/README.md b/Jint.Benchmark/README.md index ea78d6d37..8dfbd1d79 100644 --- a/Jint.Benchmark/README.md +++ b/Jint.Benchmark/README.md @@ -43,62 +43,76 @@ script) unless noted; "field" means the best result from the other three engines **Where Jint leads** -* **Tiny-script latency.** `minimal` 1.7 µs (1.7× faster than the field), `evaluation` 4.9 µs and - `evaluation-modern` 5.0 µs (~5× faster). Jint has almost no per-run engine overhead. -* **Prepared scripts are dramatically faster than re-parsing.** `linq-js` drops from 1,227 µs - (parse every run) to **60 µs** when reused — 20× — and that is 5.6× faster than the next engine - (YantraJS 337 µs). Cache your `Prepared