{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "798985b6-de4b-4c30-a935-85518daa8f1c", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", " \n", " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "import os\n", "import sys\n", "\n", "parent_dir = os.path.abspath(\"..\")\n", "if parent_dir not in sys.path:\n", " sys.path.append(parent_dir)\n", "from magick_benchmark_utils import benchmark_mvg_save\n", "\n", "from functools import partial\n", "from IPython.display import Image\n", "\n", "import pandas as pd\n", "import numpy as np\n", "\n", "from lets_plot import *\n", "LetsPlot.setup_html()" ] }, { "cell_type": "code", "execution_count": 2, "id": "2a9a84ae-0a38-491f-8b66-4e42230f83a9", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "
| \n", " | n | \n", "prefix | \n", "scale | \n", "time_map | \n", "time_paint | \n", "time_snapshot | \n", "time_total | \n", "shape_id | \n", "experiment_group | \n", "timestamp | \n", "error | \n", "
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", "1000 | \n", "shape_0 | \n", "1 | \n", "0.292863 | \n", "0.008858 | \n", "0.253420 | \n", "0.555140 | \n", "0 | \n", "shape_0 | \n", "2025-11-21 16:39:25.198629 | \n", "NaN | \n", "
| 1 | \n", "2000 | \n", "shape_0 | \n", "1 | \n", "0.399855 | \n", "0.015667 | \n", "0.233024 | \n", "0.648546 | \n", "0 | \n", "shape_0 | \n", "2025-11-21 16:39:25.198629 | \n", "NaN | \n", "
| 2 | \n", "5000 | \n", "shape_0 | \n", "1 | \n", "0.789529 | \n", "0.046503 | \n", "0.681201 | \n", "1.517233 | \n", "0 | \n", "shape_0 | \n", "2025-11-21 16:39:25.198629 | \n", "NaN | \n", "
| 3 | \n", "10000 | \n", "shape_0 | \n", "1 | \n", "2.042979 | \n", "0.078213 | \n", "0.774439 | \n", "2.895631 | \n", "0 | \n", "shape_0 | \n", "2025-11-21 16:39:25.198629 | \n", "NaN | \n", "
| 4 | \n", "25000 | \n", "shape_0 | \n", "1 | \n", "3.275948 | \n", "0.329366 | \n", "1.494409 | \n", "5.099723 | \n", "0 | \n", "shape_0 | \n", "2025-11-21 16:39:25.198629 | \n", "NaN | \n", "