snapshot benchmark
simple benchmark for the snapshots
This commit is contained in:
13
tests/benchmarks/cow/binary.S
Normal file
13
tests/benchmarks/cow/binary.S
Normal file
@@ -0,0 +1,13 @@
|
||||
USE64
|
||||
DEFAULT REL
|
||||
|
||||
SECTION .text
|
||||
loop:
|
||||
xor rcx, rcx
|
||||
write:
|
||||
mov [rbx+rcx*8], rsi
|
||||
inc rcx
|
||||
mov rdi, rax
|
||||
sub rdi, rcx
|
||||
jnz write
|
||||
jmp loop
|
||||
Reference in New Issue
Block a user