forked from INM-6/elephant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (pytest) benchmark result for 445d727
- Loading branch information
github-action-benchmark
committed
Oct 18, 2023
1 parent
b672df6
commit 33b6b70
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1697617215638, | ||
"lastUpdate": 1697617646706, | ||
"repoUrl": "https://github.com/Moritz-Alexander-Kern/elephant-1", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -56,6 +56,35 @@ window.BENCHMARK_DATA = { | |
"extra": "mean: 2.472754501556985 msec\nrounds: 321" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Moritz-Alexander-Kern", | ||
"username": "Moritz-Alexander-Kern", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "Moritz-Alexander-Kern", | ||
"username": "Moritz-Alexander-Kern", | ||
"email": "[email protected]" | ||
}, | ||
"id": "445d7271a47446c4e67834ab31bc1f804be623a7", | ||
"message": "add permissions", | ||
"timestamp": "2023-10-18T08:18:02Z", | ||
"url": "https://github.com/Moritz-Alexander-Kern/elephant-1/commit/445d7271a47446c4e67834ab31bc1f804be623a7" | ||
}, | ||
"date": 1697617645028, | ||
"tool": "pytest", | ||
"benches": [ | ||
{ | ||
"name": "elephant/test/test_spike_train_surrogates.py::test_benchmark_surrogates", | ||
"value": 412.70264220348764, | ||
"unit": "iter/sec", | ||
"range": "stddev: 0.000017809426719150356", | ||
"extra": "mean: 2.4230520906307618 msec\nrounds: 320" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|