Skip to content

Commit

Permalink
add Rust Benchmark (cargo) benchmark result for ff67c1e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 2, 2023
1 parent ff67c1e commit 90ac0e3
Showing 1 changed file with 79 additions and 1 deletion.
80 changes: 79 additions & 1 deletion docs/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1686732214500,
"lastUpdate": 1701557284270,
"repoUrl": "https://github.com/Anexen/pyxirr",
"entries": {
"Rust Benchmark": [
Expand Down Expand Up @@ -3264,6 +3264,84 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "avolk93@gmail.com",
"name": "Anexen",
"username": "Anexen"
},
"committer": {
"email": "avolk93@gmail.com",
"name": "Anexen",
"username": "Anexen"
},
"distinct": true,
"id": "ff67c1ecdf79c55399495fa2c71a93c2af37b23c",
"message": "bump version to 0.10.0",
"timestamp": "2023-12-02T23:36:28+01:00",
"tree_id": "c501f4510cbf6d6a08feefd981a27d386cc5799e",
"url": "https://github.com/Anexen/pyxirr/commit/ff67c1ecdf79c55399495fa2c71a93c2af37b23c"
},
"date": 1701557284013,
"tool": "cargo",
"benches": [
{
"name": "bench_python_100",
"value": 11375483,
"range": "± 2342437",
"unit": "ns/iter"
},
{
"name": "bench_python_1000",
"value": 29129954,
"range": "± 287678",
"unit": "ns/iter"
},
{
"name": "bench_python_500",
"value": 37614815,
"range": "± 865233",
"unit": "ns/iter"
},
{
"name": "bench_rust_100",
"value": 29672,
"range": "± 455",
"unit": "ns/iter"
},
{
"name": "bench_rust_1000",
"value": 275238,
"range": "± 990",
"unit": "ns/iter"
},
{
"name": "bench_rust_500",
"value": 160258,
"range": "± 1001",
"unit": "ns/iter"
},
{
"name": "bench_scipy_100",
"value": 766961,
"range": "± 17995",
"unit": "ns/iter"
},
{
"name": "bench_scipy_1000",
"value": 4459801,
"range": "± 64602",
"unit": "ns/iter"
},
{
"name": "bench_scipy_500",
"value": 3048863,
"range": "± 35660",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 90ac0e3

Please sign in to comment.