summaryrefslogtreecommitdiffstats
path: root/results/classifier/deepseek-2-tmp/output/performance/1826401
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/output/performance/1826401
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/performance/1826401')
-rw-r--r--results/classifier/deepseek-2-tmp/output/performance/182640139
1 files changed, 0 insertions, 39 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/performance/1826401 b/results/classifier/deepseek-2-tmp/output/performance/1826401
deleted file mode 100644
index 230d3a4e..00000000
--- a/results/classifier/deepseek-2-tmp/output/performance/1826401
+++ /dev/null
@@ -1,39 +0,0 @@
-
-qemu-system-aarch64 has a high cpu usage on windows
-
-Running qemu-system-aarch64 leads to a high CPU consumption on windows 10.
-
-Tested with qemu: 4.0.0-rc4 & 3.1.0 & 2.11.0
-
-Command: qemu_start_command = [
- qemu-system-aarch64,
- "-pidfile",
- target_path + "/qemu" + str(instance) + ".pid",
- "-machine",
- "virt",
- "-cpu",
- "cortex-a57",
- "-nographic",
- "-smp",
- "2",
- "-m",
- "2048",
- "-kernel",
- kernel_path,
- "--append",
- "console=ttyAMA0 root=/dev/vda2 rw ipx=" + qemu_instance_ip + "/64 net.ifnames=0 biosdevname=0",
- "-drive",
- "file=" + qemu_instance_img_path + ",if=none,id=blk",
- "-device",
- "virtio-blk-device,drive=blk",
- "-netdev",
- "socket,id=mynet0,udp=127.0.0.1:2000,localaddr=127.0.0.1:" + qemu_instance_port,
- "-device",
- "virtio-net-device,netdev=mynet0",
- "-serial",
- "file:" + target_path + "/qemu" + str(instance) + ".log"
- ]
-
-*The cpu consumption is ~70%.
-*No acceleration used.
-*This CPU consumption is obtained only by running the above command. No workload on the guest OS. \ No newline at end of file