Skip to content

Commit

Permalink
add Benchmark (googlecpp) benchmark result for 1b5a3b1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 9, 2024
1 parent b648a62 commit 46e23b6
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion cpu-benchmarks/windows-latest/cl/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1704703871728,
"lastUpdate": 1704774710014,
"repoUrl": "https://github.com/zpzim/SCAMP",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -242,6 +242,54 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 1\ncpu: 0.015625 s\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "zpzimmerman@gmail.com",
"name": "Zach Zimmerman",
"username": "zpzim"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "1b5a3b19cd05c208c3b01982f691c4a26ee4dbe5",
"message": "Update docker build to cuda 12.3.1 (#125)\n\n* Update Docker image to use CUDA 12.3.1\r\n\r\n* Update grpc submodule to v1.60.0\r\n\r\n* Fix client/server build issue with new grpc.",
"timestamp": "2024-01-08T20:12:11-08:00",
"tree_id": "5c1a872dab9181e06e3382673077c62069ee7d9b",
"url": "https://github.com/zpzim/SCAMP/commit/1b5a3b19cd05c208c3b01982f691c4a26ee4dbe5"
},
"date": 1704774705247,
"tool": "googlecpp",
"benches": [
{
"name": "BM_1NN_INDEX_SELF_JOIN/1/32768",
"value": 0.974676199999999,
"unit": "s/iter",
"extra": "iterations: 10\ncpu: 0.0015625 s\nthreads: 1"
},
{
"name": "BM_1NN_SELF_JOIN/1/32768",
"value": 0.7233457999999928,
"unit": "s/iter",
"extra": "iterations: 10\ncpu: 0.003125 s\nthreads: 1"
},
{
"name": "BM_SUM_SELF_JOIN/1/32768",
"value": 0.9525226399999951,
"unit": "s/iter",
"extra": "iterations: 10\ncpu: 0.003125 s\nthreads: 1"
},
{
"name": "BM_MATRIX_SELF_JOIN/1/32768",
"value": 2.9312444000000824,
"unit": "s/iter",
"extra": "iterations: 1\ncpu: 0 s\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 46e23b6

Please sign in to comment.