Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Serving
提交
8df0b889
S
Serving
项目概览
PaddlePaddle
/
Serving
大约 1 年 前同步成功
通知
186
Star
833
Fork
253
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
105
列表
看板
标记
里程碑
合并请求
10
Wiki
2
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Serving
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
105
Issue
105
列表
看板
标记
里程碑
合并请求
10
合并请求
10
Pages
分析
分析
仓库分析
DevOps
Wiki
2
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
8df0b889
编写于
7月 15, 2020
作者:
M
MRXLT
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix cube benchmark script
上级
cf0d12d2
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
10 addition
and
12 deletion
+10
-12
core/cube/cube-api/src/cube_cli.cpp
core/cube/cube-api/src/cube_cli.cpp
+5
-6
python/examples/criteo_ctr_with_cube/benchmark_cube.sh
python/examples/criteo_ctr_with_cube/benchmark_cube.sh
+5
-6
未找到文件。
core/cube/cube-api/src/cube_cli.cpp
浏览文件 @
8df0b889
...
...
@@ -163,7 +163,6 @@ int run_m(int argc, char** argv) {
uint64_t
max_time
=
0
;
uint64_t
min_time
=
1000000
;
std
::
vector
<
uint64_t
>
all_time_list
;
all_time_list
.
resize
(
turns
*
thread_num
);
for
(
int
i
=
0
;
i
<
thread_num
;
i
++
)
{
for
(
int
j
=
0
;
j
<
request_list
[
i
];
j
++
)
{
sum_time
+=
time_list
[
i
][
j
];
...
...
@@ -191,11 +190,11 @@ int run_m(int argc, char** argv) {
<<
std
::
to_string
(
all_time_list
[
static_cast
<
int
>
(
0.9
*
request_num
)])
<<
"
\n
99 percent: "
<<
std
::
to_string
(
all_time_list
[
static_cast
<
int
>
(
0.99
*
request_num
)])
<<
"
\n
999 percent: "
<<
std
::
to_string
(
all_time_list
[
static_cast
<
int
>
(
0.999
*
request_num
)])
;
LOG
(
INFO
)
<<
"
\n
total_request: "
<<
std
::
to_string
(
request_num
)
<<
"
\n
speed: "
<<
std
::
to_string
(
turns
*
1000000
/
main_time
)
// mean_time us
<<
" query per second"
;
<<
"
\n
99
.
9 percent: "
<<
std
::
to_string
(
all_time_list
[
static_cast
<
int
>
(
0.999
*
request_num
)])
<<
"
\n
total_request: "
<<
std
::
to_string
(
request_num
)
<<
"
\n
speed: "
<<
std
::
to_string
(
turns
*
1000000
/
main_time
)
// mean_time us
<<
" query per second"
;
return
0
;
}
...
...
python/examples/criteo_ctr_with_cube/benchmark_cube.sh
浏览文件 @
8df0b889
rm
profile_log
wget https://paddle-serving.bj.bcebos.com/unittest/ctr_cube_unittest.tar.gz
--no-check-certificate
tar
xf ctr_cube_unittest.tar.gz
#
wget https://paddle-serving.bj.bcebos.com/unittest/ctr_cube_unittest.tar.gz --no-check-certificate
#
tar xf ctr_cube_unittest.tar.gz
mv
models/ctr_client_conf ./
mv
models/ctr_serving_model_kv ./
mv
models/data ./cube/
wget https://paddle-serving.bj.bcebos.com/others/cube_app.tar.gz
--no-check-certificate
tar
xf cube_app.tar.gz
#
wget https://paddle-serving.bj.bcebos.com/others/cube_app.tar.gz --no-check-certificate
#
tar xf cube_app.tar.gz
mv
cube_app/cube
*
./cube/
sh cube_prepare.sh &
...
...
@@ -24,8 +24,7 @@ do
echo
"========================================"
echo
"batch size :
$batch_size
"
>>
profile_log
echo
"thread num :
$thread_num
"
>>
profile_log
tail
-n
7 profile |
head
-n
4
>>
profile_log
tail
-n
2 profile
>>
profile_log
tail
-n
8 profile
>>
profile_log
done
done
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录