mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
use newer arch state for benchs
This commit is contained in:
parent
58471e809b
commit
611bc7d394
3 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ window.onload = function()
|
|||
url: "../bios/vgabios.bin",
|
||||
},
|
||||
initial_state: {
|
||||
url: "../images/arch_state.bin.zst",
|
||||
url: "../images/arch_state-v2.bin.zst",
|
||||
},
|
||||
filesystem: {
|
||||
baseurl: "../images/arch/",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ const emulator = new V86({
|
|||
type: "virtio",
|
||||
relay_url: "<UNUSED>",
|
||||
},
|
||||
initial_state: { url: path.join(V86_ROOT, "/images/arch_state.bin") },
|
||||
initial_state: { url: path.join(V86_ROOT, "/images/arch_state-v2.bin.zst") },
|
||||
filesystem: { baseurl: path.join(V86_ROOT, "/images/arch/") },
|
||||
disable_jit: +process.env.DISABLE_JIT,
|
||||
log_level: 0,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ const emulator = new V86({
|
|||
type: "virtio",
|
||||
relay_url: "<UNUSED>",
|
||||
},
|
||||
initial_state: { url: path.join(V86_ROOT, "/images/arch_state.bin") },
|
||||
initial_state: { url: path.join(V86_ROOT, "/images/arch_state-v2.bin.zst") },
|
||||
filesystem: { baseurl: path.join(V86_ROOT, "/images/arch/") },
|
||||
disable_jit: +process.env.DISABLE_JIT,
|
||||
log_level: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue