/scriggo-bench

Scriggo Benchmarks

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.