Skip to content

Instantly share code, notes, and snippets.

@mskvortsov
Created December 12, 2016 12:54
Show Gist options
  • Save mskvortsov/fd61baa179bb510ab0d6cc850e43c93a to your computer and use it in GitHub Desktop.
Save mskvortsov/fd61baa179bb510ab0d6cc850e43c93a to your computer and use it in GitHub Desktop.
$ coreclr/corerun Bytemark.exe
BBBBBB YYY Y TTTTTTT EEEEEEE
BBB B YYY Y TTT EEE
BBB B YYY Y TTT EEE
BBBBBB YYY Y TTT EEEEEEE
BBB B YYY TTT EEE
BBB B YYY TTT EEE
BBBBBB YYY TTT EEEEEEE
BYTEmark (tm) C# Mode Benchmark ver. 2 (06/99)
NUMERIC SORT(jagged): Iterations/sec: 236.69879 Index: 6.07029
NUMERIC SORT(rectangle): Iterations/sec: 57.91689 Index: 1.48532
STRING SORT: Iterations/sec: 48.43330 Index: 21.64133
BITFIELD: Iterations/sec: 57027323.95638 Index: 9.78220
FP EMULATION(struct): Iterations/sec: 17.36548 Index: 8.33276
FP EMULATION(class): Iterations/sec: 15.83378 Index: 7.59778
FOURIER: Iterations/sec: 3979.10900 Index: 4.52543
ASSIGNMENT(jagged): Iterations/sec: 4.05025 Index: 15.41190
ASSIGNMENT(rectangle): Iterations/sec: 2.44307 Index: 9.29631
IDEA: Iterations/sec: 661.00331 Index: 10.10987
HUFFMAN: Iterations/sec: 335.29295 Index: 9.29768
NEURAL NET(jagged): Iterations/sec: 1.73461 Index: 2.78653
NEURAL NET(rectangle): Iterations/sec: 1.29702 Index: 2.08357
LU DECOMPOSITION: Iterations/sec: 110.75721 Index: 5.73779
===========OVERALL============
INTEGER INDEX: 8.33971
FLOATING-POINT INDEX: 3.50404
(90 MHz Dell Pentium = 1.00)
==============================
$ COMPlus_Interpret=* COMPlus_InterpretExclude=".cctor .ctor \
RuntimeReflectionExtensions:GetRuntimeMethod LightUpHelper:GetMethod \
MemoryMapLightUp:TryLoadMembers NeuralJagged:Run Neural:Run" \
coreclr/corerun Bytemark.exe
BBBBBB YYY Y TTTTTTT EEEEEEE
BBB B YYY Y TTT EEE
BBB B YYY Y TTT EEE
BBBBBB YYY Y TTT EEEEEEE
BBB B YYY TTT EEE
BBB B YYY TTT EEE
BBBBBB YYY TTT EEEEEEE
BYTEmark (tm) C# Mode Benchmark ver. 2 (06/99)
NUMERIC SORT(jagged): Iterations/sec: 236.94870 Index: 6.07670
NUMERIC SORT(rectangle): Iterations/sec: 58.25298 Index: 1.49393
STRING SORT: Iterations/sec: 48.78194 Index: 21.79712
BITFIELD: Iterations/sec: 57069986.48654 Index: 9.78952
FP EMULATION(struct): Iterations/sec: 17.34936 Index: 8.32503
FP EMULATION(class): Iterations/sec: 15.85238 Index: 7.60671
FOURIER: Iterations/sec: 3964.02933 Index: 4.50828
ASSIGNMENT(jagged): Iterations/sec: 4.07888 Index: 15.52086
ASSIGNMENT(rectangle): Iterations/sec: 2.44500 Index: 9.30364
IDEA: Iterations/sec: 469.04480 Index: 7.17391
HUFFMAN: Iterations/sec: 284.09448 Index: 7.87795
NEURAL NET(jagged): Iterations/sec: 1.73160 Index: 2.78169
NEURAL NET(rectangle): Iterations/sec: 1.29534 Index: 2.08087
LU DECOMPOSITION: Iterations/sec: 111.26667 Index: 5.76419
===========OVERALL============
INTEGER INDEX: 7.94416
FLOATING-POINT INDEX: 3.50207
(90 MHz Dell Pentium = 1.00)
==============================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment