Commit Graph

74 Commits

Author SHA1 Message Date
debugtalk
ecd4e18bb5 Merge pull request #71 from bbx-winner/main
feat: implement `rendezvous` mechanism for load test
2022-01-25 20:25:40 +08:00
debugtalk
a3b3eada8f fix: build hashicorp plugin failed when creating scaffold 2022-01-25 18:11:12 +08:00
debugtalk
94665f1766 bump version to v0.5.3 2022-01-25 15:53:11 +08:00
buyuxiang
a5e57c9a65 feat: support rendezvous after spawn done
Change-Id: I4b07a88b61da4dc1863b189db9eb831ffb14130a
2022-01-25 14:25:14 +08:00
徐聪
44cfba0ea6 fix: inaccurate to report data. 2022-01-20 15:02:35 +08:00
debugtalk
743fc706c6 refactor: remove IConfig 2022-01-19 21:42:12 +08:00
徐聪
59ef894444 update unittests. 2022-01-19 20:51:00 +08:00
徐聪
fb912fd7f8 update description. 2022-01-19 20:29:05 +08:00
徐聪
2f07c9ac0b fix: inaccurate to report stats for total, feat: add average response time in total. 2022-01-19 19:55:06 +08:00
debugtalk
938a01ef31 change: update docs 2022-01-19 15:03:04 +08:00
debugtalk
41cad916ea Merge branch 'main' into go-plugin 2022-01-19 14:52:48 +08:00
徐聪
992a53844f Merge branch 'main' of github.com:xucong053/hrp 2022-01-18 21:35:07 +08:00
徐聪
70d3a8a839 fix: no error is logged when the assertion fails 2022-01-18 21:33:41 +08:00
debugtalk
9db54544d9 fix: unittests for plugin 2022-01-18 17:20:44 +08:00
debugtalk
6874a2428c feat: add scaffold for plugin 2022-01-17 21:40:20 +08:00
debugtalk
b42e6f8019 feat: support creating and calling custom functions with hashicorp/go-plugin 2022-01-14 09:30:18 +08:00
debugtalk
3de1068641 bump version to v0.5.1 2022-01-13 18:41:13 +08:00
debugtalk
5cdfa76f7e Merge pull request #54 from xucong053/main
fix: ensure last stats to be reported
2022-01-13 18:35:10 +08:00
徐聪
1cb4c105a4 feat: add error log and summary of response time to prometheus. 2022-01-13 17:41:27 +08:00
徐聪
b70dc3a47b fix: resolve the problem of reporting last stats failure. 2022-01-13 10:54:18 +08:00
徐聪
1d04b2c22d feat: specify running cycles for load testing. 2022-01-12 14:51:53 +08:00
徐聪
7a15df3177 feat: specify running cycles for load testing. 2022-01-12 14:48:43 +08:00
debugtalk
b80730d8a4 fix: use GA_TRACKING_ID 2022-01-08 23:14:43 +08:00
debugtalk
4189ed9b3f change: scaffold action 2022-01-08 22:53:32 +08:00
debugtalk
4cc037621a change: udpate docs 2022-01-08 22:25:52 +08:00
debugtalk
1c8df8ecfd feat: create scaffold project 2022-01-08 22:12:21 +08:00
debugtalk
d3c97800f0 fix: report GA event with value to indicate failure 2022-01-08 12:35:54 +08:00
debugtalk
d1b80bb164 feat: init scaffold 2022-01-08 11:42:39 +08:00
debugtalk
321485588b fix: load GA_TRACKING_ID from github env for release 2022-01-07 10:43:28 +08:00
debugtalk
a9f531515c change: update docs 2022-01-07 10:12:35 +08:00
debugtalk
b85e577f6f change: get GA Tracking ID from env 2022-01-07 10:05:46 +08:00
debugtalk
a81c7cd73f bump version to v0.5.0 2022-01-06 14:07:13 +08:00
debugtalk
574ee14f06 fix: change variable name 2022-01-05 21:39:09 +08:00
bbx-winner
d83ac691d8 Merge branch 'main' into byx/dev 2022-01-05 18:43:36 +08:00
bbx-winner
10e77b0076 Merge branch 'main' into byx/dev 2022-01-05 17:05:38 +08:00
徐聪
225972d106 Merge branch 'main' into chore/support-rich-interface-request-result-verification-mechanism 2022-01-05 16:55:26 +08:00
徐聪
bc0a3427ac feat: data-driven. 2021-12-30 22:31:39 +08:00
bbx-winner
5f819cc9e0 Merge branch 'main' into byx/dev 2021-12-30 21:23:24 +08:00
buyuxiang
d3b5a0dba8 chore: add BUILTIN.md, append CHANGELOG.md
Change-Id: I12e0c6ba3621d383fa46a811abbdcd55dbf80a17
2021-12-30 19:50:55 +08:00
buyuxiang
23c09a1e11 complete the comment of builtin.Contains
Change-Id: I949e2ccda53960dd12f64bda3c9c69513f59d4ed
2021-12-30 18:27:58 +08:00
徐聪
fb62a46d3c resolve conflict. 2021-12-30 17:35:27 +08:00
徐聪
0bcc2ec237 feat: data-driven. 2021-12-30 17:31:14 +08:00
debugtalk
17657d73a4 fix: skip set ulimit on windows 2021-12-30 16:40:04 +08:00
buyuxiang
b22a5d2af0 fix: contains assertion bug; feat: add type_match, contained_by, string_equals assertion methods
Change-Id: Icb15fe33a58d1ff69991435bbe70c3cd53bb8dea
2021-12-30 14:47:10 +08:00
徐聪
6b85605ce8 feat: data-driven. 2021-12-29 15:25:57 +08:00
徐聪
1afefaec1c add interface request verification method. 2021-12-29 15:23:36 +08:00
徐聪
109e5c0b3d Merge branch 'main' into chore/support-rich-interface-request-result-verification-mechanism 2021-12-29 15:02:35 +08:00
徐聪
fdc66ddec0 feat: data-driven. 2021-12-29 15:02:12 +08:00
徐聪
b5e31ff767 add interface request verification method. 2021-12-29 14:46:05 +08:00
徐聪
71af36ff6f feat: data-driven. 2021-12-28 18:16:02 +08:00