WebAssembly / benchmarks

Resources for collaborative benchmarking
27 stars 7 forks source link

Add Schism eval benchmark proposal #3

Closed wingo closed 3 years ago

wingo commented 5 years ago

This is a draft PR to test the benchmark submission process; see issues #1 and #2. What do you think, Ben? Feedback of any sort very welcome.

wingo commented 5 years ago

/cc @eholk

wingo commented 5 years ago

I updated the branch to add a benchmark runner; see runner.js in proposals/. I also updated the runner to not require Node, and to work with SpiderMonkey at least (still updating my JSC here).

Also, this benchmark now uses the tail call proposal in addition to the reference types proposal.