-
This issue is served as a place for discussing various ways / ideas we can benchmark `runwasi` the wasm shims that was proposed by @ipuustin
- One idea is that we can write a simple wasm program (Fi…
-
- Looking into papers that show real world applications of energy efficient ML systems
- Finding real world benchmarks for testing
-
I'm benchmarking my web server code for JSON deserialization against Golang. Code can be found at https://github.com/yourarj/rust-vs-go-performance-benchmark
We benchmarked the server response in T…
-
Adding more tests based on coverity analysis:
See for the moment:
http://abp-cdash.web.cern.ch/abp-cdash/index.php?project=SixTrack
http://abp-cdash.web.cern.ch/abp-cdash/viewCoverage.php?buildi…
-
### **Is your feature request related to a problem? Please describe.**
PyRIT currently lacks built-in support for easily using and comparing multiple LLM providers. This makes it challenging for user…
-
The release process has a giant bottle neck in the form of going though each of the examples and updating it to the next version of Azle. I had an idea where we parallelize it by spinning each one up …
-
PR #660 contains new IPEX benchmark code. However I see a regression in ipex model loading when testing using larger model such as Qwen 2.5 Coder 32B quantized..
sample code below.. The model neve…
-
### Go version
go version go1.23.0 linux/amd64
### Output of `go env` in your module/workspace:
```shell
n/a
```
### What did you do?
The code doesn't really matter, but for the sake of illustra…
-
We have a piece of software that uses the Npcap OEM version under the hood to collect packets so that our application can dissect the payloads. We use Wireshark as a kind of benchmark to make sure th…
-
Benchmark functions can call Log, Error and Fatal, but if the benchmark is run with the Benchmark function, all messages are discarded.
https://play.golang.org/p/fd5Ed-il70V
Perhaps the messages…