An open API service indexing awesome lists of open source software.

https://github.com/devinus/poison_test


https://github.com/devinus/poison_test

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# PoisonTest

## Usage

```sh-session
$ mix deps.get
$ mix compile
$ mix compile.protocols
$ elixir -pa _build/dev/consolidated -pa _build/dev/lib/\*/ebin -S mix run -e 'PoisonTest.bench(:poison)'
```

## My Results

```
poison: 203.763ms
exjsx: 218.732ms
jiffy: 35.482ms
```