Improved benchmarks

This commit is contained in:
Eduard Urbach 2024-06-28 15:34:25 +02:00
parent 81cc7e6a75
commit 7f8579fa11
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 7 additions and 7 deletions

View file

@ -13,8 +13,4 @@ print(address, length) {
write(fd, address, length) {
syscall(1, fd, address, length)
}
empty() {
}