# Copyright (c) 2015 AppNeta, Inc. # All rights reserved. require 'minitest_helper' class BenchAllocations < Minitest::Test def test_trace_api assert_allocations 42 do TraceView::API.start_trace('bench') do nil end end end end