Skip to content

open2b/scriggo-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.