-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 01b0b5b
- Loading branch information
github-action-benchmark
committed
Sep 26, 2024
1 parent
85f2a60
commit 7119111
Showing
1 changed file
with
30 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": 1727366854887, | ||
"lastUpdate": 1727367147983, | ||
"repoUrl": "https://github.com/mizdra/eslint-interactive", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2155,6 +2155,35 @@ window.BENCHMARK_DATA = { | |
"unit": "instructions" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "mizdra", | ||
"username": "mizdra" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "01b0b5b320d62a4fbb36d7c14f0b0fb35c37ec65", | ||
"message": "Merge pull request #366 from mizdra/fix-problems-with-legacy-config-and-3rd-party-plugin\n\nFix a problem that 3rd-party plugins could not be loaded with legacy config", | ||
"timestamp": "2024-09-27T01:10:52+09:00", | ||
"tree_id": "73931a63838108bd9d2fdcde795a05ec2521c536", | ||
"url": "https://github.com/mizdra/eslint-interactive/commit/01b0b5b320d62a4fbb36d7c14f0b0fb35c37ec65" | ||
}, | ||
"date": 1727367146992, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "cachegrind-benchmarking", | ||
"value": 8320617162, | ||
"unit": "instructions" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|