aboutsummaryrefslogtreecommitdiff
path: root/benchmark/convert-instructions.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(benchmark): update to work with latest codeUri Shaked2020-04-161-12/+14
|
* feat: improve benchmark codeUri Shaked2019-12-011-4/+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/+61