Skip to content

Commit

Permalink
bench: update chain filter defns
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jan 17, 2022
1 parent 588d0cd commit d69225b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions bench/flt-full-k10.json
@@ -0,0 +1,25 @@
[ { "tag": "CSlot"
, "contents":
{ "tag": "EpochGEq"
, "contents": 2
}
}
, { "tag": "CSlot"
, "contents":
{ "tag": "SlotLEq"
, "contents": 37000
}
}
, { "tag": "CBlock"
, "contents":
{ "tag": "BUnitaryChainDelta"
, "contents": true
}
}
, { "tag": "CBlock"
, "contents":
{ "tag": "BFullnessGEq"
, "contents": 0.9
}
}
]
4 changes: 2 additions & 2 deletions bench/flt-full.json
@@ -1,13 +1,13 @@
[ { "tag": "CSlot"
, "contents":
{ "tag": "EpochGEq"
, "contents": 3
, "contents": 2
}
}
, { "tag": "CSlot"
, "contents":
{ "tag": "SlotLEq"
, "contents": 37000
, "contents": 56000
}
}
, { "tag": "CBlock"
Expand Down
4 changes: 2 additions & 2 deletions bench/flt-midsize.json
@@ -1,13 +1,13 @@
[ { "tag": "CSlot"
, "contents":
{ "tag": "EpochGEq"
, "contents": 3
, "contents": 2
}
}
, { "tag": "CSlot"
, "contents":
{ "tag": "SlotLEq"
, "contents": 37000
, "contents": 56000
}
}
, { "tag": "CBlock"
Expand Down
4 changes: 2 additions & 2 deletions bench/flt-range.json
@@ -1,13 +1,13 @@
[ { "tag": "CSlot"
, "contents":
{ "tag": "EpochGEq"
, "contents": 3
, "contents": 2
}
}
, { "tag": "CSlot"
, "contents":
{ "tag": "SlotLEq"
, "contents": 37000
, "contents": 56000
}
}
, { "tag": "CBlock"
Expand Down

0 comments on commit d69225b

Please sign in to comment.