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
78fa3db7
Commit
78fa3db7
authored
7 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Review feedback
parent
d682c770
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/jenkins/run_performance_profile_daily.sh
+0
-3
0 additions, 3 deletions
tools/jenkins/run_performance_profile_daily.sh
tools/jenkins/run_performance_profile_hourly.sh
+3
-2
3 additions, 2 deletions
tools/jenkins/run_performance_profile_hourly.sh
with
3 additions
and
5 deletions
tools/jenkins/run_performance_profile_daily.sh
+
0
−
3
View file @
78fa3db7
...
@@ -32,8 +32,6 @@ set -ex
...
@@ -32,8 +32,6 @@ set -ex
cd
$(
dirname
$0
)
/../..
cd
$(
dirname
$0
)
/../..
CPUS
=
`
python
-c
'import multiprocessing; print multiprocessing.cpu_count()'
`
# try to use pypy for generating reports
# try to use pypy for generating reports
# each trace dumps 7-8gig of text to disk, and processing this into a report is
# each trace dumps 7-8gig of text to disk, and processing this into a report is
# heavyweight - so any speed boost is worthwhile
# heavyweight - so any speed boost is worthwhile
...
@@ -45,4 +43,3 @@ else
...
@@ -45,4 +43,3 @@ else
fi
fi
$PYTHON
tools/run_tests/run_microbenchmark.py
--collect
summary perf latency
$PYTHON
tools/run_tests/run_microbenchmark.py
--collect
summary perf latency
This diff is collapsed.
Click to expand it.
tools/jenkins/run_performance_profile_hourly.sh
+
3
−
2
View file @
78fa3db7
...
@@ -32,9 +32,10 @@ set -ex
...
@@ -32,9 +32,10 @@ set -ex
cd
$(
dirname
$0
)
/../..
cd
$(
dirname
$0
)
/../..
make
CONFIG
=
opt memory_profile_test memory_profile_client memory_profile_server
CPUS
=
`
python
-c
'import multiprocessing; print multiprocessing.cpu_count()'
`
make
CONFIG
=
opt memory_profile_test memory_profile_client memory_profile_server
-j
$CPUS
bins/opt/memory_profile_test
bins/opt/memory_profile_test
bq load microbenchmarks.memory memory_usage.csv
bq load microbenchmarks.memory memory_usage.csv
tools/run_tests/run_microbenchmark.py
--collect
summary
--bigquery_upload
tools/run_tests/run_microbenchmark.py
--collect
summary
--bigquery_upload
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