LinqLover / SimulationStudio

A growing suite of applications and tools using code simulation in Squeak/Smalltalk
9 stars 1 forks source link

Create benchmarks #13

Open LinqLover opened 3 years ago

LinqLover commented 3 years ago

Custom simulation is really slow already at the moment. To make sure it does not get even slower, create some benchmarks and write tests for them to make sure that a random change does not break down the overall performance massively.

We do not even need to deal with nasty and device-dependent time values here: Just run the relevant code in something like a Sandbox and count the number of primitives executed. This would be stuff enough for a separate tool. :D

LinqLover commented 2 years ago

Basic benchmarks have been added with #29, but there is not yet any automated CI check for the results.