bring ajv-formats source and test cases into ajv-plus source#34
Open
bavulapati wants to merge 2 commits intomainfrom
Open
bring ajv-formats source and test cases into ajv-plus source#34bavulapati wants to merge 2 commits intomainfrom
bavulapati wants to merge 2 commits intomainfrom
Conversation
Having ajv-formats and ajv-plus in two different repos is creating a cyclic dependency. Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
There was a problem hiding this comment.
benchmark.js benchmark
Details
| Benchmark suite | Current: 7eef7a6 | Previous: 75351ca | Ratio |
|---|---|---|---|
ansible-meta |
28.56 ops/sec (±8.34%) |
29.26 ops/sec (±8.87%) |
1.02 |
aws-cdk |
127 ops/sec (±1.47%) |
127 ops/sec (±1.03%) |
1 |
babelrc |
106 ops/sec (±1.33%) |
104 ops/sec (±1.57%) |
0.98 |
clang-format |
51.48 ops/sec (±2.27%) |
50 ops/sec (±1.82%) |
0.97 |
cmake-presets |
4 ops/sec (±12.26%) |
4.16 ops/sec (±13.07%) |
1.04 |
code-climate |
53.26 ops/sec (±1.29%) |
51.92 ops/sec (±1.16%) |
0.97 |
cql2 |
4.81 ops/sec (±13.82%) |
4.71 ops/sec (±14.72%) |
0.98 |
cspell |
23.4 ops/sec (±2.53%) |
22.77 ops/sec (±2.42%) |
0.97 |
cypress |
43.2 ops/sec (±1.64%) |
42.85 ops/sec (±1.63%) |
0.99 |
deno |
51.91 ops/sec (±1.68%) |
50.8 ops/sec (±1.83%) |
0.98 |
dependabot |
89.53 ops/sec (±1.24%) |
88.76 ops/sec (±1.12%) |
0.99 |
draft-04 |
8.6 ops/sec (±1.54%) |
8.72 ops/sec (±2.29%) |
1.01 |
fabric-mod |
51.95 ops/sec (±2.17%) |
51.18 ops/sec (±2.56%) |
0.99 |
geojson |
0.73 ops/sec (±1.13%) |
0.72 ops/sec (±1.15%) |
0.99 |
gitpod-configuration |
70.55 ops/sec (±1.88%) |
68.29 ops/sec (±2.31%) |
0.97 |
helm-chart-lock |
45.49 ops/sec (±2.16%) |
44.59 ops/sec (±1.76%) |
0.98 |
importmap |
126 ops/sec (±1.41%) |
121 ops/sec (±1.70%) |
0.96 |
jasmine |
137 ops/sec (±1.16%) |
136 ops/sec (±1.09%) |
0.99 |
jsconfig |
34.58 ops/sec (±1.98%) |
34.41 ops/sec (±1.92%) |
1.00 |
jshintrc |
50.15 ops/sec (±1.62%) |
49.35 ops/sec (±1.64%) |
0.98 |
lazygit |
34.86 ops/sec (±2.45%) |
34.57 ops/sec (±2.38%) |
0.99 |
lerna |
121 ops/sec (±1.01%) |
121 ops/sec (±1.09%) |
1 |
nest-cli |
75.88 ops/sec (±1.36%) |
73.94 ops/sec (±1.67%) |
0.97 |
omnisharp |
64.27 ops/sec (±1.48%) |
63.52 ops/sec (±1.56%) |
0.99 |
pre-commit-hooks |
57.74 ops/sec (±2.69%) |
56.84 ops/sec (±3.10%) |
0.98 |
pulumi |
39.81 ops/sec (±2.04%) |
40.04 ops/sec (±1.55%) |
1.01 |
semantic-release |
104 ops/sec (±1.39%) |
105 ops/sec (±1.28%) |
1.01 |
stale |
109 ops/sec (±1.38%) |
108 ops/sec (±1.35%) |
0.99 |
stylecop |
83.81 ops/sec (±1.18%) |
81.36 ops/sec (±1.56%) |
0.97 |
tmuxinator |
117 ops/sec (±1.15%) |
117 ops/sec (±1.24%) |
1 |
ui5 |
5.87 ops/sec (±4.01%) |
5.76 ops/sec (±4.45%) |
0.98 |
unreal-engine-uproject |
55.82 ops/sec (±2.50%) |
55.31 ops/sec (±2.47%) |
0.99 |
vercel |
38.79 ops/sec (±1.78%) |
38.65 ops/sec (±1.82%) |
1.00 |
yamllint |
53.25 ops/sec (±2.15%) |
54.12 ops/sec (±1.99%) |
1.02 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Having ajv-formats and ajv-plus in two different repos is creating a cyclic dependency.