tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
AddPseudoRandomData
tagion
testbench
dart
dart_stress_test
Undocumented in source.
@
safe
@
Scenario
("Add pseudo random data.", [])
class
AddPseudoRandomData {
DART
db1
;
DartInfo
info
;
const
ulong
samples
;
const
ulong
number_of_records
;
ulong
[][]
data
;
this
(DartInfo info, ulong samples, ulong number_of_records);
Document
dartfile
();
Document
seed
();
Document
it
();
Document
checked
();
}
Constructors
this
this
(DartInfo info, ulong samples, ulong number_of_records)
Undocumented in source.
Members
Functions
checked
Document
checked
()
Undocumented in source. Be warned that the author may not have intended to support it.
dartfile
Document
dartfile
()
Undocumented in source. Be warned that the author may not have intended to support it.
it
Document
it
()
Undocumented in source. Be warned that the author may not have intended to support it.
seed
Document
seed
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
ulong
[][]
data
;
Undocumented in source.
db1
DART
db1
;
Undocumented in source.
info
DartInfo
info
;
Undocumented in source.
number_of_records
ulong
number_of_records
;
Undocumented in source.
samples
ulong
samples
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
dart
dart_stress_test
aliases
FeatureContext
classes
AddPseudoRandomData
manifest constants
feature