Last active
February 16, 2018 21:36
-
-
Save spmallette/8aefc6a1baf3b7a058e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bin/profile-driver.sh parallelism 1 nioPoolSize 1 minConnectionPoolSize 64 maxConnectionPoolSize 512 minSimultaneousUsagePerConnection 32 maxSimultaneousUsagePerConnection 256 minInProcessPerConnection 2 maxInProcessPerConnection 256 workerPoolSize 8 requests 50000 executions 10 timeout 7200000 serializer GRYO_V1D0 maxWaitForConnection 30000 script '[(1..<256).collect{it*2}]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config: { compilerCustomizerProviders: { "org.apache.tinkerpop.gremlin.groovy.CompileStaticCustomizerProvider": {}}}}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------WARMUP CYCLE--------------------------- | |
[warmup-1] requests: 1000 | time(s): 0.6018506 | req/sec: 1662 | too slow: 0 | |
[warmup-2] requests: 1000 | time(s): 0.291263201 | req/sec: 3433 | too slow: 0 | |
[warmup-3] requests: 1000 | time(s): 0.286894137 | req/sec: 3486 | too slow: 0 | |
[warmup-4] requests: 1000 | time(s): 0.221449842 | req/sec: 4516 | too slow: 0 | |
[warmup-5] requests: 1000 | time(s): 0.238359071 | req/sec: 4195 | too slow: 0 | |
----------------------------TEST CYCLE---------------------------- | |
[test-1] requests: 50000 | time(s): 4.774514652 | req/sec: 10472 | too slow: 0 | |
[test-2] requests: 50000 | time(s): 4.031655607 | req/sec: 12402 | too slow: 0 | |
[test-3] requests: 50000 | time(s): 4.034091315 | req/sec: 12394 | too slow: 0 | |
[test-4] requests: 50000 | time(s): 3.855956275 | req/sec: 12967 | too slow: 0 | |
[test-5] requests: 50000 | time(s): 3.874543029 | req/sec: 12905 | too slow: 0 | |
[test-6] requests: 50000 | time(s): 4.405295246 | req/sec: 11350 | too slow: 0 | |
[test-7] requests: 50000 | time(s): 4.165822312 | req/sec: 12002 | too slow: 0 | |
[test-8] requests: 50000 | time(s): 3.980122214 | req/sec: 12562 | too slow: 0 | |
[test-9] requests: 50000 | time(s): 4.098065557 | req/sec: 12201 | too slow: 0 | |
[test-10] requests: 50000 | time(s): 4.322394132 | req/sec: 11568 | too slow: 0 | |
avg req/sec: 12082 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment