fstpackage / synthetic

R package for dataset generation and benchmarking
GNU Affero General Public License v3.0
20 stars 1 forks source link

Disregard first benchmark measurement #27

Closed MarcusKlik closed 4 years ago

MarcusKlik commented 4 years ago

As the host packages might run some startup code like loading / attaching package dependencies.

The first measurement on each streamers can be performed on a single row, single column dataset using default options (should be fast).

MarcusKlik commented 4 years ago

Attaching packages and other setup requirements can be handled in the constructor of the streamer, so this feature is not necessary