neuronsimulator / nrn

NEURON Simulator
http://nrn.readthedocs.io
Other
376 stars 113 forks source link

Use a shortcut for globals to reduce time #2909

Closed alkino closed 2 weeks ago

bbpbuildbot commented 3 weeks ago

Logfiles from GitLab pipeline #216288 (:no_entry:) have been uploaded here!

Status and direct links:

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
12.9% Duplication on New Code

See analysis details on SonarCloud

bbpbuildbot commented 3 weeks ago

Logfiles from GitLab pipeline #216775 (:no_entry:) have been uploaded here!

Status and direct links:

bbpbuildbot commented 2 weeks ago

Logfiles from GitLab pipeline #217394 (:no_entry:) have been uploaded here!

Status and direct links:

bbpbuildbot commented 2 weeks ago

Logfiles from GitLab pipeline #217428 (:no_entry:) have been uploaded here!

Status and direct links:

bbpbuildbot commented 2 weeks ago

Logfiles from GitLab pipeline #217449 (:no_entry:) have been uploaded here!

Status and direct links:

azure-pipelines[bot] commented 2 weeks ago

✔️ 7717ba3c389f35102ddf4055a9971c59c72ad175 -> Azure artifacts URL

bbpbuildbot commented 2 weeks ago

Logfiles from GitLab pipeline #217459 (:no_entry:) have been uploaded here!

Status and direct links:

bbpbuildbot commented 2 weeks ago

Logfiles from GitLab pipeline #217466 (:no_entry:) have been uploaded here!

Status and direct links:

azure-pipelines[bot] commented 2 weeks ago

✔️ 1d48abc57bc5f4e2d668aff620267f0e5ac0e662 -> Azure artifacts URL

github-actions[bot] commented 2 weeks ago

NEURON ModelDB CI: launching for 1d48abc57bc5f4e2d668aff620267f0e5ac0e662 via its drop url

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.22%. Comparing base (f1c6197) to head (1d48abc). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2909 +/- ## ========================================== - Coverage 67.22% 67.22% -0.01% ========================================== Files 569 569 Lines 104694 104714 +20 ========================================== + Hits 70381 70390 +9 - Misses 34313 34324 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bbpbuildbot commented 2 weeks ago

Logfiles from GitLab pipeline #217482 (:white_check_mark:) have been uploaded here!

Status and direct links:

github-actions[bot] commented 2 weeks ago

NEURON ModelDB CI: 1d48abc57bc5f4e2d668aff620267f0e5ac0e662 -> download reports from here

alkino commented 2 weeks ago

GLOBAL in hh.mod: master:

nt   cache0           cache1
1    10.6936          11.6262
2    6.75487          6.81813
4    5.42909          5.77618
8    4.5747           4.37193

this PR:

nt   cache0            cache1
1    5.38534           5.39634
2    2.81755           2.82948
4    1.9551            1.83342
8    1.43766           1.50557