public function testFormatDuration()
 {
     $this->assertSame('12.35 ms', BenchmarkFormatter::formatDuration(12.345));
 }