Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 542 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 542 Bytes

scriggo-bench

This repository contains micro benchmarks for comparing Go embedded interpreters.

How to execute the benchmarks

Clone the repository on your machine with

$ git clone git@github.com:open2b/scriggo-bench.git

enter the newly created scriggo-bench folder

$ cd scriggo-bench

and launch the benchmarks with

$ go test -bench=.

Contributing

PRs to improve the quality of the benchmarks are welcome!

To discuss the changes, see https://github.com/open2b/scriggo/discussions.