Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
4f5146da
Commit
4f5146da
authored
9 years ago
by
vjpai
Browse files
Options
Downloads
Patches
Plain Diff
Change name from coresched to limit_cores
parent
3e6a70fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
test/cpp/qps/client.h
+1
-1
1 addition, 1 deletion
test/cpp/qps/client.h
test/cpp/qps/limit_cores.cc
+1
-1
1 addition, 1 deletion
test/cpp/qps/limit_cores.cc
test/cpp/qps/limit_cores.h
+0
-0
0 additions, 0 deletions
test/cpp/qps/limit_cores.h
test/cpp/qps/server.h
+1
-1
1 addition, 1 deletion
test/cpp/qps/server.h
with
3 additions
and
3 deletions
test/cpp/qps/client.h
+
1
−
1
View file @
4f5146da
...
...
@@ -45,7 +45,7 @@
#include
"src/proto/grpc/testing/payloads.grpc.pb.h"
#include
"src/proto/grpc/testing/services.grpc.pb.h"
#include
"test/cpp/qps/cores
ched
.h"
#include
"test/cpp/qps/
limit_
cores.h"
#include
"test/cpp/qps/histogram.h"
#include
"test/cpp/qps/interarrival.h"
#include
"test/cpp/qps/timer.h"
...
...
This diff is collapsed.
Click to expand it.
test/cpp/qps/cores
ched
.cc
→
test/cpp/qps/
limit_
cores.cc
+
1
−
1
View file @
4f5146da
...
...
@@ -31,7 +31,7 @@
*
*/
#include
"test/cpp/qps/cores
ched
.h"
#include
"test/cpp/qps/
limit_
cores.h"
#include
<grpc/support/cpu.h>
#include
<grpc/support/log.h>
...
...
This diff is collapsed.
Click to expand it.
test/cpp/qps/cores
ched
.h
→
test/cpp/qps/
limit_
cores.h
+
0
−
0
View file @
4f5146da
File moved
This diff is collapsed.
Click to expand it.
test/cpp/qps/server.h
+
1
−
1
View file @
4f5146da
...
...
@@ -42,7 +42,7 @@
#include
"src/proto/grpc/testing/messages.grpc.pb.h"
#include
"test/core/end2end/data/ssl_test_data.h"
#include
"test/core/util/port.h"
#include
"test/cpp/qps/cores
ched
.h"
#include
"test/cpp/qps/
limit_
cores.h"
#include
"test/cpp/qps/timer.h"
namespace
grpc
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment