From 27ea13401dfa443243d588c5636c85e1037b986d Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 1 Dec 2019 23:18:22 +0200 Subject: feat: improve benchmark code compare 3 alternatives: 1. Current avrInstruction() implementation 2. Map opcodes using a Javascript map 3. Map opcodes using a Uint16Array and big switch statement --- tsconfig.benchmark.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tsconfig.benchmark.json') diff --git a/tsconfig.benchmark.json b/tsconfig.benchmark.json index 608b618..79f519c 100644 --- a/tsconfig.benchmark.json +++ b/tsconfig.benchmark.json @@ -1,5 +1,8 @@ { "extends": "./tsconfig.json", - "compilerOptions": { "rootDir": "." }, + "compilerOptions": { + "rootDir": ".", + "target": "es2018" + }, "include": ["src/**/*.ts", "benchmark/**/*.ts"] } -- cgit v1.2.3