aboutsummaryrefslogtreecommitdiff
path: root/benchmark/convert-instructions.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-15chore(deps): prettier 2.3.2Uri Shaked1-6/+3
also reformat all the code with the new version
2020-04-16fix(benchmark): update to work with latest codeUri Shaked1-12/+14
2019-12-01feat: improve benchmark codeUri Shaked1-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
2019-12-01feat: add benchmarking codeUri Shaked1-0/+61