aboutsummaryrefslogtreecommitdiff
path: root/benchmark (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-22refactor: added peripherals and cpu feature folderslironh1-2/+2
2019-12-01feat: improve benchmark codeUri Shaked3-18/+71
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 Shaked4-0/+244