Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first set of baselines #538

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Add first set of baselines #538

merged 3 commits into from
Dec 3, 2024

Conversation

jnsbck
Copy link
Contributor

@jnsbck jnsbck commented Dec 2, 2024

This PR adds an initial set of baselines and verifies that baselines can be updated.

@jnsbck
Copy link
Contributor Author

jnsbck commented Dec 2, 2024

/update_regression_baselines

Copy link
Contributor

github-actions bot commented Dec 2, 2024

Regression Baseline Update

✅ Process completed

test_runtime(num_cells=1, artificial=False, connect=False, connection_prob=0.0, voltage_solver=jaxley.stone)
🆕 build_time: (0.547s).
🆕 compile_time: (18.720s).
🆕 run_time: (2.817s).

test_runtime(num_cells=1, artificial=False, connect=False, connection_prob=0.0, voltage_solver=jax.sparse)
🆕 build_time: (0.317s).
🆕 compile_time: (3.107s).
🆕 run_time: (2.442s).

test_runtime(num_cells=10, artificial=False, connect=True, connection_prob=0.1, voltage_solver=jaxley.stone)
🆕 build_time: (1.628s).
🆕 compile_time: (29.477s).
🆕 run_time: (19.020s).

test_runtime(num_cells=10, artificial=False, connect=True, connection_prob=0.1, voltage_solver=jax.sparse)
🆕 build_time: (1.253s).
🆕 compile_time: (26.463s).
🆕 run_time: (25.086s).

test_runtime(num_cells=1000, artificial=True, connect=True, connection_prob=0.001, voltage_solver=jaxley.stone)
🆕 build_time: (110.895s).
🆕 compile_time: (45.626s).
🆕 run_time: (41.248s).

test_runtime(num_cells=1000, artificial=True, connect=True, connection_prob=0.001, voltage_solver=jax.sparse)
🆕 build_time: (108.675s).
🆕 compile_time: (60.998s).
🆕 run_time: (59.059s).

✨ Changes have been pushed directly to this PR

Copy link
Contributor

@michaeldeistler michaeldeistler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wuhuu, thanks a lot!

@jnsbck jnsbck merged commit dd477f2 into main Dec 3, 2024
@jnsbck jnsbck deleted the add_first_baselines branch December 3, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants