tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
AddRemoveAndReadTheResult
tagion
testbench
dart
insert_remove_stress
Undocumented in source.
@
safe
@
Scenario
("add remove and read the result", [])
class
AddRemoveAndReadTheResult {
DartInfo
info
;
DART
db1
;
RandomArchives
[]
random_archives
;
Mt19937
gen
;
auto
insert_watch
;
auto
read_watch
;
uint
number_of_seeds
;
uint
number_of_rounds
;
uint
number_of_samples
;
uint
operations
;
this
(DartInfo info, uint seed, uint number_of_seeds, uint number_of_rounds, uint number_of_samples);
Document
dartfile
();
Document
randomarchives
();
Document
instructions
();
Document
elements
();
}
Constructors
this
this
(DartInfo info, uint seed, uint number_of_seeds, uint number_of_rounds, uint number_of_samples)
Undocumented in source.
Members
Functions
dartfile
Document
dartfile
()
Undocumented in source. Be warned that the author may not have intended to support it.
elements
Document
elements
()
Undocumented in source. Be warned that the author may not have intended to support it.
instructions
Document
instructions
()
Undocumented in source. Be warned that the author may not have intended to support it.
randomarchives
Document
randomarchives
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
db1
DART
db1
;
Undocumented in source.
gen
Mt19937
gen
;
Undocumented in source.
info
DartInfo
info
;
Undocumented in source.
insert_watch
auto
insert_watch
;
Undocumented in source.
number_of_rounds
uint
number_of_rounds
;
Undocumented in source.
number_of_samples
uint
number_of_samples
;
Undocumented in source.
number_of_seeds
uint
number_of_seeds
;
Undocumented in source.
operations
uint
operations
;
Undocumented in source.
random_archives
RandomArchives
[]
random_archives
;
Undocumented in source.
read_watch
auto
read_watch
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
dart
insert_remove_stress
aliases
FeatureContext
classes
AddRemoveAndReadTheResult
manifest constants
feature