igouy

Results 40 comments of igouy

[regex-redux Dart JIT #4 program](https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/regexredux-dartjit-4.html#log) ``` COMMAND LINE: /opt/src/dart-sdk/bin/dart run regexredux.dartjit-4.dartjit 0 < regexredux-input5000000.txt ``` [regex-redux Dart #4 program](https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/regexredux-dartexe-4.html#log) ``` /opt/src/dart-sdk/bin/dart compile exe regexredux.dartexe-4.dartexe -o regexredux.dartexe-4.dartexe_run ... COMMAND LINE: ./regexredux.dartexe-4.dartexe_run...

> I would only analyze the numbers by reading the source code myself, instead of looking at a chart Have you tried to do that? Can you tell us how...

There doesn't seem to be a way to download a file containing all the measurements? That kind of data file would make it easier for people to do their own...

> "it’s now possible to [simply put &lt;TieredPGO&gt;true&lt;/TieredPGO&gt; into your .csproj](https://devblogs.microsoft.com/dotnet/performance_improvements_in_net_7/#pgo), and it’ll have the same effect as if you set DOTNET_TieredPGO=1 prior to every invocation of the app, enabling...

Programs can be faster when they only correct with complete 60 char input. That can be the difference between your time measurements, not the programming language.

Yes, the regex-dna programs were re-written to do [regex-redux](https://salsa.debian.org/benchmarksgame-team/archive-alioth-benchmarksgame/-/blob/master/contributed-source-code/benchmarksgame/README) ``` regexdna obsolete,removed regexredux ACTIVE ```

> I don't understand how this wasn't done from the start. https://github.com/kostya/jit-benchmarks#readme

> I don't understand how this wasn't done from the start. https://github.com/RemyDeWolf/rainbow

@rmannibucau Do you realize that the workload is expected to be set on the command-line as a program arg? @hanabi1224 set N=18 on the command-line for binary-trees and [the benchmarks...

You're reporting tiny tiny durations, 1000ths of a second, when the resolution of the time command may only be 1000 Hz. > bintree one where dotnet looks insanely slow java...