Skip to content

regularize mandelperf timings to include sums & assertions or notย #10

@johnfgibson

Description

@johnfgibson

The timings of the mandelbrot calculations are not consistent between all languages. In some (C, Rust), the timings include summing the total number of iterations over the specified grid and asserting that number is 14791. In others (Python, Julia), the timings only include iterating over the grid, not the sum or assertion. Some languages repeat mandelperf 100 times and return total time / 100, others return the time for a single run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions