Skip to content

Commit

Permalink
docs: replace gitter links with discord (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking committed Jul 8, 2023
1 parent 8353eda commit 12c6c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project adheres to the [Contributor Covenant 1.2.](https://www.contributor-

- We do our best to have an [up-to-date documentation](https://casbin.org/docs/overview)
- [Stack Overflow](https://stackoverflow.com) is the best place to start if you have a question. Please use the [casbin tag](https://stackoverflow.com/tags/casbin/info) we are actively monitoring. We encourage you to use Stack Overflow specially for Modeling Access Control Problems, in order to build a shared knowledge base.
- You can also join our [Gitter community](https://gitter.im/casbin/Lobby).
- You can also join our [Discord](https://discord.gg/S5UjpzGZjN).

## Reporting issues

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Casbin
[![Coverage Status](https://coveralls.io/repos/github/casbin/casbin/badge.svg?branch=master)](https://coveralls.io/github/casbin/casbin?branch=master)
[![Godoc](https://godoc.org/github.com/casbin/casbin?status.svg)](https://pkg.go.dev/github.com/casbin/casbin/v2)
[![Release](https://img.shields.io/github/release/casbin/casbin.svg)](https://github.com/casbin/casbin/releases/latest)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/casbin/lobby)
[![Discord](https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2)](https://discord.gg/S5UjpzGZjN)
[![Sourcegraph](https://sourcegraph.com/github.com/casbin/casbin/-/badge.svg)](https://sourcegraph.com/github.com/casbin/casbin?badge)

💖 [**Looking for an open-source identity and access management solution like Okta, Auth0, Keycloak ? Learn more about: Casdoor**](https://casdoor.org/)
Expand Down

1 comment on commit 12c6c5f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 12c6c5f Previous: 8353eda Ratio
BenchmarkCachedRaw - ns/op 23.14 ns/op
BenchmarkCachedRaw - B/op 0 B/op
BenchmarkCachedRaw - allocs/op 0 allocs/op
BenchmarkCachedBasicModel - ns/op 250.3 ns/op
BenchmarkCachedBasicModel - B/op 104 B/op
BenchmarkCachedBasicModel - allocs/op 4 allocs/op
BenchmarkCachedRBACModel - ns/op 246.8 ns/op
BenchmarkCachedRBACModel - B/op 104 B/op
BenchmarkCachedRBACModel - allocs/op 4 allocs/op
BenchmarkCachedRBACModelSmall - ns/op 255.6 ns/op
BenchmarkCachedRBACModelSmall - B/op 104 B/op
BenchmarkCachedRBACModelSmall - allocs/op 4 allocs/op
BenchmarkCachedRBACModelMedium - ns/op 276.4 ns/op
BenchmarkCachedRBACModelMedium - B/op 104 B/op
BenchmarkCachedRBACModelMedium - allocs/op 4 allocs/op
BenchmarkCachedRBACModelLarge - ns/op 237.2 ns/op
BenchmarkCachedRBACModelLarge - B/op 96 B/op
BenchmarkCachedRBACModelLarge - allocs/op 3 allocs/op
BenchmarkCachedRBACModelWithResourceRoles - ns/op 241 ns/op
BenchmarkCachedRBACModelWithResourceRoles - B/op 104 B/op
BenchmarkCachedRBACModelWithResourceRoles - allocs/op 4 allocs/op
BenchmarkCachedRBACModelWithDomains - ns/op 244 ns/op
BenchmarkCachedRBACModelWithDomains - B/op 120 B/op
BenchmarkCachedRBACModelWithDomains - allocs/op 4 allocs/op
BenchmarkCachedABACModel - ns/op 3828 ns/op
BenchmarkCachedABACModel - B/op 1522 B/op
BenchmarkCachedABACModel - allocs/op 18 allocs/op
BenchmarkCachedKeyMatchModel - ns/op 274.6 ns/op
BenchmarkCachedKeyMatchModel - B/op 152 B/op
BenchmarkCachedKeyMatchModel - allocs/op 4 allocs/op
BenchmarkCachedRBACModelWithDeny - ns/op 242.8 ns/op
BenchmarkCachedRBACModelWithDeny - B/op 104 B/op
BenchmarkCachedRBACModelWithDeny - allocs/op 4 allocs/op
BenchmarkCachedPriorityModel - ns/op 241.4 ns/op
BenchmarkCachedPriorityModel - B/op 104 B/op
BenchmarkCachedPriorityModel - allocs/op 4 allocs/op
BenchmarkCachedWithEnforceContext - ns/op 454.7 ns/op
BenchmarkCachedWithEnforceContext - B/op 240 B/op
BenchmarkCachedWithEnforceContext - allocs/op 5 allocs/op
BenchmarkCachedRBACModelMediumParallel - ns/op 238.6 ns/op
BenchmarkCachedRBACModelMediumParallel - B/op 105 B/op
BenchmarkCachedRBACModelMediumParallel - allocs/op 4 allocs/op
BenchmarkHasPolicySmall - ns/op 719.8 ns/op
BenchmarkHasPolicySmall - B/op 150 B/op
BenchmarkHasPolicySmall - allocs/op 6 allocs/op
BenchmarkHasPolicyMedium - ns/op 760.9 ns/op
BenchmarkHasPolicyMedium - B/op 157 B/op
BenchmarkHasPolicyMedium - allocs/op 6 allocs/op
BenchmarkHasPolicyLarge - ns/op 909.9 ns/op
BenchmarkHasPolicyLarge - B/op 165 B/op
BenchmarkHasPolicyLarge - allocs/op 7 allocs/op
BenchmarkAddPolicySmall - ns/op 799.2 ns/op
BenchmarkAddPolicySmall - B/op 152 B/op
BenchmarkAddPolicySmall - allocs/op 6 allocs/op
BenchmarkAddPolicyMedium - ns/op 1163 ns/op
BenchmarkAddPolicyMedium - B/op 189 B/op
BenchmarkAddPolicyMedium - allocs/op 7 allocs/op
BenchmarkAddPolicyLarge - ns/op 1753 ns/op
BenchmarkAddPolicyLarge - B/op 412 B/op
BenchmarkAddPolicyLarge - allocs/op 9 allocs/op
BenchmarkRemovePolicySmall - ns/op 794.7 ns/op
BenchmarkRemovePolicySmall - B/op 166 B/op
BenchmarkRemovePolicySmall - allocs/op 7 allocs/op
BenchmarkRemovePolicyMedium - ns/op 902.1 ns/op
BenchmarkRemovePolicyMedium - B/op 178 B/op
BenchmarkRemovePolicyMedium - allocs/op 7 allocs/op
BenchmarkRemovePolicyLarge - ns/op 2244 ns/op
BenchmarkRemovePolicyLarge - B/op 300 B/op
BenchmarkRemovePolicyLarge - allocs/op 13 allocs/op
BenchmarkRaw - ns/op 23.21 ns/op
BenchmarkRaw - B/op 0 B/op
BenchmarkRaw - allocs/op 0 allocs/op
BenchmarkBasicModel - ns/op 5169 ns/op
BenchmarkBasicModel - B/op 1490 B/op
BenchmarkBasicModel - allocs/op 17 allocs/op
BenchmarkRBACModel - ns/op 7919 ns/op
BenchmarkRBACModel - B/op 2035 B/op
BenchmarkRBACModel - allocs/op 35 allocs/op
BenchmarkRBACModelSizes/small - ns/op 73346 ns/op
BenchmarkRBACModelSizes/small - B/op 20019 B/op
BenchmarkRBACModelSizes/small - allocs/op 480 allocs/op
BenchmarkRBACModelSizes/medium - ns/op 821796 ns/op
BenchmarkRBACModelSizes/medium - B/op 191379 B/op
BenchmarkRBACModelSizes/medium - allocs/op 4828 allocs/op
BenchmarkRBACModelSizes/large - ns/op 9073220 ns/op
BenchmarkRBACModelSizes/large - B/op 1892845 B/op
BenchmarkRBACModelSizes/large - allocs/op 47988 allocs/op
BenchmarkRBACModelSmall - ns/op 90526 ns/op
BenchmarkRBACModelSmall - B/op 20056 B/op
BenchmarkRBACModelSmall - allocs/op 615 allocs/op
BenchmarkRBACModelMedium - ns/op 897233 ns/op
BenchmarkRBACModelMedium - B/op 194446 B/op
BenchmarkRBACModelMedium - allocs/op 6024 allocs/op
BenchmarkRBACModelLarge - ns/op 10150629 ns/op
BenchmarkRBACModelLarge - B/op 1950676 B/op
BenchmarkRBACModelLarge - allocs/op 61027 allocs/op
BenchmarkRBACModelWithResourceRoles - ns/op 6433 ns/op
BenchmarkRBACModelWithResourceRoles - B/op 1823 B/op
BenchmarkRBACModelWithResourceRoles - allocs/op 27 allocs/op
BenchmarkRBACModelWithDomains - ns/op 7355 ns/op
BenchmarkRBACModelWithDomains - B/op 1806 B/op
BenchmarkRBACModelWithDomains - allocs/op 25 allocs/op
BenchmarkABACModel - ns/op 4058 ns/op
BenchmarkABACModel - B/op 1515 B/op
BenchmarkABACModel - allocs/op 17 allocs/op
BenchmarkABACRuleModel - ns/op 5220412 ns/op
BenchmarkABACRuleModel - B/op 1306537 B/op
BenchmarkABACRuleModel - allocs/op 40088 allocs/op
BenchmarkKeyMatchModel - ns/op 8511 ns/op
BenchmarkKeyMatchModel - B/op 3023 B/op
BenchmarkKeyMatchModel - allocs/op 37 allocs/op
BenchmarkRBACModelWithDeny - ns/op 10166 ns/op
BenchmarkRBACModelWithDeny - B/op 2449 B/op
BenchmarkRBACModelWithDeny - allocs/op 49 allocs/op
BenchmarkPriorityModel - ns/op 5487 ns/op
BenchmarkPriorityModel - B/op 1741 B/op
BenchmarkPriorityModel - allocs/op 22 allocs/op
BenchmarkRBACModelWithDomainPatternLarge - ns/op 29535 ns/op
BenchmarkRBACModelWithDomainPatternLarge - B/op 16601 B/op
BenchmarkRBACModelWithDomainPatternLarge - allocs/op 164 allocs/op
BenchmarkRoleManagerSmall - ns/op 111029 ns/op
BenchmarkRoleManagerSmall - B/op 11953 B/op
BenchmarkRoleManagerSmall - allocs/op 797 allocs/op
BenchmarkRoleManagerMedium - ns/op 1118943 ns/op
BenchmarkRoleManagerMedium - B/op 125909 B/op
BenchmarkRoleManagerMedium - allocs/op 8741 allocs/op
BenchmarkRoleManagerLarge - ns/op 14342562 ns/op
BenchmarkRoleManagerLarge - B/op 1349924 B/op
BenchmarkRoleManagerLarge - allocs/op 89741 allocs/op
BenchmarkBuildRoleLinksWithPatternLarge - ns/op 8565090218 ns/op
BenchmarkBuildRoleLinksWithPatternLarge - B/op 5295286480 B/op
BenchmarkBuildRoleLinksWithPatternLarge - allocs/op 60932434 allocs/op
BenchmarkBuildRoleLinksWithDomainPatternLarge - ns/op 235417660 ns/op
BenchmarkBuildRoleLinksWithDomainPatternLarge - B/op 139748076 B/op
BenchmarkBuildRoleLinksWithDomainPatternLarge - allocs/op 1670284 allocs/op
BenchmarkBuildRoleLinksWithPatternAndDomainPatternLarge - ns/op 8864323815 ns/op
BenchmarkBuildRoleLinksWithPatternAndDomainPatternLarge - B/op 5422330008 B/op
BenchmarkBuildRoleLinksWithPatternAndDomainPatternLarge - allocs/op 62541098 allocs/op
BenchmarkHasLinkWithPatternLarge - ns/op 15052 ns/op
BenchmarkHasLinkWithPatternLarge - B/op 7537 B/op
BenchmarkHasLinkWithPatternLarge - allocs/op 111 allocs/op
BenchmarkHasLinkWithDomainPatternLarge - ns/op 823.6 ns/op
BenchmarkHasLinkWithDomainPatternLarge - B/op 80 B/op
BenchmarkHasLinkWithDomainPatternLarge - allocs/op 5 allocs/op
BenchmarkHasLinkWithPatternAndDomainPatternLarge - ns/op 14768 ns/op
BenchmarkHasLinkWithPatternAndDomainPatternLarge - B/op 7549 B/op
BenchmarkHasLinkWithPatternAndDomainPatternLarge - allocs/op 111 allocs/op

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.