feat: add a new command to compare multiple benchmark results #228
Annotations
3 errors and 1 warning
Unit tests:
test/unit/history/local.test.ts#L25
AssertionError: expected [ { …(3) } ] to deeply equal [ { …(2) } ]
- Expected
+ Received
Array [
Object {
"commitSha": "010101010101010101010101",
+ "dirName": "test_files_y5lKoH",
"results": Array [
Object {
"averageNs": 16573,
"id": "for loop",
"runsDone": 1024,
"threshold": 2,
"totalMs": 465,
},
],
},
]
❯ test/unit/history/local.test.ts:25:24
|
Unit tests:
test/unit/history/local.test.ts#L32
AssertionError: expected { …(3) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"commitSha": "010101010101010101010101",
+ "dirName": "test_files_y5lKoH",
"results": Array [
Object {
"averageNs": 16573,
"id": "for loop",
"runsDone": 1024,
"threshold": 2,
"totalMs": 465,
},
],
}
❯ test/unit/history/local.test.ts:32:23
|
Unit tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading