Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfc: improvements to permissions in v3 #6

Closed
wants to merge 4 commits into from

Conversation

art049
Copy link
Member

@art049 art049 commented May 1, 2024

This pull request was created automatically by CodSpeed to track performance changes of the pull request hasura/graphql-engine#10116.

The original branch is upstream/0x777-v3-permission-improvements

Copy link

codspeed-hq bot commented May 1, 2024

CodSpeed Performance Report

Congrats! CodSpeed is installed 🎉

🆕 92 new benchmarks were detected.

You will start to see performance impacts in the reports once the benchmarks are run from your default branch.

Detected benchmarks

  • bench[Resolution of raw request] (40.6 µs)
  • bench_execute[Execute Query Plan] (846.4 µs)
  • bench_execute[Generate IR] (72.3 µs)
  • bench_execute[Generate Query Plan] (66.3 µs)
  • bench_execute[Normalize request] (105.6 µs)
  • bench_execute[Total Execution time] (1.2 ms)
  • bench[Resolution of raw request] (40.3 µs)
  • bench_execute[Execute Query Plan] (827.1 µs)
  • bench_execute[Generate IR] (66.4 µs)
  • bench_execute[Generate Query Plan] (60.8 µs)
  • bench_execute[Normalize request] (102.9 µs)
  • bench_execute[Total Execution time] (1.2 ms)
  • bench[Resolution of raw request] (30.9 µs)
  • bench_execute[Execute Query Plan] (784.1 µs)
  • bench_execute[Generate IR] (48.6 µs)
  • bench_execute[Generate Query Plan] (38.1 µs)
  • bench_execute[Normalize request] (76.5 µs)
  • bench_execute[Total Execution time] (1.1 ms)
  • bench[Resolution of raw request] (30.1 µs)
  • bench_execute[Execute Query Plan] (793.9 µs)
  • bench_execute[Generate IR] (49.3 µs)
  • bench_execute[Generate Query Plan] (42.8 µs)
  • bench_execute[Normalize request] (91.7 µs)
  • bench_execute[Total Execution time] (1.1 ms)
  • bench[Resolution of raw request] (187.3 µs)
  • bench_execute[Execute Query Plan] (2.8 ms)
  • bench_execute[Generate IR] (200.8 µs)
  • bench_execute[Generate Query Plan] (158.6 µs)
  • bench_execute[Normalize request] (396.8 µs)
  • bench_execute[Total Execution time] (3.8 ms)
  • bench[Resolution of raw request] (36.2 µs)
  • bench_execute[Execute Query Plan] (803.8 µs)
  • bench_execute[Generate IR] (55.8 µs)
  • bench_execute[Generate Query Plan] (48.3 µs)
  • bench_execute[Normalize request] (98.4 µs)
  • bench_execute[Total Execution time] (1.1 ms)
  • generate_ir[get_by_id] (51 µs)
  • generate_ir[get_many] (50.2 µs)
  • generate_ir[get_many_model_count] (107.7 µs)
  • generate_ir[get_many_user_2] (42.8 µs)
  • generate_ir[get_many_where] (86 µs)
  • generate_ir[typename] (14.7 µs)
  • apollo[introspection] (221.1 µs)
  • apollo[large] (990.9 µs)
  • apollo[small] (16.5 µs)
  • hasura[introspection] (111 µs)
  • hasura[large] (504.4 µs)
  • hasura[small] (10.3 µs)
  • apollo[introspection] (847.3 µs)
  • apollo[large] (4 ms)
  • apollo[small] (67.6 µs)
  • async-graphql[introspection] (1.3 ms)
  • async-graphql[large] (5.8 ms)
  • async-graphql[small] (94.7 µs)
  • graphql-parser[introspection] (718 µs)
  • graphql-parser[large] (4.1 ms)
  • graphql-parser[small] (84.1 µs)
  • hasura[introspection] (256.6 µs)
  • hasura[large] (1.1 ms)
  • hasura[small] (20.7 µs)
  • de-bincode[10000] (1.9 s)
  • de-bincode[1000] (187.4 ms)
  • de-bincode[100] (18.9 ms)
  • de-bson[10000] (6.3 s)
  • de-bson[1000] (623.9 ms)
  • de-bson[100] (63.8 ms)
  • de-json[10000] (4.1 s)
  • de-json[1000] (405.1 ms)
  • de-json[100] (41.4 ms)
  • de-msgpack[10000] (3.3 s)
  • de-msgpack[1000] (322.1 ms)
  • de-msgpack[100] (32.8 ms)
  • de-postcard[10000] (1.9 s)
  • de-postcard[1000] (189.9 ms)
  • de-postcard[100] (19.2 ms)
  • ser-bincode[10000] (421 ms)
  • ser-bincode[1000] (40.1 ms)
  • ser-bincode[100] (4.1 ms)
  • ser-bson[10000] (1.7 s)
  • ser-bson[1000] (178.5 ms)
  • ser-bson[100] (19.3 ms)
  • ser-json[10000] (1.9 s)
  • ser-json[1000] (202.3 ms)
  • ser-json[100] (19.8 ms)
  • ser-msgpack[10000] (645 ms)
  • ser-msgpack[1000] (62.5 ms)
  • ser-msgpack[100] (6.5 ms)
  • ser-postcard[10000] (319.2 ms)
  • ser-postcard[1000] (31.2 ms)
  • ser-postcard[100] (3.5 ms)
  • hasura[IntrospectionQuery] (1.8 ms)
  • hasura[RootFields] (738 µs)

@adriencaccia adriencaccia deleted the upstream/0x777-v3-permission-improvements branch May 1, 2024 20:56
@art049 art049 restored the upstream/0x777-v3-permission-improvements branch May 1, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants