check math.js evalution performance

Benchmark created on


Preparation HTML

<script src="https://unpkg.com/mathjs@11.9.1/" />

Test runner

Ready to run.

Testing in
TestOps/sec
with math.js evaluate
let c = math.evaluate('a / b', {
	a: 234,
	b: 7926
})
ready
bulit calculation
let a = 234;
let b = 7926;
let c = a / b;
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.