tree: 819d46d9ebf685fee0d00b4b18d9e85cefca2567
  1. README.md
  2. syscall-bench.go
sweet/source-assets/gvisor/syscall/README.md

gVisor Syscall Benchmark

This directory contains a linux/amd64 Go binary which measures raw syscall performance by running getppid (which is usually not cached in userspace) a fixed number of iterations. It would be ideal to run for a specified amount of time instead, but plumbing results back is a pain, and this is good enough. The benchmark source is in the src directory.

The benchmark is loosely based off the syscall benchmark in gVisor's repository.