-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: hairyhenderson-bot[bot] <167488603+hairyhenderson-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
59f0448
commit 67cd1d1
Showing
2 changed files
with
25 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,3 +1,3 @@ | ||
{ | ||
".": "0.2.0" | ||
".": "0.2.1" | ||
} |
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
67cd1d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
BenchmarkPathForDirFS
44.82
ns/op 0 B/op 0 allocs/op46.77
ns/op 0 B/op 0 allocs/op0.96
BenchmarkPathForDirFS - ns/op
44.82
ns/op46.77
ns/op0.96
BenchmarkPathForDirFS - B/op
0
B/op0
B/op1
BenchmarkPathForDirFS - allocs/op
0
allocs/op0
allocs/op1
BenchmarkSplitRepoPath/0
12.1
ns/op 0 B/op 0 allocs/op12.09
ns/op 0 B/op 0 allocs/op1.00
BenchmarkSplitRepoPath/0 - ns/op
12.1
ns/op12.09
ns/op1.00
BenchmarkSplitRepoPath/0 - B/op
0
B/op0
B/op1
BenchmarkSplitRepoPath/0 - allocs/op
0
allocs/op0
allocs/op1
BenchmarkSplitRepoPath/1
16.74
ns/op 0 B/op 0 allocs/op16.87
ns/op 0 B/op 0 allocs/op0.99
BenchmarkSplitRepoPath/1 - ns/op
16.74
ns/op16.87
ns/op0.99
BenchmarkSplitRepoPath/1 - B/op
0
B/op0
B/op1
BenchmarkSplitRepoPath/1 - allocs/op
0
allocs/op0
allocs/op1
BenchmarkSplitRepoPath/2
39.55
ns/op 4 B/op 1 allocs/op53.2
ns/op 4 B/op 1 allocs/op0.74
BenchmarkSplitRepoPath/2 - ns/op
39.55
ns/op53.2
ns/op0.74
BenchmarkSplitRepoPath/2 - B/op
4
B/op4
B/op1
BenchmarkSplitRepoPath/2 - allocs/op
1
allocs/op1
allocs/op1
BenchmarkSplitRepoPath/3
40.5
ns/op 8 B/op 1 allocs/op53.95
ns/op 8 B/op 1 allocs/op0.75
BenchmarkSplitRepoPath/3 - ns/op
40.5
ns/op53.95
ns/op0.75
BenchmarkSplitRepoPath/3 - B/op
8
B/op8
B/op1
BenchmarkSplitRepoPath/3 - allocs/op
1
allocs/op1
allocs/op1
BenchmarkSplitRepoPath/4
37.99
ns/op 8 B/op 1 allocs/op47.32
ns/op 8 B/op 1 allocs/op0.80
BenchmarkSplitRepoPath/4 - ns/op
37.99
ns/op47.32
ns/op0.80
BenchmarkSplitRepoPath/4 - B/op
8
B/op8
B/op1
BenchmarkSplitRepoPath/4 - allocs/op
1
allocs/op1
allocs/op1
BenchmarkSplitRepoPath/5
43.01
ns/op 4 B/op 1 allocs/op54.29
ns/op 4 B/op 1 allocs/op0.79
BenchmarkSplitRepoPath/5 - ns/op
43.01
ns/op54.29
ns/op0.79
BenchmarkSplitRepoPath/5 - B/op
4
B/op4
B/op1
BenchmarkSplitRepoPath/5 - allocs/op
1
allocs/op1
allocs/op1
BenchmarkSplitRepoPath/6
16.74
ns/op 0 B/op 0 allocs/op17.23
ns/op 0 B/op 0 allocs/op0.97
BenchmarkSplitRepoPath/6 - ns/op
16.74
ns/op17.23
ns/op0.97
BenchmarkSplitRepoPath/6 - B/op
0
B/op0
B/op1
BenchmarkSplitRepoPath/6 - allocs/op
0
allocs/op0
allocs/op1
This comment was automatically generated by workflow using github-action-benchmark.