Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into github_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Oct 3, 2024
2 parents 7f74ffb + 8b95033 commit 94d19fe
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@ def setUp(self):
codegen_opts={"neuron_parent_class": "ArchivingNode",
"neuron_parent_class_include": "archiving_node.h"})

@benchmark
def test_stdp_nn_synapse(self):
@pytest.mark.benchmark
def test_stdp_nn_synapse(self, benchmark):
return benchmark(self._test_stdp_nn_synapse)

def _test_stdp_nn_synapse(self):

fname_snip = ""

Expand Down

0 comments on commit 94d19fe

Please sign in to comment.