-
Goal: to compare performance/algorithms of Google protobuf and PBJ
To investigate, setup, run and report algorithmic diff
Good starting point:
https://github.com/hashgraph/pbj/blob/79ac1de7b8b70…
-
As Mercury seem to have, I also have a large monorepo of a haskell project, which HLS cannot properly handle.
I'm currently struggling to get static-ls to work for my system.
I've attached the s…
-
ICELAKE
--
```
Input Shape | 1 Core | 2 Cores | 4 Cores | 8 Cores | 16 Cores | 32 Cores
[11658, 128] | 150.9 ms |113.41ms | 89.54ms | 81.23ms | 82.71ms | 166.92ms
[11410, 128] | 150.56ms | 109.93…
-
### Hi,
I have two benches on the same server, each with its own set of sites. However, when I access the site on the second bench through the web browser, it pointing(redirects) to the site of the f…
-
Just like the Routine, the Setup is also likely to be async, when benching async code. Is there any particular reason why the setup is not async?
-
With the recent changes and upcoming RC9 release there are (and are yet to be) a lot of changes to the functionality of the code.
Whilst I try to make sure that all such changes are captured int he…
-
To implement a Setup, which is shared among all states of a `benchmark_base` a current solution could be:
```cpp
void my_benchmark(nvbench::state& state) {
static int num_execs = 0;
if (exec…
-
```
~/Projects/Haskell/subhask $ stack test --bench
subhask-0.1.1.0: build (lib + exe + test + bench)
Preprocessing library subhask-0.1.1.0...
In-place registering subhask-0.1.1.0...
Preprocessi…
-
## Objective
In ECS benchmarks, code is always duplicated to account for `Table` and `Sparse` storage types.
Duplication leads to difficulty in:
- Reviewing Pull Requests
- Maintaining exact d…
-
Thanks for the wonderful work.
When running Mamba2, I encountered the error "Triton Error [CUDA]: device kernel image is invalid".
Should you be so kind as to provide some advice?
My enviro…