Browse Source

bench: fix arch directory

Fabian 2 years ago
parent
commit
5646529322
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/benchmark/arch-bytemark.js

+ 1 - 1
tests/benchmark/arch-bytemark.js

@@ -21,7 +21,7 @@ const emulator = new V86({
         basefs: {
             url: path.join(V86_ROOT, "/images/fs.json"),
         },
-        baseurl: path.join(V86_ROOT, "/images/arch/"),
+        baseurl: path.join(V86_ROOT, "/images/arch-nongz/"),
     },
     screen_dummy: true,
     log_level: 0,