make jsxbench more descriptive
This commit is contained in:
parent
74cd4d910b
commit
99eddc8ae8
1 changed files with 1 additions and 1 deletions
2
jsxbench
2
jsxbench
|
@ -42,7 +42,7 @@ main([]) ->
|
||||||
format(frequency:profile({"sample tweet to json (without key checks)", ?averageN({jsx, encode, [jsx:decode(sample_tweet()), [repeat_keys]]}, 1000)})),
|
format(frequency:profile({"sample tweet to json (without key checks)", ?averageN({jsx, encode, [jsx:decode(sample_tweet()), [repeat_keys]]}, 1000)})),
|
||||||
format(frequency:profile({"sample github user to term", ?averageN({jsx, decode, [sample_github_user()]}, 1000)})),
|
format(frequency:profile({"sample github user to term", ?averageN({jsx, decode, [sample_github_user()]}, 1000)})),
|
||||||
format(frequency:profile({"sample github user to json", ?averageN({jsx, encode, [jsx:decode(sample_github_user())]}, 1000)})),
|
format(frequency:profile({"sample github user to json", ?averageN({jsx, encode, [jsx:decode(sample_github_user())]}, 1000)})),
|
||||||
format(frequency:profile({"sample github user to json", ?averageN({jsx, encode, [jsx:decode(sample_github_user()), [repeat_keys]]}, 1000)})).
|
format(frequency:profile({"sample github user to json (without key checks)", ?averageN({jsx, encode, [jsx:decode(sample_github_user()), [repeat_keys]]}, 1000)})).
|
||||||
|
|
||||||
|
|
||||||
format([]) -> ok;
|
format([]) -> ok;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue