From de416c464b4f5a27cbd59df3f4a5f38a4581a1d5 Mon Sep 17 00:00:00 2001 From: Hanjoung Lee Date: Mon, 28 Mar 2016 02:08:33 +0900 Subject: [PATCH] [autocommit] Add daily benchmark data (2016-03-28) --- benchmark/data/2016-03-28.json | 74 ++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 benchmark/data/2016-03-28.json diff --git a/benchmark/data/2016-03-28.json b/benchmark/data/2016-03-28.json new file mode 100644 index 000000000..0f484204d --- /dev/null +++ b/benchmark/data/2016-03-28.json @@ -0,0 +1,74 @@ +{ + "info": { + "jerryscript": { + "version": "21f8f06c51c135a6185bfe77e6dafc6657e93308", + "size": 180964 + }, + "duktape": { + "version": "265f98352cf0bc5669f2bbfb05c49699d940f4a4", + "size": 173980 + } + }, + "sunspider-1.0.2": { + "performance": { + "jerryscript-snapshot": { + "math-spectral-norm.js": 1.452, + "3d-cube.js": 2.568, + "access-fannkuch.js": 7.496, + "access-nbody.js": 2.856, + "bitops-bitwise-and.js": 3.204, + "math-partial-sums.js": 1.576, + "controlflow-recursive.js": 0.96, + "bitops-bits-in-byte.js": 2.392, + "access-binary-trees.js": 1.352, + "bitops-3bit-bits-in-byte.js": 1.616, + "string-fasta.js": 3.196, + "math-cordic.js": 2.816 + } + }, + "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.3, + "function-empty.js": 19.408, + "function-excess-args.js": 20.8, + "function-closure.js": 2.576, + "function-missing-args.js": 15.544, + "loop-sum.js": 35.524, + "loop-empty-resolve.js": 3.412, + "function-correct-args.js": 21.84, + "function-sum.js": 17.78 + } + }, + "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