From 99eddc8ae83e555caae665aa816ec0ea0d2bfbb3 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Fri, 19 Sep 2014 23:27:22 -0700 Subject: [PATCH] make jsxbench more descriptive --- jsxbench | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsxbench b/jsxbench index 91c8ee7..7670d51 100755 --- a/jsxbench +++ b/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 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()), [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;