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

perform() public method

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