设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 重新 数据 创业者
当前位置: 首页 > 运营中心 > 建站资源 > 优化 > 正文

剖析美团内部所采用的网站压力测试方案(2)

发布时间:2021-07-12 23:00 所属栏目:21 来源:互联网
导读:privateVcr_vcr=newVcr(testapp);//指定拷贝流量的key @Override publicTestResponseecho(TestRequestreq)throwsTException{ _vcr.copy(req);//拷贝操作 longstart=System.currentTimeMillis(); TestResponserespon

    private Vcr _vcr = new Vcr("testapp"); // 指定拷贝流量的key   

  

    @Override  

    public TestResponse echo(TestRequest req) throws TException {   

        _vcr.copy(req); // 拷贝操作   

        long start = System.currentTimeMillis();   

        TestResponse response = new TestResponse();   

        return response;   

    }   

}  

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读