Skip to content

Benchmarks

Jeremy edited this page Dec 6, 2020 · 4 revisions

Benchmark on Apple Macbook Air M1 2020:

|               us/op |                op/s |    err% |     total | Examples
|--------------------:|--------------------:|--------:|----------:|:---------
|               74.29 |           13,460.16 |    0.3% |      0.09 | `Example 1 RadialDist`
|              376.86 |            2,653.51 |    0.2% |      0.46 | `Example 1 SimplifyLine, HQ=False`
|            1,427.19 |              700.68 |    0.0% |      1.73 | `Example 1 SimplifyLine, HQ=True`
===============================================================================
jeremycatagno@Natalias-MacBook-Air simplifyline % file ./cmake-build/bin/run-bench
./cmake-build/bin/run-bench: Mach-O 64-bit executable arm64

Benchmark on AMD Ryzen 3900X (Linux)

|               us/op |                op/s |    err% |     total | Examples
|--------------------:|--------------------:|--------:|----------:|:---------
|              105.28 |            9,498.69 |    0.1% |      0.13 | `Example 1 RadialDist`
|              518.48 |            1,928.71 |    0.5% |      0.63 | `Example 1 SimplifyLine, HQ=False`
|            2,348.80 |              425.75 |    0.4% |      2.84 | `Example 1 SimplifyLine, HQ=True`

Benchmark on AMD Ryzen 3900X (Windows)

|               us/op |                op/s |    err% |     total | Examples
|--------------------:|--------------------:|--------:|----------:|:---------
|               88.55 |           11,293.55 |    0.5% |      0.11 | `Example 1 RadialDist`
|              630.79 |            1,585.31 |    0.5% |      0.77 | `Example 1 SimplifyLine, HQ=False`
|            3,864.53 |              258.76 |    0.3% |      4.68 | `Example 1 SimplifyLine, HQ=True`
Clone this wiki locally