摘要: ramp-up period指的是Jmeter用于执行全部请求的时间 如果设置了 100 个线程 , 并且 ramp-up period 是 2 秒 , 那么 JMeter 将在 2 秒钟之内启动 100 个线程. 如果循环次数是 2 ,那么 jmeter 将在 2 秒之内发 送 200 个请求( 阅读全文
posted @ 2020-03-29 21:11 米虫0211 阅读(1428) 评论(0) 推荐(0)
摘要: 首先创建一个表drop table if exists score;create table score( id int primary key auto_increment, name varchar(50), phone varchar(11), score tinyint(1)); 目标:1) 阅读全文
posted @ 2020-03-03 21:30 米虫0211 阅读(167) 评论(0) 推荐(0)