https://github.com/tessi/
And I do have a warm spot reserved in my heart for e ink displays, so can’t wait to see yours and learn more :)
And I do have a warm spot reserved in my heart for e ink displays, so can’t wait to see yours and learn more :)
Your message motivated me to post more regular updates :)
Your message motivated me to post more regular updates :)
gives me a reason for another fun night with benchmarks (who needs sleep anyways when you can have fun instead!)
gives me a reason for another fun night with benchmarks (who needs sleep anyways when you can have fun instead!)
```
Benchee.run(
[...],
inputs: %{
"input 1" => 1,
"input 2" => 2
}
)
```
something like
```
inputs: %{
"work items" => [1, 10, 20, ...],
"fn calls" => [1, 10, 20, ...],
"instances" => [1, 10, 20, ...]
}
```
then bench all points in this 3d space
```
Benchee.run(
[...],
inputs: %{
"input 1" => 1,
"input 2" => 2
}
)
```
something like
```
inputs: %{
"work items" => [1, 10, 20, ...],
"fn calls" => [1, 10, 20, ...],
"instances" => [1, 10, 20, ...]
}
```
then bench all points in this 3d space
* number of items to process per call
* call the function more often on the same Wasm instance
* scale up number of instances
And then combine these into a 3D scatter plot of sorts
* number of items to process per call
* call the function more often on the same Wasm instance
* scale up number of instances
And then combine these into a 3D scatter plot of sorts