Added Test class to track benchmark groups
This commit is contained in:
		| @@ -20,7 +20,7 @@ final class AddResultsTable extends AbstractMigration | ||||
|     { | ||||
|         $table = $this->table('results'); | ||||
|         $table->addColumn('component', 'string', ['null' => false]) | ||||
|             ->addColumn('benchmark', 'text', ['null' => false]) | ||||
|             ->addColumn('benchmark', 'string', ['null' => false]) | ||||
|             ->addColumn('type', 'string', ['null' => false, 'default' => 'fps']) | ||||
|             ->addColumn('average', 'integer', ['null' => false]) | ||||
|             ->addColumn('minimum', 'integer') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user