aboutsummaryrefslogtreecommitdiff
path: root/benchmark/index.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-10refactor: remove the ICPU interfaceUri Shaked1-2/+2
Removing the interface simplifies the code
2020-03-22refactor: added peripherals and cpu feature folderslironh1-2/+2
2019-12-01feat: improve benchmark codeUri Shaked1-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
2019-12-01feat: add benchmarking codeUri Shaked1-0/+55