Added ScaledFuzzer capabilities
This commit is contained in:
@@ -9,7 +9,7 @@ Schema {
|
||||
Var {
|
||||
tipo: RefCell {
|
||||
value: Generic {
|
||||
id: 64,
|
||||
id: 65,
|
||||
},
|
||||
},
|
||||
alias: None,
|
||||
|
||||
@@ -1139,7 +1139,7 @@ where
|
||||
Test::PropertyTest(property_test) => property_test
|
||||
.benchmark(seed, property_max_success, plutus_version)
|
||||
.into_iter()
|
||||
.map(|result| TestResult::Benchmark(result))
|
||||
.map(TestResult::Benchmark)
|
||||
.collect::<Vec<_>>(),
|
||||
})
|
||||
.collect::<Vec<TestResult<(Constant, Rc<Type>), PlutusData>>>()
|
||||
|
||||
@@ -9,7 +9,7 @@ Schema {
|
||||
Var {
|
||||
tipo: RefCell {
|
||||
value: Generic {
|
||||
id: 64,
|
||||
id: 65,
|
||||
},
|
||||
},
|
||||
alias: None,
|
||||
|
||||
@@ -230,7 +230,7 @@ impl EventListener for Terminal {
|
||||
" Complete"
|
||||
.if_supports_color(Stderr, |s| s.bold())
|
||||
.if_supports_color(Stderr, |s| s.green()),
|
||||
format!("benchmark results written to CSV")
|
||||
"benchmark results written to CSV"
|
||||
.if_supports_color(Stderr, |s| s.bold())
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user