We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Total transactions: 100000 Total time: 14012ms TPS(include error requests): 7136.7399371966885 TPS(exclude error requests): 418.4984299172138 Avg time cost: 9057ms Errors: 94136 Time group: 0 < time < 50ms : 0 : 0.0% 50 < time < 100ms : 0 : 0.0% 100 < time < 200ms : 0 : 0.0% 200 < time < 400ms : 14 : 0.013999999999999999% 400 < time < 1000ms : 2590 : 2.59% 1000 < time < 2000ms : 3362 : 3.3619999999999997% 2000 < time : 94034 : 94.03399999999999% Sending transactions finished! Checking result... Check failed! Account[6] balance: 1823020087169524594 not equal to expected: 1823020087172149141 Check failed! Account[9] balance: 7829158795833498495 not equal to expected: 7829158795836090429 Check failed! Account[2] balance: 4275228905031955255 not equal to expected: 4275228905034596572 Check failed! Account[11] balance: 2331360203157110632 not equal to expected: 2331360203159753608 Check failed! Account[7] balance: 54238004778387196 not equal to expected: 54238004780987971 Check failed! Account[15] balance: 804586876899850861 not equal to expected: 804586876902483338 Check failed! Account[8] balance: 7663106333365899326 not equal to expected: 7663106333368515360 Check failed! Account[0] balance: 5444182184507060610 not equal to expected: 5444182184509674591 Check failed! Account[3] balance: 4637072791902734674 not equal to expected: 4637072791905344682 Check failed! Account[13] balance: 8960083850349108723 not equal to expected: 8960083850351745294 Check failed! Account[10] balance: 5080265052680857614 not equal to expected: 5080265052683500662 Check failed! Account[12] balance: 6918013773331083818 not equal to expected: 6918013773333739199 Check failed! Account[4] balance: 3789239624244402101 not equal to expected: 3789239624247024708 Check failed! Account[1] balance: 5480039756985509896 not equal to expected: 5480039756988087538 Check failed! Account[14] balance: 6733750667237119627 not equal to expected: 6733750667239730981 Check failed! Account[5] balance: 7513157747037361525 not equal to expected: 7513157747040027547 Checking finished!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ava -cp 'conf/:lib/:apps/' org.fisco.bcos.sdk.demo.perf.PerformanceDMC group0 16 100000 20000
====== Start test, user count: 16, count: 100000, qps:20000, groupId: group0
Create account...
Create account finished!
Sending transactions...
Send : 100% │█████████████████████████████████████████████████████████████│ 100000/100000 (0:00:04 / 0:00:00)
Receive: 100% │█████████████████████████████████████████████████████████████│ 100000/100000 (0:00:14 / 0:00:00)
total
Total transactions: 100000
Total time: 14012ms
TPS(include error requests): 7136.7399371966885
TPS(exclude error requests): 418.4984299172138
Avg time cost: 9057ms
Errors: 94136
Time group:
0 < time < 50ms : 0 : 0.0%
50 < time < 100ms : 0 : 0.0%
100 < time < 200ms : 0 : 0.0%
200 < time < 400ms : 14 : 0.013999999999999999%
400 < time < 1000ms : 2590 : 2.59%
1000 < time < 2000ms : 3362 : 3.3619999999999997%
2000 < time : 94034 : 94.03399999999999%
Sending transactions finished!
Checking result...
Check failed! Account[6] balance: 1823020087169524594 not equal to expected: 1823020087172149141
Check failed! Account[9] balance: 7829158795833498495 not equal to expected: 7829158795836090429
Check failed! Account[2] balance: 4275228905031955255 not equal to expected: 4275228905034596572
Check failed! Account[11] balance: 2331360203157110632 not equal to expected: 2331360203159753608
Check failed! Account[7] balance: 54238004778387196 not equal to expected: 54238004780987971
Check failed! Account[15] balance: 804586876899850861 not equal to expected: 804586876902483338
Check failed! Account[8] balance: 7663106333365899326 not equal to expected: 7663106333368515360
Check failed! Account[0] balance: 5444182184507060610 not equal to expected: 5444182184509674591
Check failed! Account[3] balance: 4637072791902734674 not equal to expected: 4637072791905344682
Check failed! Account[13] balance: 8960083850349108723 not equal to expected: 8960083850351745294
Check failed! Account[10] balance: 5080265052680857614 not equal to expected: 5080265052683500662
Check failed! Account[12] balance: 6918013773331083818 not equal to expected: 6918013773333739199
Check failed! Account[4] balance: 3789239624244402101 not equal to expected: 3789239624247024708
Check failed! Account[1] balance: 5480039756985509896 not equal to expected: 5480039756988087538
Check failed! Account[14] balance: 6733750667237119627 not equal to expected: 6733750667239730981
Check failed! Account[5] balance: 7513157747037361525 not equal to expected: 7513157747040027547
Checking finished!
The text was updated successfully, but these errors were encountered: