Skip to content

Commit

Permalink
add Benchmark (pytest) benchmark result for c976626
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 21, 2024
1 parent 39baecb commit e4b3f60
Showing 1 changed file with 81 additions and 1 deletion.
82 changes: 81 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": 1708529280956,
"lastUpdate": 1708529374466,
"repoUrl": "https://github.com/kayjan/bigtree",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -78,6 +78,86 @@ window.BENCHMARK_DATA = {
"extra": "mean: 11.723161499999433 msec\nrounds: 2"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Kay Jan W",
"username": "kayjan"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "c976626a5cebf9e4420187e8c547573f1833623c",
"message": "Merge pull request #206 from kayjan/benchmark-dir\n\nChanged: Save benchmark result for comparison and gh-pages",
"timestamp": "2024-02-21T23:28:43+08:00",
"tree_id": "d5339b366c4c1dc93b5b151e5d237de9572564f2",
"url": "https://github.com/kayjan/bigtree/commit/c976626a5cebf9e4420187e8c547573f1833623c"
},
"date": 1708529373376,
"tool": "pytest",
"benches": [
{
"name": "tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10",
"value": 13979.092868558011,
"unit": "iter/sec",
"range": "stddev: 0.000014858576214890498",
"extra": "mean: 71.53540000075508 usec\nrounds: 2"
},
{
"name": "tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100",
"value": 454.7856226983139,
"unit": "iter/sec",
"range": "stddev: 0.00003956856410443591",
"extra": "mean: 2.1988382000003526 msec\nrounds: 2"
},
{
"name": "tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000",
"value": 6.6748235636044795,
"unit": "iter/sec",
"range": "stddev: 0.0021611615680394375",
"extra": "mean: 149.81669409999938 msec\nrounds: 2"
},
{
"name": "tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10",
"value": 54.645571392293064,
"unit": "iter/sec",
"range": "stddev: 0.00026585928038314955",
"extra": "mean: 18.29974459999946 msec\nrounds: 2"
},
{
"name": "tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions",
"value": 22683.581056841085,
"unit": "iter/sec",
"range": "stddev: 0.000005652540897304884",
"extra": "mean: 44.08475000019507 usec\nrounds: 2"
},
{
"name": "tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions",
"value": 1550.1579572204273,
"unit": "iter/sec",
"range": "stddev: 0.0000028400943867403994",
"extra": "mean: 645.0955500000077 usec\nrounds: 2"
},
{
"name": "tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions",
"value": 139.58604850008427,
"unit": "iter/sec",
"range": "stddev: 0.000007687877056865106",
"extra": "mean: 7.164039749999773 msec\nrounds: 2"
},
{
"name": "tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions",
"value": 80.87561406983694,
"unit": "iter/sec",
"range": "stddev: 0.0006177243121153965",
"extra": "mean: 12.364666549999725 msec\nrounds: 2"
}
]
}
]
}
Expand Down

0 comments on commit e4b3f60

Please sign in to comment.