-
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 ca53c6b
- Loading branch information
github-action-benchmark
committed
Aug 28, 2024
1 parent
9f09adc
commit 2e69897
Showing
1 changed file
with
53 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": 1724855931906, | ||
"lastUpdate": 1724859101874, | ||
"repoUrl": "https://github.com/rebeckerspecialties/benchmarking-test-app", | ||
"entries": { | ||
"React Native Benchmarks": [ | ||
|
@@ -938,6 +938,58 @@ window.BENCHMARK_DATA = { | |
"unit": "ms" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Henry Allen", | ||
"username": "hmallen99", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"id": "ca53c6b076a3e9f6a98a97b5f534d1cdda5f854c", | ||
"message": "Run benchmark every hour (#27)", | ||
"timestamp": "2024-08-27T20:59:16Z", | ||
"url": "https://github.com/rebeckerspecialties/benchmarking-test-app/commit/ca53c6b076a3e9f6a98a97b5f534d1cdda5f854c" | ||
}, | ||
"date": 1724859101576, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "jsc/Apple iPhone 15 Pro/bitEcsBenchmarkWallClock-ms.txt", | ||
"value": 4509, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "jsc/Apple iPhone 15 Pro/simpleBenchmarkWallClock-ms.txt", | ||
"value": 5747, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "jsc/Apple iPhone 15 Pro/threeJsBenchmarkWallClock-ms.txt", | ||
"value": 693, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "hermes/Apple iPhone 15 Pro/bitEcsBenchmarkWallClock-ms.txt", | ||
"value": 4397, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "hermes/Apple iPhone 15 Pro/simpleBenchmarkWallClock-ms.txt", | ||
"value": 5731, | ||
"unit": "ms" | ||
}, | ||
{ | ||
"name": "hermes/Apple iPhone 15 Pro/threeJsBenchmarkWallClock-ms.txt", | ||
"value": 1231, | ||
"unit": "ms" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|