-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add JMH Benchmark (jmh) benchmark result for 83426c04e20ff3faef1257b5…
…44e08620a88c4551
- Loading branch information
github-action-benchmark
committed
Jan 24, 2024
1 parent
2fe1319
commit c8504e5
Showing
1 changed file
with
31 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": 1706111455224, | ||
"lastUpdate": 1706111458587, | ||
"entries": { | ||
"Rust Benchmark": [ | ||
{ | ||
|
@@ -48525,6 +48525,36 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 3\nforks: 1\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chris Trześniewski", | ||
"username": "ktrz" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "83426c04e20ff3faef1257b544e08620a88c4551", | ||
"message": "chore: update actions/* (#212)\n\n* update actions/checkout to v4\r\n* update actions/cache to v4\r\n* update actions/setup-node to v4\r\n* remove unnecessary usages of action/cache for node\r\n* update actions/setup-python to v5\r\n* update actions/setup-dotnet to v3\r\n* update actions/setup-java to v4", | ||
"timestamp": "2024-01-24T16:49:01+01:00", | ||
"tree_id": "441b45a8ec7c4c508ba15f086a4a2360eec3cb47", | ||
"url": "https://github.com/benchmark-action/github-action-benchmark/commit/83426c04e20ff3faef1257b544e08620a88c4551" | ||
}, | ||
"date": 1706111456991, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "org.openjdk.jmh.samples.JMHSample_01_HelloWorld.wellHelloThere", | ||
"value": 1975369870.4607096, | ||
"unit": "ops/s", | ||
"extra": "iterations: 3\nforks: 1\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
|