-
Since I can't stop fiddling with stuff, I have added a Benchmark harness, and three benchmark tests
One "startup" to give the system 1 second to start up
One Stroke Benchmark.
- The first 240 frames…
-
We should document common patterns for proof harnesses, along with explanations/justifications for why they're common or interesting to know about.
For example:
## No assumptions or assertions
…
-
> Possible solutions include
> 1. using `weakref.finalize()` (as you also suggested)
> 2. cythonize everything, make all classes `cdef`'d, and switch from `__del__` to `__dealloc__`
> 3. using a light…
-
We how have a basic fuzz testing harness in `fuzz`; add a fuzz test which will verify that the interpreter and the recompiler's behavior is the same for any arbitrary program.
koute updated
1 month ago
-
Requested feature: Remove terse output requirement for parallel jobs
Use case: Full output while still having parallel capability
Currently, a terse output is required for running harnesses in pa…
-
The code is now complex and probably also stable enough to definitely justify a test harness. Otherwise, with every line I change, I fear breaking something down the road, especially the `ManimShell` …
-
https://aclanthology.org/2024.lrec-main.206/
-
Hi, Thanks for this wonderful work.
I'm wondering how to run symbolic execution on a specific function. For example
```
public class Example {
private static int i;
public static void mai…
-
```
subprocess.TimeoutExpired: Command '['/home/claireh/mmtk-core/tools/tracing/performance/run.py', '-b', '/opt/bpftrace/bpftrace-static', '-m', '/home/claireh/openjdk/build/mmtk/images/jdk/lib/serv…
-
With the current implementation of raft it is possible to disable all synchronous transactions by adding a new instance to the cluster until it is fully joined and up-to-date.
The simplest example:…