-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add React Native Benchmarks (customSmallerIsBetter) benchmark result …
…for 693704c
- Loading branch information
github-action-benchmark
committed
Aug 29, 2024
1 parent
6e08471
commit 7146fc3
Showing
1 changed file
with
55 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": 1724955689694, | ||
"lastUpdate": 1724958490804, | ||
"repoUrl": "https://github.com/rebeckerspecialties/benchmarking-test-app", | ||
"entries": { | ||
"React Native Benchmarks": [ | ||
|
@@ -1270,6 +1270,60 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Henry Allen", | ||
"username": "hmallen99" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "693704c10133e73b1c20b5433f4e001615043a59", | ||
"message": "Integrate build step into benchmark workflow (#33)\n\n* Add workflow call to build.yaml\r\n\r\n* Build and run benchmarks in the same workflow\r\n\r\n* Make sure jsbundle gets copied to app\r\n\r\n* Cache xcarchive\r\n\r\n* Add push step\r\n\r\n* Install cocoapods\r\n\r\n* Clean up benchmark file", | ||
"timestamp": "2024-08-29T14:28:17-04:00", | ||
"tree_id": "753b67337bc9954ced417e7616d15a6685dfaaf3", | ||
"url": "https://github.com/rebeckerspecialties/benchmarking-test-app/commit/693704c10133e73b1c20b5433f4e001615043a59" | ||
}, | ||
"date": 1724958490522, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "jsc/Apple iPhone 15 Pro/bitEcsBenchmarkWallClock-ms.txt", | ||
"value": 4478, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "jsc/Apple iPhone 15 Pro/simpleBenchmarkWallClock-ms.txt", | ||
"value": 5746, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "jsc/Apple iPhone 15 Pro/threeJsBenchmarkWallClock-ms.txt", | ||
"value": 684, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "hermes/Apple iPhone 15 Pro/bitEcsBenchmarkWallClock-ms.txt", | ||
"value": 4204, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "hermes/Apple iPhone 15 Pro/simpleBenchmarkWallClock-ms.txt", | ||
"value": 5732, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "hermes/Apple iPhone 15 Pro/threeJsBenchmarkWallClock-ms.txt", | ||
"value": 1204, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|