aboutsummaryrefslogtreecommitdiff
path: root/benchmark (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): upgrade prettierUri Shaked2025-02-111-2/+2
| | | | reformat all code with the new prettier version
* refactor: remove the ICPU interfaceUri Shaked2021-09-102-5/+5
| | | | Removing the interface simplifies the code
* chore(deps): prettier 2.3.2Uri Shaked2021-08-152-7/+4
| | | | also reformat all the code with the new version
* fix(benchmark): update to work with latest codeUri Shaked2020-04-161-12/+14
|
* refactor: added peripherals and cpu feature folderslironh2020-03-221-2/+2
|
* feat: improve benchmark codeUri Shaked2019-12-013-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
* feat: add benchmarking codeUri Shaked2019-12-014-0/+244