-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (customSmallerIsBetter) benchmark result for 9133e15
- Loading branch information
github-action-benchmark
committed
Oct 27, 2023
1 parent
c672b65
commit 3a59bd3
Showing
1 changed file
with
40 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": 1698413648623, | ||
"lastUpdate": 1698413649815, | ||
"repoUrl": "https://github.com/hplt-project/OpusTrainer", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -81,6 +81,45 @@ window.BENCHMARK_DATA = { | |
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Jelmer van der Linde", | ||
"username": "jelmervdl" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Jelmer van der Linde", | ||
"username": "jelmervdl" | ||
}, | ||
"distinct": true, | ||
"id": "9133e1525c7ee37f53ea14ee6a180152bf7ea192", | ||
"message": "Fix PyYAML not installing properly?", | ||
"timestamp": "2023-10-27T14:29:20+01:00", | ||
"tree_id": "7ffa43a368d18b5f8dd816f6ba0b5639e6f834d7", | ||
"url": "https://github.com/hplt-project/OpusTrainer/commit/9133e1525c7ee37f53ea14ee6a180152bf7ea192" | ||
}, | ||
"date": 1698413648127, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Baseline", | ||
"value": 3799827790, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "Tags", | ||
"value": 63935253597, | ||
"unit": "ns" | ||
}, | ||
{ | ||
"name": "Tags with SPM", | ||
"value": 94124578240, | ||
"unit": "ns" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
|