Compare commits

...

1 Commits

Author SHA1 Message Date
Daniel
278a493595 benchmarking: tested int32 also on uni pc 2025-04-13 11:43:17 +02:00
3 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ using BenchmarkTools
using .Transpiler using .Transpiler
using .Interpreter using .Interpreter
const BENCHMARKS_RESULTS_PATH = "./results" const BENCHMARKS_RESULTS_PATH = "./results-fh"
exprsCPU = [ exprsCPU = [
# CPU interpreter requires an anonymous function and array ref s # CPU interpreter requires an anonymous function and array ref s
:(p[1] * x[1] + p[2]), # 5 op :(p[1] * x[1] + p[2]), # 5 op

File diff suppressed because one or more lines are too long