Skip to content

Commit

Permalink
More extensive plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
tinloaf committed Aug 13, 2020
1 parent de9efab commit 4421dda
Showing 1 changed file with 65 additions and 8 deletions.
73 changes: 65 additions & 8 deletions benchmark/scripts/plot_cfg.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,38 @@
{"kind": "set",
"field": "full_algo",
"set": [
"std::multiset.*",
"boost::intrusive::multiset.*",
"RBTree.*",
"ZipTree \\[H,UL\\]",
"WBTree \\[3,4/3,SP\\]"
"RBTree.*"
]}
],
"filename": "bst_usvsthem_insert.pdf"
"filename": "bst_rbtrees_insert.pdf"
},

{"filters": [
{"field": "group",
"match": "BST"},
{"field": "experiment",
"match": "Delete"},
{"kind": "set",
"field": "full_algo",
"set": [
"RBTree.*"
]}
],
"filename": "bst_rbtrees_delete.pdf"
},
{"filters": [
{"field": "group",
"match": "BST"},
{"field": "experiment",
"match": "Search"},
{"kind": "set",
"field": "full_algo",
"set": [
"RBTree.*"
]}
],
"filename": "bst_rbtrees_search.pdf"
},


{"filters": [
{"field": "group",
Expand All @@ -73,6 +95,24 @@
"filename": "bst_delete.pdf"
},

{"filters": [
{"field": "group",
"match": "BST"},
{"field": "experiment",
"match": "Insert"},
{"kind": "set",
"field": "full_algo",
"set": [
"std::multiset.*",
"boost::intrusive::multiset.*",
"RBTree \\[avc\\]",
"ZipTree \\[H,UL\\]",
"WBTree \\[3,4/3,SP\\]"
]}
],
"filename": "bst_usvsthem_insert.pdf"
},

{"filters": [
{"field": "group",
"match": "BST"},
Expand All @@ -83,13 +123,30 @@
"set": [
"std::multiset.*",
"boost::intrusive::multiset.*",
"RBTree.*",
"RBTree \\[avc\\]",
"ZipTree \\[H,UL\\]",
"WBTree \\[3,4/3,SP\\]"
]}
],
"filename": "bst_usvsthem_delete.pdf"
},
{"filters": [
{"field": "group",
"match": "BST"},
{"field": "experiment",
"match": "Search"},
{"kind": "set",
"field": "full_algo",
"set": [
"std::multiset.*",
"boost::intrusive::multiset.*",
"RBTree \\[avc\\]",
"ZipTree \\[H,UL\\]",
"WBTree.*,SP\\]"
]}
],
"filename": "bst_usvsthem_search.pdf"
},


{"filters": [
Expand Down

0 comments on commit 4421dda

Please sign in to comment.