From 780f9846f7ccb1fac3355489e4f02e0db8d8b9e6 Mon Sep 17 00:00:00 2001 From: $username <$username@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:45:12 +0000 Subject: [PATCH] Update regression test baselines --- tests/regression_test_baselines.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/regression_test_baselines.json diff --git a/tests/regression_test_baselines.json b/tests/regression_test_baselines.json new file mode 100644 index 00000000..cdf9e30b --- /dev/null +++ b/tests/regression_test_baselines.json @@ -0,0 +1,17 @@ +{ + "ec3a4fad11d2bfb1bc5f8f10529cb06f2ff9919b377e9c0a3419c7f7f237f06e": { + "test_name": "test_runtime", + "input_kwargs": { + "num_cells": 1, + "artificial": false, + "connect": false, + "connection_prob": 0.0, + "voltage_solver": "jaxley.stone" + }, + "runtimes": { + "build_time": 0.10014088948567708, + "compile_time": 0.3103648026784261, + "run_time": 0.2102543512980143 + } + } +} \ No newline at end of file