Skip to content

feat: support cache the test case response #194

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

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

@LinuxSuRen LinuxSuRen added enhancement New feature or request ui to-user The end-users might be interested in. labels Aug 30, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

There are 17 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/FunctionsQuery 4.833701ms 4.833701ms 4.833701ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 2.553859ms 2.553859ms 2.553859ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 1.439989ms 2.467454ms 412.525µs 2 1
POST http://localhost:8080/server.Runner/ListTestCase 1.316682ms 1.44499ms 1.188375ms 2 1
POST http://localhost:8080/server.Runner/UpdateTestSuite 1.27428ms 1.27428ms 1.27428ms 1 1
POST http://localhost:8080/server.Runner/GetStores 1.237277ms 1.237277ms 1.237277ms 1 0
POST http://localhost:8080/server.Runner/CreateTestSuite 1.064467ms 1.064467ms 1.064467ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 1.027964ms 1.027964ms 1.027964ms 1 0
POST http://localhost:8080/server.Runner/GetSecrets 1.022664ms 1.022664ms 1.022664ms 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 950.26µs 950.26µs 950.26µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 925.858µs 925.858µs 925.858µs 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 913.757µs 913.757µs 913.757µs 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 707.944µs 707.944µs 707.944µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 705.044µs 705.044µs 705.044µs 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 682.943µs 682.943µs 682.943µs 1 1
POST http://localhost:8080/server.Runner/ListConverter 595.037µs 595.037µs 595.037µs 1 0
POST http://localhost:8080/server.Runner/GenerateCode 386.924µs 386.924µs 386.924µs 1 1

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.02%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0c32364) 5230 4451 85.11%
Head commit (a6d3952) 5230 (+0) 4452 (+1) 85.12% (+0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#194) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@LinuxSuRen LinuxSuRen merged commit c74eb67 into master Aug 30, 2023
@LinuxSuRen LinuxSuRen deleted the feat/support-response-cache branch August 30, 2023 01:59
LinuxSuRen pushed a commit that referenced this pull request Jun 17, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to-user The end-users might be interested in. ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant