php-sqlsrv/test/Performance/lib/CRUDBaseBenchmark.php

9 lines
75 B
PHP
Raw Normal View History

2017-08-23 01:15:33 +02:00
<?php
/**
* @Iterations(1000)
*/
abstract class CRUDBaseBenchmark
{
}
?>