Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastienros/jsperf

Simple and personal perf comparison between JS interpreters in .NET
https://github.com/sebastienros/jsperf

Last synced: 24 days ago
JSON representation

Simple and personal perf comparison between JS interpreters in .NET

Awesome Lists containing this project

README

        

JSPerf
======

Simple and personal perf comparison between JS interpreters in .NET.

# Early results (smaller is better):

### Using a new engine for each iteration

Jint: 1000 iterations in 2134 ms
Jurassic: 1000 iterations in 6957 ms
Press any key to continue . . .

### Reusing the same engine accross iterations

Jint: 1000 iterations in 247 ms
Jurassic: 1000 iterations in 2418 ms
Press any key to continue . . .