PHP Classes

File: benchmarks/Ipc/FifoIpcBenchmark.php

Recommend this page to a friend!
  Classes of Artur Graniszewski   ZEUS for PHP   benchmarks/Ipc/FifoIpcBenchmark.php   Download  
File: benchmarks/Ipc/FifoIpcBenchmark.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: ZEUS for PHP
Manage the execution of multiple parallel tasks
Author: By
Last change: Performance improvements in IPC Adapters + improved benchmark tests
Date: 6 years ago
Size: 233 bytes
 

Contents

Class file image Download
<?php

namespace ZeusBench\Ipc;

use
Zeus\Kernel\IpcServer\Adapter\FifoAdapter;

class
FifoIpcBenchmark extends AthleticEvent
{
    protected
$ipcAdapterName = FifoAdapter::class;

    public function
testLargeMessage()
    {
    }
}