diff options
Diffstat (limited to 'benchmark/index.ts')
| -rw-r--r-- | benchmark/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/index.ts b/benchmark/index.ts index 02eee8d..e290352 100644 --- a/benchmark/index.ts +++ b/benchmark/index.ts @@ -1,5 +1,5 @@ -import { CPU, ICPU } from '../src/cpu'; -import { avrInstruction } from '../src/instruction'; +import { CPU, ICPU } from '../src/cpu/cpu'; +import { avrInstruction } from '../src/cpu/instruction'; import { createBenchmark } from './benchmark'; import { permutations } from './permutations'; import { instructions, executeInstruction } from './instruction-fn'; |
