mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
11 lines
155 B
PHP
11 lines
155 B
PHP
<?php
|
|
|
|
namespace Tests\Benchmarks\Services\Storage;
|
|
|
|
use Tests\E2E\Scopes\SideServer;
|
|
|
|
class StorageCustomServerBench extends Base
|
|
{
|
|
use SideServer;
|
|
}
|