https://github.com/devinus/poison_test
https://github.com/devinus/poison_test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinus/poison_test
- Owner: devinus
- Created: 2015-05-23T21:07:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T21:09:47.000Z (about 11 years ago)
- Last Synced: 2025-02-12T03:48:09.555Z (over 1 year ago)
- Language: Elixir
- Size: 359 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```