Skip to content

Instantly share code, notes, and snippets.

@antew
Created February 13, 2018 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antew/4ea1df91f74946907186f025f40e16f1 to your computer and use it in GitHub Desktop.
Save antew/4ea1df91f74946907186f025f40e16f1 to your computer and use it in GitHub Desktop.
benchmark_1 | Cloning into './test'...
benchmark_1 | Branch getting-running set up to track remote branch getting-running from origin.
benchmark_1 | Switched to a new branch 'getting-running'
benchmark_1 | Starting run for repo: https://github.com/joefiorini/flittal.git
benchmark_1 | Original elm-make
benchmark_1 | Success! Compiled 91 modules.
benchmark_1 | Successfully generated index.html
benchmark_1 | 104,028,098,272 bytes allocated in the heap
benchmark_1 | 3,109,829,544 bytes copied during GC
benchmark_1 | 45,512,368 bytes maximum residency (259 sample(s))
benchmark_1 | 1,243,568 bytes maximum slop
benchmark_1 | 100 MB total memory in use (0 MB lost due to fragmentation)
benchmark_1 |
benchmark_1 | Tot time (elapsed) Avg pause Max pause
benchmark_1 | Gen 0 200515 colls, 200515 par 66.680s 32.076s 0.0002s 0.0277s
benchmark_1 | Gen 1 259 colls, 258 par 5.685s 2.890s 0.0112s 0.1251s
benchmark_1 |
benchmark_1 | Parallel GC work balance: 23.33% (serial 0%, perfect 100%)
benchmark_1 |
benchmark_1 | TASKS: 6 (1 bound, 5 peak workers (5 total), using -N2)
benchmark_1 |
benchmark_1 | SPARKS: 0 (0 converted, 0 overflowed, 0 dud, 0 GC'd, 0 fizzled)
benchmark_1 |
benchmark_1 | INIT time 0.002s ( 0.001s elapsed)
benchmark_1 | MUT time 668.243s (642.422s elapsed)
benchmark_1 | GC time 72.365s ( 34.966s elapsed)
benchmark_1 | EXIT time 0.004s ( 0.004s elapsed)
benchmark_1 | Total time 740.616s (677.394s elapsed)
benchmark_1 |
benchmark_1 | Alloc rate 155,673,946 bytes per MUT second
benchmark_1 |
benchmark_1 | Productivity 90.2% of total user, 98.7% of total elapsed
benchmark_1 |
benchmark_1 | gc_alloc_block_sync: 2472458
benchmark_1 | whitehole_spin: 0
benchmark_1 | gen[0].sync: 145
benchmark_1 | gen[1].sync: 463806
benchmark_1 |
benchmark_1 | real 11m17.411s
benchmark_1 | user 10m39.070s
benchmark_1 | sys 1m41.550s
benchmark_1 | elm-make with options: -A128m -H128m -n8m
benchmark_1 | Success! Compiled 91 modules.
benchmark_1 | Successfully generated index.html
benchmark_1 | 104,107,110,064 bytes allocated in the heap
benchmark_1 | 363,596,328 bytes copied during GC
benchmark_1 | 48,493,808 bytes maximum residency (25 sample(s))
benchmark_1 | 1,284,120 bytes maximum slop
benchmark_1 | 364 MB total memory in use (0 MB lost due to fragmentation)
benchmark_1 |
benchmark_1 | Tot time (elapsed) Avg pause Max pause
benchmark_1 | Gen 0 747 colls, 747 par 3.047s 1.542s 0.0021s 0.0446s
benchmark_1 | Gen 1 25 colls, 24 par 0.915s 0.458s 0.0183s 0.0974s
benchmark_1 |
benchmark_1 | Parallel GC work balance: 24.55% (serial 0%, perfect 100%)
benchmark_1 |
benchmark_1 | TASKS: 6 (1 bound, 5 peak workers (5 total), using -N2)
benchmark_1 |
benchmark_1 | SPARKS: 0 (0 converted, 0 overflowed, 0 dud, 0 GC'd, 0 fizzled)
benchmark_1 |
benchmark_1 | INIT time 0.005s ( 0.005s elapsed)
benchmark_1 | MUT time 509.931s (508.282s elapsed)
benchmark_1 | GC time 3.962s ( 2.000s elapsed)
benchmark_1 | EXIT time 0.002s ( 0.002s elapsed)
benchmark_1 | Total time 513.911s (510.288s elapsed)
benchmark_1 |
benchmark_1 | Alloc rate 204,159,406 bytes per MUT second
benchmark_1 |
benchmark_1 | Productivity 99.2% of total user, 99.9% of total elapsed
benchmark_1 |
benchmark_1 | gc_alloc_block_sync: 329290
benchmark_1 | whitehole_spin: 0
benchmark_1 | gen[0].sync: 0
benchmark_1 | gen[1].sync: 46612
benchmark_1 |
benchmark_1 | real 8m30.569s
benchmark_1 | user 8m31.840s
benchmark_1 | sys 0m2.330s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment