gambas-source-code/benchmark
Benoît Minisini b9f9aa4499 Add java benchmarks.
[BENCHMARK]
* NEW: Add java benchmarks. Note that 'string' and 'string2' benchmarks are too slow when run with the Java interpreter. So they are just run with Java and JIT compilation enabled.
2023-01-10 17:10:31 +01:00
..
benchmark.gbs Add java benchmarks. 2023-01-10 17:10:31 +01:00
mandelbrot.gbs Compute the duration of JIT Gambas code without JIT compilation time. 2018-07-03 00:54:34 +02:00
mandelbrot.jvs Add java benchmarks. 2023-01-10 17:10:31 +01:00
mandelbrot.pl [BENCHMARKS] 2015-10-31 01:02:58 +00:00
mandelbrot.py Port Python benchmarks to Python 3. 2022-09-27 22:16:48 +02:00
nbody.gbs Compute the duration of JIT Gambas code without JIT compilation time. 2018-07-03 00:54:34 +02:00
nbody.jvs Add java benchmarks. 2023-01-10 17:10:31 +01:00
nbody.pl [BENCHMARKS] 2015-10-31 01:02:58 +00:00
nbody.py Port Python benchmarks to Python 3. 2022-09-27 22:16:48 +02:00
polynom.gbs Compute the duration of JIT Gambas code without JIT compilation time. 2018-07-03 00:54:34 +02:00
polynom.jvs Add java benchmarks. 2023-01-10 17:10:31 +01:00
polynom.pl [BENCHMARKS] 2015-10-31 01:02:58 +00:00
polynom.py Port Python benchmarks to Python 3. 2022-09-27 22:16:48 +02:00
primes.gbs Port Python benchmarks to Python 3. 2022-09-27 22:16:48 +02:00
primes.jvs Add java benchmarks. 2023-01-10 17:10:31 +01:00
primes.pl [BENCHMARKS] 2015-10-31 01:02:58 +00:00
primes.py Port Python benchmarks to Python 3. 2022-09-27 22:16:48 +02:00
sort.gbs Compute the duration of JIT Gambas code without JIT compilation time. 2018-07-03 00:54:34 +02:00
sort.jvs Add java benchmarks. 2023-01-10 17:10:31 +01:00
sort.pl Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
sort.py Port Python benchmarks to Python 3. 2022-09-27 22:16:48 +02:00
string.gbs Port Python benchmarks to Python 3. 2022-09-27 22:16:48 +02:00
string.jvs Add java benchmarks. 2023-01-10 17:10:31 +01:00
string.pl Port Python benchmarks to Python 3. 2022-09-27 22:16:48 +02:00
string.py Port Python benchmarks to Python 3. 2022-09-27 22:16:48 +02:00
string2.gbs Fix Gambas 'string2' test. 2020-04-08 14:02:32 +02:00
string2.jvs Add java benchmarks. 2023-01-10 17:10:31 +01:00
string2.pl Add a new string benchmark. 2020-04-06 04:44:09 +02:00
string2.py Port Python benchmarks to Python 3. 2022-09-27 22:16:48 +02:00
test.jvs Add java benchmarks. 2023-01-10 17:10:31 +01:00