Skip to content

wasmjit-omr/micro-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A suite of micro-benchmarks for measuring the performance of the wasmjit-omr JIT compiler.

Building and running

Simply running make will build two versions of every benchmark, one in WebAssembly and the other as a native binary. A file name can also be specified as an argument to make to only build that file.

To run the WebAssembly code, use em-interp. For example:

$ make
$ ./em-interp mandelbrot.wasm

License

The code is distributed under the terms of the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published