Improved benchmarks

This commit is contained in:
Eduard Urbach 2024-06-28 15:34:25 +02:00
parent 8ae5246807
commit 98f5f021f0
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
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() {
}