MessagePack\Tests\Perf\Target\PeclFunctionPackTarget::perform PHP Method

perform() public method

public perform ( Test $test )
$test MessagePack\Tests\Perf\Test
    public function perform(Test $test)
    {
        \msgpack_pack($test->getRaw());
    }