Skip to content

Instantly share code, notes, and snippets.

@jowens
Created May 28, 2020 22:49
Show Gist options
  • Save jowens/ec6011ed156624b37bd8f8a3b58b172b to your computer and use it in GitHub Desktop.
Save jowens/ec6011ed156624b37bd8f8a3b58b172b to your computer and use it in GitHub Desktop.
{
"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}},
"data": {"name": "data-92018e0b33e230389440096cbe18dc00"},
"mark": "point",
"encoding": {
"tooltip": [
{"type": "quantitative", "field": "avg_process_time"},
{"type": "quantitative", "field": "avg_process_time_10"},
{"type": "quantitative", "field": "avg_process_time_1.0"}
],
"x": {
"type": "nominal",
"field": "dataset"
},
"y": {
"type": "quantitative",
"field": "speedup_vs_10"
}
},
"$schema": "https://vega.github.io/schema/vega-lite/v4.8.1.json",
"datasets": {
"data-92018e0b33e230389440096cbe18dc00": [
{
"dataset": "soc-LiveJournal1",
"avg_process_time": 83.6130599975586,
"avg_process_time_1.0": 15.350651741027832,
"avg_process_time_10": 15.350651741027832,
"speedup_vs_10": 0.18359155545169684
},
{
"dataset": "soc-LiveJournal1",
"avg_process_time": 15.350651741027832,
"avg_process_time_1.0": 15.350651741027832,
"avg_process_time_10": 15.350651741027832,
"speedup_vs_10": 1
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment