Skip to content

Commit 6b0039b

Browse files
committed
Update readme.md
1 parent 2a2ae8c commit 6b0039b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Benchmarks/readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Benchmark tests
2+
===============
3+
4+
How to run
5+
----------
6+
7+
Benchmark test contains CharkaCore and ClearScriptV8 runners, which requres installed native binaries for your
8+
operating system. If you run tests under Windows x64, you don't need to install anything. If you run
9+
test under other OS, you have to install native binaries via nuget. We recommend these binaries for [ChakraCore](https://www.nuget.org/packages?q=JavaScriptEngineSwitcher.ChakraCore.Native) and these for [ClearScriptV8](https://www.nuget.org/packages?q=Microsoft.ClearScript.V8.Native).
10+
11+
112
Interop benchmarks
213
------------------
314

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,8 @@ Jint | ❌
112112
ChakraCore | ✔
113113
ClearScriptV8 | ✔
114114
Moonsharp | ❌
115+
116+
Performance
117+
-----------
118+
119+
We have written benchmark tests to investigate how fast runners works in some situations such as interoperating calls between .NET and scripting engine, integer and floating point computations. Results of benchmark test you can see [here](Benchmarks/readme.md).

0 commit comments

Comments
 (0)