Commit Graph

33 Commits

Author SHA1 Message Date
Murarth
38707f6e00 Format JSON benchmark code 2018-04-25 11:42:41 +02:00
Geoffroy Couprie
727006bf63 fix json benchmark compilation 2018-04-09 16:50:28 +02:00
Geoffroy Couprie
c459cc5e39 clean up json benchmark 2018-04-08 11:56:24 +02:00
Geoffroy Couprie
64c3445393 fmt 2018-03-11 13:43:22 +01:00
Geoffroy Couprie
48ab899775 bring back the INI bench without CompleteByteSlice 2018-03-06 16:54:01 +01:00
Geoffroy Couprie
6869100171 reactivate ini parsing benchmarks 2018-02-26 15:16:27 +01:00
Geoffroy Couprie
55bac0bfa8 fmt 2018-02-17 15:06:43 +01:00
Geoffroy Couprie
778e8b89d8 more reliable benchmarks 2018-02-13 11:36:26 +01:00
Geoffroy Couprie
ffab229df7 remove some warnings 2018-02-13 11:36:26 +01:00
Geoffroy Couprie
29201bcacc improve the json benchmark 2018-02-12 17:11:07 +01:00
Geoffroy Couprie
63819957c1 use CompleteStr in the ini_str benchmark 2018-02-12 15:18:36 +01:00
Geoffroy Couprie
e6d8fc213a temporarily deactivate some failing tests and benchmarks 2018-01-16 22:01:16 +01:00
Geoffroy Couprie
88464c739a add benchmarks for floats 2018-01-14 15:05:33 +01:00
Geoffroy Couprie
a53febdfdf set the max line width at 140 2017-12-10 21:40:59 +01:00
Geoffroy Couprie
87d8370064 more rustfmt fixes 2017-12-10 21:05:22 +01:00
Geoffroy Couprie
e58efb7f93 start using rustfmt 2017-12-10 19:50:12 +01:00
Geoffroy Couprie
e9ffca6871 fix some clippy warnings 2017-12-10 15:53:50 +01:00
Roman Proskuryakov
1946fb0ddb Fix casting character literal to u8
Signed-off-by: Geoffroy Couprie <geo.couprie@gmail.com>
2017-12-10 00:20:00 +01:00
Roman Proskuryakov
30a63ca1f5 Fix trailing spaces
Signed-off-by: Geoffroy Couprie <geo.couprie@gmail.com>
2017-12-10 00:16:17 +01:00
Geoffroy Couprie
f69d6d760c port benchmarks 2017-09-07 18:09:28 +02:00
Geoffroy Couprie
67abe5fc83 add a benchmark for arithmetic expressions 2017-05-09 11:54:11 +02:00
Geoffroy Couprie
9fba3c2fb1 move multispace parsers out of basic ones 2017-03-23 15:06:13 +01:00
Geoffroy Couprie
0075ca8b5b inline some code 2017-03-23 15:01:37 +01:00
Geoffroy Couprie
41f39f10ab replace take_until with take_while 2017-03-23 14:57:51 +01:00
Geoffroy Couprie
38ac33c4f2 use char instead of tag 2017-03-23 14:54:49 +01:00
Geoffroy Couprie
f8428aaa36 simplify the ini parser 2017-03-23 14:38:10 +01:00
Geoffroy Couprie
d116cb9778 add more individual benchmarks 2017-03-23 12:48:04 +01:00
Geoffroy Couprie
ef1811667e move the ini benches to their own files 2017-03-23 11:44:27 +01:00
Geoffroy Couprie
c7d76f98f9 Merge pull request #362 from Keruspe/drop-chain-4
Port benches to do_parse
2016-12-10 10:36:36 +01:00
Geoffroy Couprie
b5d1159105 Add a JSON bench 2016-11-24 15:40:07 +01:00
Marc-Antoine Perennou
c4ed6c6c2b benches/http: switch to do_parse
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2016-11-08 09:27:49 +01:00
Marc-Antoine Perennou
46c3d94ba0 benches/http: silence warnings
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2016-11-08 09:24:39 +01:00
Geoffroy Couprie
ae46de6573 Add a HTTP benchmark 2016-11-05 16:28:03 +01:00