gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/images/benchmarks/rubydev/tc_no_op.rb (about) 1 # A unit test that tests nothing. 2 # Based on the unit test that Stripe used to benchmark gVisor: 3 # https://stripe.com/blog/fast-secure-builds-choose-two 4 5 require "test/unit" 6 7 class TestNoOp < Test::Unit::TestCase 8 def test_noop 9 end 10 end