Skip to content

Commit

Permalink
add Benchmark on ubuntu-latest (pytest) benchmark result for 22b988c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 9, 2023
1 parent 47f26da commit db60ee9
Showing 1 changed file with 74 additions and 1 deletion.
75 changes: 74 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1695299677201,
"lastUpdate": 1696839803592,
"repoUrl": "https://github.com/aiidateam/disk-objectstore",
"entries": {
"Benchmark on ubuntu-latest": [
Expand Down Expand Up @@ -4758,6 +4758,79 @@ window.BENCHMARK_DATA = {
"extra": "mean: 357.726727592748 nsec\nrounds: 149254"
}
]
},
{
"commit": {
"author": {
"email": "66853113+pre-commit-ci[bot]@users.noreply.github.com",
"name": "pre-commit-ci[bot]",
"username": "pre-commit-ci[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "22b988c1921a516ae5271fd2379dfe9e7a510b45",
"message": "[pre-commit.ci] pre-commit autoupdate (#162)\n\nupdates:\r\n- [github.com/asottile/pyupgrade: v3.10.1 → v3.14.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.14.0)\r\n- [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1)\r\n- [github.com/PyCQA/pylint: v3.0.0a7 → v3.0.0](https://github.com/PyCQA/pylint/compare/v3.0.0a7...v3.0.0)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>",
"timestamp": "2023-10-09T10:22:06+02:00",
"tree_id": "6d51e5da8fae1c4057d378f978f6e6fb847284c6",
"url": "https://github.com/aiidateam/disk-objectstore/commit/22b988c1921a516ae5271fd2379dfe9e7a510b45"
},
"date": 1696839802415,
"tool": "pytest",
"benches": [
{
"name": "tests/test_benchmark.py::test_pack_write",
"value": 2.6685654707880953,
"unit": "iter/sec",
"range": "stddev: 0.015066441084334881",
"extra": "mean: 374.7331706666633 msec\nrounds: 3"
},
{
"name": "tests/test_benchmark.py::test_loose_write",
"value": 1.5275940448481586,
"unit": "iter/sec",
"range": "stddev: 0.03838595366422369",
"extra": "mean: 654.6241806666634 msec\nrounds: 3"
},
{
"name": "tests/test_benchmark.py::test_pack_read",
"value": 7.823867162126934,
"unit": "iter/sec",
"range": "stddev: 0.008086105622426015",
"extra": "mean: 127.81403100000333 msec\nrounds: 8"
},
{
"name": "tests/test_benchmark.py::test_loose_read",
"value": 25.948484730390447,
"unit": "iter/sec",
"range": "stddev: 0.00034041718756423886",
"extra": "mean: 38.53789577272757 msec\nrounds: 22"
},
{
"name": "tests/test_benchmark.py::test_has_objects",
"value": 3.8755013671931002,
"unit": "iter/sec",
"range": "stddev: 0.0007107935962614702",
"extra": "mean: 258.0311307499983 msec\nrounds: 4"
},
{
"name": "tests/test_benchmark.py::test_list_all_packed",
"value": 2104598.6788640665,
"unit": "iter/sec",
"range": "stddev: 1.2491764040341574e-7",
"extra": "mean: 475.1499704160884 nsec\nrounds: 172414"
},
{
"name": "tests/test_benchmark.py::test_list_all_loose",
"value": 3024607.1585202147,
"unit": "iter/sec",
"range": "stddev: 3.255728072684631e-8",
"extra": "mean: 330.6214485349364 nsec\nrounds: 147059"
}
]
}
],
"Benchmark on macos-latest": [
Expand Down

0 comments on commit db60ee9

Please sign in to comment.