aboutsummaryrefslogtreecommitdiff
path: root/benchmark/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: improve benchmark codeUri Shaked2019-12-011-14/+24
| | | | | | | compare 3 alternatives: 1. Current avrInstruction() implementation 2. Map opcodes using a Javascript map 3. Map opcodes using a Uint16Array and big switch statement
* feat: add benchmarking codeUri Shaked2019-12-011-0/+55