Created
June 3, 2015 17:20
-
-
Save huned/b76a0189b020ddc21565 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
adaptive@ubuntu:/opt/adaptiveplanning/hypergraph$ HYPERGRAPH_THREADS=8 TESTS=5k bundle exec ruby -Itest -J-server -J-Xmx40g test/performance/hypergraph_performance_tpc_test.rb | |
uri:classloader:/jruby/kernel/kernel.rb:28: warning: unsupported exec option: close_others | |
Run options: --seed 15672 | |
# Running: | |
### Load Tables | |
5k 933.160000 21.630000 954.790000 (804.721107) | |
### Instantiate Graph | |
5k 1668.650000 30.330000 1698.980000 (752.859638) | |
### Query Measures (Derived) | |
5k [Sales, Total Sales] x [2015-06-01 00:00:00 -0700]: | |
[[#<BigDecimal:90e1c5c,'0.123E3',3(12)>, 4000000]] | |
11.640000 3.040000 14.680000 ( 5.989527) | |
. | |
Finished in 1564.343791s, 0.0006 runs/s, 0.0000 assertions/s. | |
1 runs, 0 assertions, 0 failures, 0 errors, 0 skips |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment