check math.js evalution performance (v3)

Revision 3 of this benchmark created on


Preparation HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/11.9.1/math.js" ></script>

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.