This project compares performance of selected neuron simulators. We compare NEURON, Nest, and Brian2, using PyNN for neuron simulation.
| Simulator | Time | Memory Usage |
|---|---|---|
| NEURON | 0:00.73 | 104,728 KB |
| Brian2 | 0:03.29 | 164,108 KB |
| Simulator | Time | Memory Usage |
|---|---|---|
| NEURON | 0:00.76 | 66,156 KB |
| Brian2 | 0:06.48 | 246,076 KB |
- Clone the repository.
- Install dependencies using Conda:
conda env create -f environment.yml - Activate the Conda environment:
conda activate [env_name] - To run the benchmarks:
./benchmark.shfor the benchmark using pyNN../original_benchmark.shfor the benchmark without pyNN.