Add csv parsing benchmark #1403
This commit is contained in:
41
benches/csv.pl
Normal file
41
benches/csv.pl
Normal file
File diff suppressed because one or more lines are too long
@@ -29,6 +29,13 @@ pub fn prolog_benches() -> BTreeMap<&'static str, PrologBenchmark> {
|
|||||||
Strategy::Reuse,
|
Strategy::Reuse,
|
||||||
btreemap! { "Head" => Value::try_from("1".to_string()).unwrap()},
|
btreemap! { "Head" => Value::try_from("1".to_string()).unwrap()},
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
"csv_codename",
|
||||||
|
"benches/csv.pl",
|
||||||
|
"get_codename(\"0020\",Name).",
|
||||||
|
Strategy::Reuse,
|
||||||
|
btreemap! { "Name" => Value::try_from("SPACE".to_string()).unwrap()},
|
||||||
|
),
|
||||||
]
|
]
|
||||||
.map(|b| {
|
.map(|b| {
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user