Skip to content

Commit

Permalink
Tweak the association plot height
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Dec 12, 2024
1 parent ceab84d commit a7146dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ create_plots <- function(data, backend_value, time_stamp) {
plot_facet_data(data, backend_value, time_stamp, "bench_trivial_query", "Trivial query", paste(plot_path, "summary/trivial_query_", backend_value, ".svg", sep = ""), width, height, plot_path, commit)
plot_facet_data(data, backend_value, time_stamp, "bench_medium_complex_query", "Medium complex query", paste(plot_path, "summary/medium_complex_query_", backend_value, ".svg", sep = ""), width, height, plot_path, commit)
plot_facet_data(data, backend_value, time_stamp, "bench_insert", "Insert", paste(plot_path, "summary/insert_", backend_value, ".svg", sep = ""), width, height, plot_path, commit)
plot_facet_data(data, backend_value, time_stamp, "bench_loading_associations_sequentially", "Associations", paste(plot_path, "summary/associations_", backend_value, ".svg", sep = ""), width, height / 5, plot_path, commit)
plot_facet_data(data, backend_value, time_stamp, "bench_loading_associations_sequentially", "Associations", paste(plot_path, "summary/associations_", backend_value, ".svg", sep = ""), width, height / 2, plot_path, commit)
}

max_date = data %>% group_by(backend) %>% summarise(timestamp = max(timestamp))
Expand Down

0 comments on commit a7146dc

Please sign in to comment.