benchmarks: Added benchmarks for C, Go, Ruby, Python and Nit
authorLucas Bajolet <r4pass@hotmail.com>
Thu, 10 Dec 2015 20:47:27 +0000 (15:47 -0500)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 15 Dec 2015 15:37:19 +0000 (10:37 -0500)
commit5dd19df626dc905373fac2c62662f450376da3b5
treed9185dcdbedeb75b692af2fa9787a5ea7bbc9c00
parentc4094d239fbb60cc91ec7568c8c3bcce1ff7b730
benchmarks: Added benchmarks for C, Go, Ruby, Python and Nit

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
benchmarks/json/scripts/c_parser.c [new file with mode: 0644]
benchmarks/json/scripts/json_ext.rb [new file with mode: 0644]
benchmarks/json/scripts/json_parse.go [new file with mode: 0644]
benchmarks/json/scripts/json_pure.rb [new file with mode: 0644]
benchmarks/json/scripts/nit_adhoc_utf_noropes.nit [new file with mode: 0644]
benchmarks/json/scripts/nit_adhoc_utf_ropes.nit [new file with mode: 0644]
benchmarks/json/scripts/nitcc_parser.nit [new file with mode: 0644]
benchmarks/json/scripts/python.py [new file with mode: 0644]