From 5f1405936155b864efbe750e7e5cf7456fefb4ee Mon Sep 17 00:00:00 2001 From: Hanjoung Lee Date: Fri, 25 Mar 2016 02:08:47 +0900 Subject: [PATCH] [autocommit] Add daily benchmark data (2016-03-25) --- benchmark/data/2016-03-25.json | 74 ++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 benchmark/data/2016-03-25.json diff --git a/benchmark/data/2016-03-25.json b/benchmark/data/2016-03-25.json new file mode 100644 index 000000000..609495a2c --- /dev/null +++ b/benchmark/data/2016-03-25.json @@ -0,0 +1,74 @@ +{ + "info": { + "jerryscript": { + "version": "cc23c225ea7c03bfb0fd4f58352ab517ba26dc9e", + "size": 180964 + }, + "duktape": { + "version": "2c9fefe61d8bd9cc3d87d2324da82beed7870ff0", + "size": 173980 + } + }, + "sunspider-1.0.2": { + "performance": { + "jerryscript-snapshot": { + "math-spectral-norm.js": 1.46, + "3d-cube.js": 2.556, + "access-fannkuch.js": 7.52, + "access-nbody.js": 2.86, + "bitops-bitwise-and.js": 3.212, + "math-partial-sums.js": 1.572, + "controlflow-recursive.js": 0.956, + "bitops-bits-in-byte.js": 2.396, + "access-binary-trees.js": 1.36, + "bitops-3bit-bits-in-byte.js": 1.62, + "string-fasta.js": 3.208, + "math-cordic.js": 2.808 + } + }, + "memory": { + "jerryscript-snapshot": { + "math-spectral-norm.js": 28, + "3d-cube.js": 72, + "access-fannkuch.js": 28, + "access-nbody.js": 28, + "bitops-bitwise-and.js": 20, + "math-partial-sums.js": 20, + "controlflow-recursive.js": 128, + "bitops-bits-in-byte.js": 20, + "access-binary-trees.js": 72, + "bitops-3bit-bits-in-byte.js": 20, + "string-fasta.js": 36, + "math-cordic.js": 20 + } + } + }, + "ubench": { + "performance": { + "jerryscript-snapshot": { + "loop-empty.js": 30.32, + "function-empty.js": 19.4, + "function-excess-args.js": 20.808, + "function-closure.js": 2.584, + "function-missing-args.js": 15.5, + "loop-sum.js": 35.5, + "loop-empty-resolve.js": 3.412, + "function-correct-args.js": 21.836, + "function-sum.js": 17.8 + } + }, + "memory": { + "jerryscript-snapshot": { + "loop-empty.js": 20, + "function-empty.js": 20, + "function-excess-args.js": 20, + "function-closure.js": 28, + "function-missing-args.js": 20, + "loop-sum.js": 20, + "loop-empty-resolve.js": 20, + "function-correct-args.js": 20, + "function-sum.js": 20 + } + } + } +} \ No newline at end of file