a = Vector::uniform(10000000); $this->b = Vector::uniform(10000000); } /** * @Subject * @Iterations(5) * @OutputTimeUnit("seconds", precision=3) */ public function dot() : void { $this->a->dot($this->b); } }